-
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
Queries in regards to shape parameters and results #69
Comments
Hi
|
Thank you so much for your reply! Just some followups... 1.) Just to confirm, meshnet takes the concatenated 2D and 3D pose as input and sends it to a spectral graph convolution and it gives the 3D mesh as output? 2.) In regards to training, you have used groundtruth mesh generated using SMPLify-X by fitting SMPL parameters, right? And these parameters were generated using the SMPL parameters json file for COCO (mentioned in the readme file), right? 3.) Also, is there any particular reason for you not using the shape parameters? I was wondering because I am thinking that will help to generalise the shape of the mesh better. Let me know when you find the time. Thank you! |
Hey! Thank you for your work! I have few queries in regards to your work.
1.) If I understood correctly, your algorithm takes an input image, finds 2D pose using PoseNet and then sends the 2D pose to MeshNet which estimates the 3D mesh of the person. And from your paper, I understood that you wont use any shape parameters, rather MeshNet will automatically learn to fit the shape based on the 2D pose. Am I correct?
2.) I actually have the shape and pose (17+2 joints) of the person. Do you know of any approach which I can use to find the mesh with these 17+2 joints and shape parameters? Most of the algorithm that I looked into use more than 20 joint positions, so I am not able to use their models.
3.) When I tried Pose2Mesh, the shape tends to be really bad considering my inputs are low res, and have been induced with motion blur. I have attached an image from Pose2Mesh demo below:
I am guessing the model is not able to fit in for 2D poses like this. Do you think giving the image along with the 2D pose as input help solve these problems with MeshNet and help generalizing better?
Let me know when you find the time. Thank you!
The text was updated successfully, but these errors were encountered: