MuNet: A Mutualistic Network for Joint 3D Human Mesh Recovery and 3D Clothed Human Reconstruction from Single Images
This repository contains the official implementation of MuNet, proposed in the paper:
"MuNet: A Mutualistic Network for Joint 3D Human Mesh Recovery and 3D Clothed Human Reconstruction from Single Images".
(a) Framework of joint 3D human mesh recovery and 3D clothed human reconstruction. The tasks of 3D human mesh recovery and 3D clothed human reconstruction form a closed loop: the 3D body model (
Clone the repository:
git clone https://github.com/your_username/MuNet.git
cd MuNet
Install dependencies:
pip install -r requirements.txtpython main_train.pypython eval.py.
βββ networks/ # Network architectures
βββ main_train.py # Training script
βββ eval.py # Evaluation script
βββ requirements.txt # Dependencies
βββ README.md # Project readme
βββ first_pic.png # Overview figure
βββ img.png # Results figure
If you find this work useful in your research, please consider citing:
@article{MuNet,
title={MuNet: A Mutualistic Network for Joint 3D Human Mesh Recovery and 3D Clothed Human Reconstruction from Single Images},
anthor = {Yunqi Gao, Leyuan Liu, Yuhan Li, Changxin Gao, Jingying Chen},
journal={},
year={2025}
}This work builds upon prior research in 3D human reconstruction, including SMPL-based mesh recovery and clothed human modeling approaches.

