una-dinosauria/3d-pose-baseline

output coordinate value compared to humam3.6m groundtruth 3d coordinate value

Closed this issue · 2 comments

I feed a human3.6m image into openpose + 3d baseline system, using @ArashHosseini code. Then i compared the output 3d coordinate values with groundtruth 3d coordinate values of that image.
I got these result:
3d baseline hip: x=-521.344 y=0.0 z=648.626166899
groundtruth hip: x=169.513381958 y=5700.89599609 z=-589.480712891

It seems like you use different center and scale from human3.6m. Can you tell me how to make sure they are in the same scale and use same center so that i can compare them?

Hi @GroepT,

This repository already contains code to measure the error between the prediction and GT of human3.6M. Plase follow the demo script carefully, and you should see the pre-processing that we do.

If you still have issues let me know and I can point you to specific sections of the code.

Cheers,

Closing for lack of activity. Please reopen if the issue is still ongoing.