-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About MeshNet with 3D gt as input! #61
Comments
Hi, as written in the paper, MeshNet is trained with GT 3D pose in Table 13, while Pose2Mmesh is trained with GT 2D pose + synthesized errors in Table 4 |
Train input: H36M skeleton And also refer to yaml here. |
Thank you for your reply! Can you provide the pre-training model (only training MeshNet with 3D GT)? |
Hey I would like to ask do you train such pre-training model for MeshNet? I am also looking for that. |
Hi all, It's been a while after this project and I cannot find the pre-trained MeshNet model now. But it's easy to train MeshNet, referring to the code here: https://github.com/hongsukchoi/Pose2Mesh_RELEASE/blob/202ce98fce2bac74ff3787c7e30352a64d027950/lib/core/base.py If you don't wanna train yourself, load the pre-trained Pose2Mesh and just use the MeshNet part by feeding the 3D pose to the MeshNet. |
Can you tell me more details about MeshNet's individual training?
The text was updated successfully, but these errors were encountered: