This repository is an official Pytorch implementation of the paper "Eigenpose: Occlusion-robust 3D Human Mesh Reconstruction".
Please set the environment and datasets by following the guidance of ROMP.
Create checkpoints
directory and place the model checkpoint file in it.
$ 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
.