Stability-AI / stable-fast-3d

SF3D: Stable Fast 3D Mesh Reconstruction with UV-unwrapping and Illumination Disentanglement
https://stable-fast-3d.github.io
Other
1.2k stars 136 forks source link

Can this generate files of. obj or. fbx types? #17

Closed Volleria closed 3 months ago

vork commented 3 months ago

We currently don't have that implemented, as obj with textures is slightly annoying (multiple files). So, it would require zipping everything for the radio demo. However, we use trimesh, and you can easily save everything in a different format if you want (https://github.com/Stability-AI/stable-fast-3d/blob/main/run.py#L118-L124).

FBXs do not have many OS implementations due to the proprietary nature of the format.

Volleria commented 3 months ago

I tried generating .obj file and it worked, thanks! image

bc129697 commented 2 months ago

I tried generating .obj file and it worked, thanks! image

Hi,how do you generate the obj file?Thanks