mkocabas / VIBE

Official implementation of CVPR2020 paper "VIBE: Video Inference for Human Body Pose and Shape Estimation"
https://arxiv.org/abs/1912.05656
Other
2.88k stars 548 forks source link

[BUG]About AMASS Datasets‘s 'mocap_framerate is not a file in the archive' problem #243

Open syan2018 opened 2 years ago

syan2018 commented 2 years ago

It needs fixup all the data['mocap_framerate'] in lib/data_utils/amass_utils.py to data['mocap_frame_rate']

In the newest AMASS,the key word 'mocap_framerate' has been changed

Hope you guys never get puzzled as I am lol

Songinpyo commented 2 years ago

I have a question

I fixed up all data['mocap_framerate'] in lib/data_utils/amass_utils.py to data['mocap_frame_rate'] but, still got errors

Traceback (most recent call last):
  File "lib/data_utils/amass_utils.py", line 147, in <module>
    db = read_data(args.dir, sequences=all_sequences)
  File "lib/data_utils/amass_utils.py", line 69, in read_data
    thetas, vid_names = read_single_sequence(seq_folder, seq_name)
  File "lib/data_utils/amass_utils.py", line 99, in read_single_sequence
    mocap_framerate = int(data['mocap_frame_rate'])
  File "/home/inpyosong/anaconda3/envs/vibe-env/lib/python3.7/site-packages/numpy/lib/npyio.py", line 260, in __getitem__
    raise KeyError("%s is not a file in the archive" % key)
KeyError: 'mocap_frame_rate is not a file in the archive'

I downloaded SMPL-X N amass. Is it right to do it on SMPL-X N or SMPL-H

1324833746 commented 1 year ago

I have a question

I fixed up all data['mocap_framerate'] in lib/data_utils/amass_utils.py to data['mocap_frame_rate'] but, still got errors

Traceback (most recent call last):
  File "lib/data_utils/amass_utils.py", line 147, in <module>
    db = read_data(args.dir, sequences=all_sequences)
  File "lib/data_utils/amass_utils.py", line 69, in read_data
    thetas, vid_names = read_single_sequence(seq_folder, seq_name)
  File "lib/data_utils/amass_utils.py", line 99, in read_single_sequence
    mocap_framerate = int(data['mocap_frame_rate'])
  File "/home/inpyosong/anaconda3/envs/vibe-env/lib/python3.7/site-packages/numpy/lib/npyio.py", line 260, in __getitem__
    raise KeyError("%s is not a file in the archive" % key)
KeyError: 'mocap_frame_rate is not a file in the archive'

I downloaded SMPL-X N amass. Is it right to do it on SMPL-X N or SMPL-H

Hello, may I ask if you know which format of dataset to use?

neverstoplearn commented 1 year ago

I

have you fix it? I meet the same error.

neverstoplearn commented 1 year ago

I have a question I fixed up all data['mocap_framerate'] in lib/data_utils/amass_utils.py to data['mocap_frame_rate'] but, still got errors

Traceback (most recent call last):
  File "lib/data_utils/amass_utils.py", line 147, in <module>
    db = read_data(args.dir, sequences=all_sequences)
  File "lib/data_utils/amass_utils.py", line 69, in read_data
    thetas, vid_names = read_single_sequence(seq_folder, seq_name)
  File "lib/data_utils/amass_utils.py", line 99, in read_single_sequence
    mocap_framerate = int(data['mocap_frame_rate'])
  File "/home/inpyosong/anaconda3/envs/vibe-env/lib/python3.7/site-packages/numpy/lib/npyio.py", line 260, in __getitem__
    raise KeyError("%s is not a file in the archive" % key)
KeyError: 'mocap_frame_rate is not a file in the archive'

I downloaded SMPL-X N amass. Is it right to do it on SMPL-X N or SMPL-H

Hello, may I ask if you know which format of dataset to use?

have you fix the error?thanks.