Stability-AI / stable-fast-3d

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

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

Closed Volleria closed 1 month ago

vork commented 1 month 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 1 month ago

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

bc129697 commented 5 days ago

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

Hi,how do you generate the obj file?Thanks