Skip to content

yw0208/STAF

Repository files navigation

STAF: 3D Human Mesh Recovery from Video with Spatio-Temporal Alignment Fusion

Open In Colab report report

Getting Started

Installation & Clone the repo [Environment on Linux (Ubuntu 18.04 with python >= 3.7)]

# Install the requirements using `virtualenv`: 
cd $PWD/STAF
source scripts/install_pip.sh

Download the Required Data

You can download the required data and the pre-trained STAF model from here. You need to unzip the contents and the data directory structure should follow the below hierarchy.

${ROOT}  
|-- data  
|   |-- base_data    

Running the Demo

We have prepared a demo code to run STAF on arbitrary videos. To do this you can just run:

python demo.py --vid_file demo_video.mp4 --gpu 0

Training and Evaluation

Please refer to training issue and evaluation issue.

Acknowledgments

Part of the code is borrowed from the following projects, including PyMAF, MPS-Net. Many thanks to their contributions. Special thanks to camenduru for Colab Demo!

About

STAF: 3D Human Mesh Recovery from Video with Spatio-Temporal Alignment Fusion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published