-
Notifications
You must be signed in to change notification settings - Fork 93
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
KeyError: 'v_ApplyEyeMakeup_g08_c01' 这个怎么解决 #66
Comments
Hello, have you solved this problem? I have converted the video into frames, the directory structure is like this ucf101/ApplyEyeMakeup--the last one/v_ApplyEyeMakeup_g01_c01--the last one/00001.jpg...the last one, how can I solve this problem? Or is there something wrong with my run command? Can you give some suggestions? thanks |
0 videos parsed |
hi,have you solved this problem? |
python3 gen_dataset_lists.py ucf101 /user/pytorch/ECO-pytorch/UCF-101
Processing dataset ucf101:
Parse frames under folder /user/pytorch/ECO-pytorch/UCF-101
0/101 videos parsed
Frame folder analysis done
Writing list files for training/testing
Traceback (most recent call last):
File "gen_dataset_lists.py", line 100, in
lists = build_split_list(split_tp, f_info, i, shuffle)
File "/user/pytorch/ECO-pytorch/pyActionRecog/benchmark_db.py", line 58, in build_split_list
train_rgb_list, train_flow_list = build_set_list(split[0])
File "/user/pytorch/ECO-pytorch/pyActionRecog/benchmark_db.py", line 48, in build_set_list
frame_dir = frame_info[0][item[0]]
KeyError: 'v_ApplyEyeMakeup_g08_c01'
The text was updated successfully, but these errors were encountered: