ytrock / THuman2.0-Dataset

292 stars 8 forks source link

Reading the texture files. #7

Open LazerLikeFocus opened 2 years ago

LazerLikeFocus commented 2 years ago

Its great that we have textures with the 3d model, but its really had for people like me who are from non graphical background to figure out how to separate the texture jpg into diff body parts.

Can you suggest solutions to read the texture jpg in atlas or normal form? Basically I want img1(which is similar to the image you provided) to look like img2 This is an example from UVTextureConverter (which is not working on deephuman2.0 texture files)

img1 normalindex

img2 atlasindex

Any suggestions ?