Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dataset and program #6

Closed
gloryhoper opened this issue Jun 3, 2024 · 3 comments
Closed

dataset and program #6

gloryhoper opened this issue Jun 3, 2024 · 3 comments

Comments

@gloryhoper
Copy link

Dear author,I had the following problems when running the program:

  1. Failed to run from utils.tools import corr, bias, std, without corresponding functions or variables in utils.tools.
    2.FileNotFoundError: [Errno 2] No such file or directory: '/tmp/CAMUS_public_256/class.json'
    After running preprocess_camus.py, the class.json file is not found in the generated folder and the original file, and I want to know how to get this file.
    Finally about the data set. For now, we can only use CAMUS and EchoNet-Dynamic. For how to use our own avi format video dataset or jpg format image dataset, I wonder if the author will update it?
@Zong-Liang
Copy link

MARK! SAME PROBLEM!

@dengxl0520
Copy link
Owner

I'm sorry for the problems you're having, here are some answers to your questions:

  1. Regarding the missing corr bias std function in utils.tools, you can add the corresponding function by yourself or comment out the corresponding evaluation code temporarily. I will update the utils.tools later.
  2. The file class.json comes from SAMUS and its contents should be:
{
    "EchoNet": 2,
    "CAMUS": 2
}
  1. Due to time constraints, I may not update this feature.

@gloryhoper
Copy link
Author

Thank you for your reply.I understand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants