threestudio-project / threestudio

A unified framework for 3D content generation.
Apache License 2.0
6.17k stars 475 forks source link

How could I export texture_UV maps from the saved .obj files from existing Image-to-3D methods? #455

Open PROPHETE-pro opened 5 months ago

PROPHETE-pro commented 5 months ago

I have tried to run a couple of Image-to-3D methods, including Wonder3D, TripoSR, SV3D, etc. The output of these methods is all single .obj file without .mtl and textured_UV maps. I am writing to seek for advice about how to export these files together with the .obj file. I see that there are mesh extracting codes in the main repo of threestudio, but I guess it can't be applied to independent official repos of other projects. Looking for comments and suggestions. Thank you!