Open syan2018 opened 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
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?
I
have you fix it? I meet the same error.
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.
It needs fixup all the
data['mocap_framerate']
in lib/data_utils/amass_utils.py todata['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