You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please try to use the python scripts/data_process/convert_amass_data.py script, which can directly process the AMASS dataset instead of the multi-step one I had before.
For humanoid motion (like for H1), motion retargeting is needed.
您好!我希望测试单个动作的模仿效果。
1.我下载了几个(ACAAD和CMU的)数据集,转储到amass_db_smplh.pt文件后,在运行
python scripts/data_process/process_amass_db.py时,遇到以下问题:
python scripts/data_process/process_amass_db.py
0%| | 0/2331 [00:00<?, ?it/s]
Traceback (most recent call last):
File "scripts/data_process/process_amass_db.py", line 269, in
amass_seq_data = process_qpos_list(qpos_list)
File "scripts/data_process/process_amass_db.py", line 169, in process_qpos_list
amass_fr = v["mocap_framerate"]
KeyError: 'mocap_framerate'
请问如何解决?
非常感谢!!!:)
The text was updated successfully, but these errors were encountered: