bmild / nerf

Code release for NeRF (Neural Radiance Fields)
http://tancik.com/nerf
MIT License
9.84k stars 1.37k forks source link

How to generate 3D model? #26

Open stone100010 opened 4 years ago

stone100010 commented 4 years ago

Or just one video file? Fern's training model is 200000. There are 200000 videos, but the changes are very slight. I'm using VLC to view the videos. You and the trained pre training model have been downloaded and then installed,trimesh and pyrender packages。 So what? Can I generate / obj file later?

bmild commented 4 years ago

The frequency of video saving is controlled by the --i_video parameter here, which has default value 50000.

See extract_mesh.ipynb for an example of generating a mesh. There's a commented out line with the function mcubes.export_mesh() showing how to use that to save a mesh in DAE file format.

simonsan commented 4 years ago

Generating a 3D-Blender model from this would be awesome :-O

kwea123 commented 4 years ago

I wrote code to generate colored mesh in my implementation, will add a video explanation these days.

Gardlin commented 2 years ago

awesome