ECO-pytorch icon indicating copy to clipboard operation
ECO-pytorch copied to clipboard

KeyError: 'v_ApplyEyeMakeup_g08_c01' 这个怎么解决

Open zhanghaobucunzai opened this issue 3 years ago • 3 comments

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'

zhanghaobucunzai avatar May 28 '21 03:05 zhanghaobucunzai

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

yeboqxc avatar Sep 05 '21 14:09 yeboqxc

0 videos parsed frame folder analysis done Traceback (most recent call last): File "gen_label_ucf101.py", line 99, in lists = build_split_list(spl,f_info,i) File "gen_label_ucf101.py", line 88, in build_split_list train_rgb_list, train_flow_list = build_set_list(split[0]) File "gen_label_ucf101.py", line 77, in build_set_list frame_dir = frame_info[0][item[0]] KeyError: 'v_Biking_g08_c01' I also have this problem,have you solved it?

HuZia777 avatar Sep 10 '22 07:09 HuZia777

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?

HuZia777 avatar Sep 15 '22 13:09 HuZia777