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

datasets‘ problem #57

Open
bibibabibo26 opened this issue Dec 24, 2024 · 3 comments
Open

datasets‘ problem #57

bibibabibo26 opened this issue Dec 24, 2024 · 3 comments

Comments

@bibibabibo26
Copy link

when I run the train_net.py on JHMDB datasets, it occurs error that: RuntimeError: Caught "[Errno 2] No such file or directory: 'data/jhmdb/videos/prelinger_LetsBeGo1953_pick_f_cm_np1_fr_med_8/00041.png'" when loading data/jhmdb/videos/prelinger_LetsBeGo1953_pick_f_cm_np1_fr_med_8/00041.png.

is it because the JHMDB dataset's frame directory have changed? how can I solve it? it is really important to me, wait for your reply!

@joslefaure
Copy link
Owner

Do you have the requested file at data/jhmdb/videos/prelinger_LetsBeGo1953_pick_f_cm_np1_fr_med_8/00041.png? Please make sure its there

@bibibabibo26
Copy link
Author

Do you have the requested file at data/jhmdb/videos/prelinger_LetsBeGo1953_pick_f_cm_np1_fr_med_8/00041.png? Please make sure its there

thank u, I found it out, there is not 00041.png in the directory, only 40 images in this directory, but there are some other hidden files so it confused the program.

@bibibabibo26
Copy link
Author

Do you have the requested file at data/jhmdb/videos/prelinger_LetsBeGo1953_pick_f_cm_np1_fr_med_8/00041.png? Please make sure its there

I have dealt with that, but I meet new problem in the end of the program. When it evaluation on jhmdb_val, it finished the inference successfully but occurs FileNotFoundError in the function testlist_to_dict, there is no ‘data/jhmdb/annotations/testlist.txt’. How can I fix that? Looking forward to your reply. Thank you.

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

2 participants