You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SimHMR is a simple and effective framework for 3D human mesh recovery from single images. It combines the power of transformer architectures with SMPL body model to achieve state-of-the-art performance on various benchmarks.
Installation
Prerequisites
Python 3.8
CUDA 10.2+ (for GPU training)
Conda (recommended for environment management)
Option 1: Using Conda Environment (Recommended)
Clone the repository:
git clone https://github.com/Inso-13/simhmr.git
cd simhmr
Create and activate conda environment:
conda env create -f env.yml
conda activate human
Install SimHMR:
pip install -e .
Option 2: Manual Installation
Clone the repository:
git clone https://github.com//Inso-13/simhmr.git
cd simhmr
Please organise all datasets under the data/ directory following the MMHuman3D format. See MMHuman3D documentation for details.
Citation
If you find this work useful, please cite:
@inproceedings{huang2023simhmr,
title={Simhmr: A simple query-based framework for parameterized human mesh reconstruction},
author={Huang, Zihao and Shi, Min and Liu, Chengxin and Xian, Ke and Cao, Zhiguo},
booktitle={Proceedings of the 31st ACM International Conference on Multimedia},
pages={6918--6927},
year={2023}
}
License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.