ECO-pytorch
ECO-pytorch copied to clipboard
KeyError: 'v_ApplyEyeMakeup_g08_c01' 这个怎么解决
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'
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
frame folder analysis done
Traceback (most recent call last):
File "gen_label_ucf101.py", line 99, in
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'
hi,have you solved this problem?