VIBE icon indicating copy to clipboard operation
VIBE copied to clipboard

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

Open syan2018 opened this issue 2 years ago • 4 comments

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

syan2018 avatar Apr 08 '22 08:04 syan2018

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

Songinpyo avatar Sep 28 '22 12:09 Songinpyo

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?

1324833746 avatar Jul 08 '23 11:07 1324833746

I

have you fix it? I meet the same error.

neverstoplearn avatar Aug 10 '23 16:08 neverstoplearn

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.

neverstoplearn avatar Aug 10 '23 16:08 neverstoplearn