hongsukchoi / Pose2Mesh_RELEASE

Official Pytorch implementation of "Pose2Mesh: Graph Convolutional Network for 3D Human Pose and Mesh Recovery from a 2D Human Pose", ECCV 2020
MIT License
666 stars 69 forks source link

Test on pretrained manoJ_train_freihand.yaml #27

Open tlok666 opened 2 years ago

tlok666 commented 2 years ago

Hi,

I use your pretrained model and test on freihand data as below, python main/test.py --gpu 0,1,2,3 --cfg ./asset/yaml/pretrained manoJ_test_freihand.yaml

the average error output is 4700. Is it so?

hongsukchoi commented 2 years ago

Hi @tlok666,

Of course not. You have to submitt the saved json file to the FreiHAND challenge site. here is the link: https://competitions.codalab.org/competitions/21238

tlok666 commented 2 years ago

Hi @tlok666,

Of course not. You have to submitt the saved json file to the FreiHAND challenge site. here is the link: https://competitions.codalab.org/competitions/21238

It works! Thanks for replying!