Skip to content

boycehbz/Pose2UV

Repository files navigation

[TIP2022] Pose2UV: Single-shot Multi-person Mesh Recovery with Deep UV Prior

The code for TIP 2022 paper "Pose2UV: Single-shot Multi-person Mesh Recovery with Deep UV Prior"

Buzhen Huang, Tianshu Zhang, Yangang Wang
[Project] [Paper] [Dataset]

figure

Installation

Create conda environment and install dependencies.

conda create -n pose2uv python=3.8
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu111 # install pytorch

Due to the licenses, please download SMPL model file here.

Download trained models from here.

Demo

python demo.py --config cfg_files/demo.yaml

Train

python main.py --config cfg_files/train.yaml

Test

python main.py --config cfg_files/test.yaml

Pose-Mask Module

python main.py --config cfg_files/poseseg.yaml

Dataset

3DMPB is a multi-person dataset in the outdoor sport field with human interaction occlusion and image truncation. This dataset provides annotations including bounding-box, human 2D pose, SMPL model annotations, instance mask and camera parameters.

Citation

If you find this code or dataset useful for your research, please consider citing the paper.

@article{huang2022pose2uv,
  title={Pose2UV: Single-shot Multi-person Mesh Recovery with Deep UV Prior},
  author={Huang, Buzhen and Zhang, Tianshu and Wang, Yangang},
  journal={IEEE Transactions on Image Processing},
  year={2022},
  volume={31},
  pages={4679-4692}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published