liangxuy / ReGenNet

[CVPR 2024] Official implementation of the paper "ReGenNet: Towards Human Action-Reaction Synthesis"
MIT License
37 stars 1 forks source link

Error When Running chi3d Dataset #4

Closed Zhongan-Wang closed 1 month ago

Zhongan-Wang commented 1 month ago

I encountered an error when trying to train the chi3d dataset. Here is the relevant error message: image The training command I used is: python -m train.train_mdm --setting cmdm --save_dir save/cmdm/chi3d --dataset chi3d --data_path datasets/chi3d/chi3d_smplx_train.h5 --pose_rep rot6d --cond_mask_prob 0 --num_person 2 --layers 8 --num_frames 60 --overwrite --arch online,Could you please provide guidance on how to resolve this issue?

liangxuy commented 1 month ago

Hi, please add --body_model smplx and --num_frames 150 for the chi3d dataset.

Zhongan-Wang commented 1 month ago

Thanks. I'll try it~