marian42 / mesh_to_sdf

Calculate signed distance fields for arbitrary meshes
https://pypi.org/project/mesh-to-sdf/
MIT License
991 stars 107 forks source link

Overfit SDF #44

Open de-gozaru opened 1 year ago

de-gozaru commented 1 year ago

Hi,

Thank you for the great library!

I want to overfit the SDF generated by mesh_to_sdf using a neural network, such that I give it a point, and it returns an SDF. What network architecture and best practices do you recommend in 2023?

Thank you in advance for your help!

Best,