vchoutas / expose

ExPose - EXpressive POse and Shape rEgression
Other
606 stars 99 forks source link

Evaluation codes #40

Open zengwang430521 opened 3 years ago

zengwang430521 commented 3 years ago

Hi,

Could you tell me how to evaluate the model to get the metrics reported in the paper ?

In addition, I notice that in the codes of EHF dataset, you use a file named 'gt_keyps.npz'. But I did not find it on the website of EHF dataset. Could you tell me how to get this file?

Thanks!

indigo-99 commented 2 years ago

I have encountered the same problems. And I find there are some 2Djnt.json files in the EHF dataset, but contains (137,3) 2d keypoints information, without 3d keypoints and joints14 which are required in the ehf.py code. In addition, the ehf.py code read (144,2) 2d keypoints, not consistent with the content in 2Djnt.json files. So I'm wondering how to get these ground truth information of EHF. I'm really eager to get some kind help! Thanks.

syguan96 commented 2 years ago

Hi @vchoutas, would you give us more instructions to evaluate Expose?

liangwx commented 2 years ago

Waiting for the Evaluation code too! @vchoutas