How to Make 3D Models from NeRFs using Nerfstudio
In this video, we walk you through the steps to train a NeRF using Nerfstudio and export both a point cloud and textured mesh from the neural network.
For more information on using Nerfstudio, check out their documentation website: https://docs.nerf.studio/
Tips:
-If you do not see the Export options in Nerfstudio, you need to upgrade your version. You can simply upgrade Nerfstudio using "pip install --upgrade nerfstudio"
-For smaller objects reduce the number of points or faces
-If you don't need normals with point clouds, uncheck the option. The resulting file will be about half the size.