MotionFix is available from here.
🔥🔥You should rename the motionfix.pth.tar into motionfix_train.pth.tar
Download SMPL+H mode from SMPL+H (choose Extended SMPL+H model used in AMASS project) and DMPL model from DMPL (choose DMPLs compatible with SMPL). Then place all the models under "./body_model/".
You need to run the following scripts in order to obtain MotionFix-Retarget dataset:
🔥🔥You have specify the output path of data in these ipynb!!!
- output_files_from_MotionFix.ipynb
- raw_pose_processing.ipynb
- motion_representation.ipynb
🔥🔥The range of MotionFix data is start from 400000.npy.
The file named in "MXXXXXX.*" (e.g., 'M400000.npy') is mirrored from file with correspinding name "XXXXXX.*" (e.g., '400000.npy'). Text files and motion files follow the same naming protocols, meaning texts in "./texts/XXXXXX.txt"(e.g., '400000.txt') exactly describe the human motions in "./new_joints(or new_joint_vecs)/XXXXXX.npy" (e.g., '400000.npy')