bmild / nerf

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

script to generate training and validation data using blender file #89

Closed ShougangShen closed 3 years ago

ShougangShen commented 3 years ago

I an interested in your project. I have the same question about .blend files as @SeanGuo063. _I have studied the scripts and notice that the 360_view_test.py is for test images, right? So I wonder how images for training and validation were generated in your paper. Just use RANDOM_VIEWS in 360view.py and set VIEWS for 100?

tancik commented 3 years ago

Yep, that is correct.

ShougangShen commented 3 years ago

OK, thank you for your reply!