Skip to content

Repository for the paper "Single-Shot 3D Multi-Person Shape Reconstruction from a Single RGB Image", MDPI Entropy 2020.

Notifications You must be signed in to change notification settings

seonghyunkim1212/S2MPMR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Single-Shot 3D Multi-Person Shape Reconstruction from a Single RGB Image

intro

Dataset

You can download each dataset from the link below.

Reproducing out results

You can download our pretrained models from [link].

Then, you can reproduce our results with the following command.

For MuCO-3DHP dataset,


# PCK absolute
# you should change => coord='cam'
python3 test_mupots.py 

# enter the following command
cd matlab
mpii_mupots_multiperson_eval(1,0)


# PCK relative and AUC relative
# you should change => coord='relative'
python3 test_mupots.py

# enter the following command
cd matlab
mpii_mupots_multiperson_eval(1,1)

For Human3.6M dataset,


# protocol= 'p1' or 'p2'
python3 test_h36m.py

About

Repository for the paper "Single-Shot 3D Multi-Person Shape Reconstruction from a Single RGB Image", MDPI Entropy 2020.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published