-
Notifications
You must be signed in to change notification settings - Fork 9
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
Comments
Do you have the requested file at |
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. |
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. |
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!
The text was updated successfully, but these errors were encountered: