Skip to content
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

How to get UV coordinates for the template #5

Closed
ypflll opened this issue Sep 19, 2018 · 10 comments
Closed

How to get UV coordinates for the template #5

ypflll opened this issue Sep 19, 2018 · 10 comments
Labels
help wanted Extra attention is needed

Comments

@ypflll
Copy link

ypflll commented Sep 19, 2018

I want to represent a SMPL model in 2d form like this which is from zbrush:
image

How can get the UV coordinates for SMPL model ?

@CalciferZh CalciferZh added the help wanted Extra attention is needed label Sep 19, 2018
@VVingerfly
Copy link

@ypflll You can cut the mesh first,then use a parametrization method to compute the 2d uv coordinates.

@VVingerfly
Copy link

@ypflll DensePose provides a segmentation and also 2d uv coordiantes, but the mesh is segmented into 24 parts. You can have a look.

@ypflll
Copy link
Author

ypflll commented Oct 11, 2018

@VVingerfly Thank you for reply.

Densepose do uses uv coord, however, they never say how to generate it or provide the data. We have some discussion here: facebookresearch/DensePose#116

I've managed to use autodesk's fbx-sdk get the uv map included in SMPL .fbx file, like this:
image

This is segmented into many parts, and not fill the whole image.
The right uv map I want is continous(like the first image above) and it would be best to fill as many as part of the image.
So some 3d software like blender or zbrush can do this? I've tried a little, but seems very complicated for me. It will be great help if you can provide more infomation or some details on how to cut mesh or do parametrization.

@VVingerfly
Copy link

@ypflll the uv data of DensePose can be found here

If you want generate new uv coordinates, you need to cut the mesh first,
then using a mesh parametrization method like LSCM to flatten the mesh.

@ypflll
Copy link
Author

ypflll commented Oct 12, 2018

@VVingerfly I think using software like blender or zbrush will be a easier way. I'll try it later.

@Lotayou
Copy link
Contributor

Lotayou commented Mar 29, 2019

@ypflll Hi, can you share the UV map mentioned above with me? A 6890*2 matrix would be nice, thx!

@Dolorousrtur
Copy link

@Lotayou and everyone interested,
uploaded it to Google Drive: https://drive.google.com/open?id=1i5DiaFsik7WcvfQwwIXcdj2LRxmTDqgG

@mlyarthur
Copy link

@VVingerfly I think using software like blender or zbrush will be a easier way. I'll try it later.

Sorry to bother .I want to know have you got the uv map of the smpl-x model, for now the original project still cannot supply one

@mwang259
Copy link

@ypflll Hi, I am working for texture coordinates, could you share the UV map mentioned #5 (comment) , I really need your help, thanks!

@mwang259
Copy link

@Dolorousrtur Hi, the Google Drive link is not available, could share this link again? thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

7 participants