MultiGO: Towards Multi-level Geometry Learning for Monocular 3D Textured Human Reconstruction
MultiGO is a model designed for monocular 3D human reconstruction, aiming to achieve high-quality reconstruction through multi-level geometry learning.
Before using MultiGO for inference, you need to download the model parameters. Please follow the steps below to obtain the required parameters:
-
Click the following link to download the model parameters:
-
Extract the downloaded file and place the parameter files in the
workspacedirectory of the project.- multigo/workspace/model.safetensors
- To use MultiGO, you need to set up the appropriate PyTorch environment. Please refer to the following repositories to prepare your environment:
Make sure to follow the instructions in these repositories to install the necessary dependencies and set up your environment correctly.
- Download SMPL-X models and move them to the
smpl_estimated_related/data/body_modelsfolder. You should have the following data structure:
body_models
└──smplx
├── SMPLX_NEUTRAL.pkl
├── SMPLX_NEUTRAL.npz
├── SMPLX_MALE.pkl
├── SMPLX_MALE.npz
├── SMPLX_FEMALE.pkl
└── SMPLX_FEMALE.npz
Once your environment is set up, you can run the inference script by executing the following command:
bash infer.sh