dunbar12138 / DSNeRF

Code release for DS-NeRF (Depth-supervised Neural Radiance Fields)
https://www.cs.cmu.edu/~dsnerf/
MIT License
749 stars 127 forks source link

mesh and point cloud #13

Open winmler opened 3 years ago

winmler commented 3 years ago

How to export mesh and point cloud?

dunbar12138 commented 2 years ago

Thanks for your question!

I guess the following link could answer your question.

https://github.com/bmild/nerf/issues/30

However, extracting meshes from NeRF of real scenes is more tricky than synthetic ones.