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

the .obj lost the texture #16

Open
fishfl opened this issue Oct 2, 2024 · 1 comment
Open

the .obj lost the texture #16

fishfl opened this issue Oct 2, 2024 · 1 comment

Comments

@fishfl
Copy link

fishfl commented Oct 2, 2024

The step 2 generate a textured character. and create a new .obj file.

when import the .obj to mixamo, it lost the texture. (include the files in dataset )

I saw the mixamo says:
"
OBJ files don't include textures, making characters appear gray. To show textures for an .obj file, put the .obj, .mtl and textures into a .zip and upload the whole .zip file.
"
so how can we get the mtl files? if don't need the mtl files, how can you make the demo work?

@LordLiang
Copy link
Owner

Hi, in the textured character generation step, we provide the setting term for exporting uv texture. You can change export_uv to True to get the mtl files.


For rigging, I directly upload the .obj to mixamo without mtl files. Then I load the color information when I render the animation frames.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants