Closed HanlunAI closed 5 years ago
You also mentioned that these novel layers were implemented as extension of the Convolutional Pose Machines. I guess we can find the codes there.
That part is not available on the public repository. The repository contains only the final operations of taking the heat maps and lifting them in 3d.
On Fri, 30 Nov 2018, 08:20 HanlunAI <notifications@github.com wrote:
You also mentioned that these novel layers were implemented as extension of the Convolutional Pose Machines. I guess we can find the codes there.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/DenisTome/Lifting-from-the-Deep-release/issues/31#issuecomment-443126940, or mute the thread https://github.com/notifications/unsubscribe-auth/AIyQFsoTxQUHsAulCkkZyVT16hJUu1zGks5u0OpLgaJpZM4Yui8x .
Thank you!
In my understanding, an input image would go through the PersonNet (to find out position of each person), PoseNet (to get the most confident pixel as the location of each landmark), and Prob3dPose (to calculate the 3D pose).
In Prob3dPose, the paper introduced steps on lifting 2D belief-maps into 3D, projecting to a new 2D pose belief maps and training weights for 2D fusion. Where can we find codes on this part?
Please help. Thank you.