nv-tlabs / nglod

Neural Geometric Level of Detail: Real-time Rendering with Implicit 3D Shapes (CVPR 2021 Oral)
MIT License
872 stars 94 forks source link

About rendering 3D models #38

Closed KYOKA22 closed 2 years ago

KYOKA22 commented 2 years ago

About Rendering

Hello(^^) Nice to meet you!

I recently got interested in SDF and started to study it. And I tried to run this code in google colab. I succeeded up to "rendering the learned model" and was able to create "armadillo.pth".

However, I do not know how to generate the 3D model from this point as described in the paper.

Please tell me how to do it.

joeylitalien commented 2 years ago

Please see issue #24 for an example code on how to extract the 3D model as a mesh using Marching Cubes.