-
Notifications
You must be signed in to change notification settings - Fork 36
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
upload image #10
Comments
Hi!, Sorry for the late answer. About your question, the .obj files help us to save 3D data. In my case, I used SMPL model to get vertices and faces, then I export these two values in a .obj file with the library PyWavefront. But, to use 3d-body-measurements library, the important values that you need are vertices and faces. SMPL model is a good option, you will need shape and pose params to enter on the SMPL model to generate vertices and faces, then, use 3d-body-measurements library to get body measurements. |
Hello, Can you please share the code for SMPL model pose of given input image to generate A pose? |
Got the code? |
Can you please share the code for SMPL model pose of given input image to generate A pose? |
From where can i get Person.obj file
File is produced from blender or by coding
The text was updated successfully, but these errors were encountered: