mmpose
                                
                                
                                
                                    mmpose copied to clipboard
                            
                            
                            
                        How to run the 3D Hand Estimation Image Demo
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?
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.