Skip to content

Problems when using AMASS #81

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

Closed
Anonnyyy opened this issue Oct 26, 2024 · 1 comment
Closed

Problems when using AMASS #81

Anonnyyy opened this issue Oct 26, 2024 · 1 comment

Comments

@Anonnyyy
Copy link

您好!我希望测试单个动作的模仿效果。

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'
请问如何解决?

  1. 请问不同的动作pkl文件如何获得?是来自上述的步骤吗?(env.motion_file=sample_data/sample_dance_h1.pkl)
    非常感谢!!!:)
@ZhengyiLuo
Copy link
Owner

  1. 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.
  2. For humanoid motion (like for H1), motion retargeting is needed.

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

2 participants