threestudio-project / threestudio

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

load geometry from disk #203

Closed de-gozaru closed 1 year ago

de-gozaru commented 1 year ago

Hi,

Thank you for the amazing library.

For now, the way to load an existing geometry is to have a saved .ckpt model, and to use geometry_convert_from parameter.

Is there a way to load a geometry directly from disk, for example as a tetrahedral or sdf mesh?

Thank you in advance.

bennyguo commented 1 year ago

If you want to load customized geometry from disk, you can write a new geometry module. Notice that you may need to rewrite the isosurface method to correctly extract the surfaces.