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

KeyError: 'v_ApplyEyeMakeup_g08_c01' 这个怎么解决 #66

Open
zhanghaobucunzai opened this issue May 28, 2021 · 3 comments
Open

KeyError: 'v_ApplyEyeMakeup_g08_c01' 这个怎么解决 #66

zhanghaobucunzai opened this issue May 28, 2021 · 3 comments

Comments

@zhanghaobucunzai
Copy link

zhanghaobucunzai commented May 28, 2021

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'

@yeboqxc
Copy link

yeboqxc commented Sep 5, 2021

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

@HuZia777
Copy link

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
Copy link

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?

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

3 participants