mks0601 / Hand4Whole_RELEASE

Official PyTorch implementation of "Accurate 3D Hand Pose Estimation for Whole-Body 3D Human Mesh Estimation", CVPRW 2022 (Oral.)
MIT License
311 stars 31 forks source link

hand pose result #82

Open tobottyx opened 1 year ago

tobottyx commented 1 year ago

Hello author, in the figure 1 shown in the article, '3D wrist rotations with MCP joints', only two vectors of '2x45' are seen in the code regarding the 'pose' parameter prediction for the hand, and there is no posture for the wrist as shown in Figure 2. May I ask where these three parameters are stored? Are they in the body parameter as shown in Figure 3? 2023-11-07 11-18-58 的屏幕截图 figure 1

2023-11-07 11-17-15 的屏幕截图 figure2

2023-11-07 11-25-56 的屏幕截图 figure3

mks0601 commented 1 year ago

Hi, wrist is estimated from the body network

tobottyx commented 1 year ago

Thank you very much!What excellent work!