This project provides a script for mirroring SMPL/SMPL-X parameterized human body models. The script enables left-right mirroring of the SMPL model, allowing for the creation of symmetric SMPL parameter data.
-
Install dependencies:
pip install smplx scipy trimesh
-
Run the script in a torch environment:
python smpl_mirror.py
Green represents the original, and red represents the mirrored.
This project references the following open-source projects:
- SMPL-X: Our human body model is based on SMPL.
- HumanML3D: We were inspired by the mirror operation from the motion processing pipeline of the humanmld project.
- CHAIRS: The motion data presented here is sourced from https://github.com/jnnan/chairs. Thanks all.