mmpose icon indicating copy to clipboard operation
mmpose copied to clipboard

How to run the 3D Hand Estimation Image Demo

Open koegl opened this issue 3 years ago • 1 comments

I'm having trouble running the 3D Hand Estimation Image Demo

I installed mmpose with pip and verified the installation as shown here - everything worked.

Now I wanted to try to estimate the 3D pose as shown in the tutorial linked above, but I don't know how to get the "gt json." How can I get this json file?

Or in general, how can I estimate the 3D pose of a hand with an image of a hand?

koegl avatar Jul 01 '22 02:07 koegl

Hi, you may need to detect the hand box first and then organize the detection result in the format like the example file.

Actually, I do not recommend you to run the interhand3d demo with only an image. Because the interhand3d model requires camera parameters and root joint depth to output the final result. It's not a good choice for the demo.

zengwang430521 avatar Aug 01 '22 12:08 zengwang430521