Skip to content

A wheel to estimate smpl and front-back normal maps using a single human image

Notifications You must be signed in to change notification settings

yisuanwang/Img2Smpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Img2Smpl

a wheel: single view avatar 2 smpl and normal

Environment setup

# install libraries
apt-get install -y \
    libglfw3-dev \
    libgles2-mesa-dev \
    libglib2.0-0 \
    libosmesa6-dev \
# install requirements
pip install -r requirements.txt
# install kaolin
pip install kaolin==0.13.0 -f https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-${YOUR_TORCH_VERSION}_${YOUR_CUDA_VERSION}.html

How to run

# download MODNet to Img2Smpl/thirdparties/MODNet
mkdir thirdparties
git clone https://github.com/ZHKKKe/MODNet.git


# download smpl data
sh scripts/download.sh 

# 0 is the GPU device id
sh scripts/run1.sh input/aaa/aaa.png exp/aaa 0

Results

normal normal normal

About

A wheel to estimate smpl and front-back normal maps using a single human image

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published