bmild / nerf

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

Usage in Photogrammetry? #22

Open AbnormalMatrix opened 4 years ago

AbnormalMatrix commented 4 years ago

Hi, This project is very cool and has a lot of potential in a lot of applications. I have seen some stuff floating around about generating blender files (.blend). Is this true? Can this be used as photogrammetry? Will a blender file be generated that has textures/materials of the object that is scanned? Thanks!

Misterdudeman commented 4 years ago

It appears the load_blender.py is not blender 3d but its own system for displaying and rendering optimized models from new angles (from my understanding). So far the process is more manual but take a look at the extract_mesh.ipynb on how you would go about doing it.

kwea123 commented 4 years ago

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