In the demo, it outputs the mesh and rendered joints on 2D image for MANO. Is there a method to output betas & poses instead of the mesh? I have the labeled hand joints, but need to extract mano parameters (betas, poses).
Pose2Mesh is a model-free method that directly regresses a 3D mesh without model parameters.
You could re-train the Pose2Mesh attached with some layers that regress parameters. Refer to this
In the demo, it outputs the mesh and rendered joints on 2D image for MANO. Is there a method to output betas & poses instead of the mesh? I have the labeled hand joints, but need to extract mano parameters (betas, poses).