Skip to content

DCVL-3D/Eigenpose_release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eigenpose_release

This repository is an official Pytorch implementation of the paper "Eigenpose: Occlusion-robust 3D Human Mesh Reconstruction".

Installation

Environment Setting

Please set the environment and datasets by following the guidance of ROMP.

Model Checkpoints (only for evaluation)

Create checkpoints directory and place the model checkpoint file in it.

Run

Evaluation

$ python -m romp.test --configs_yml=configs/eval_3dpw_test_resnet.yml
$ python -m romp.test --configs_yml=configs/eval_ochuman_resnet_test.yml
$ python -m romp.test --configs_yml=configs/eval_crowdpose_test.yml
$ python -m romp.test --configs_yml=configs/eval_oh50k_test.yml

※ You can change the subset of 3DPW (3DPW-PC, 3DPW-OC) by changing the eval_dataset setting in the file configs/eval_3dpw_test_resnet.yml.

Results

Results of 3D human mesh reconstruction by the proposed method on 3DPW (1st row) and COCO (2nd and 3rd rows) datasets.

Figure8

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages