google / nerfactor

Neural Factorization of Shape and Reflectance Under an Unknown Illumination
https://xiuming.info/projects/nerfactor/
Apache License 2.0
437 stars 56 forks source link

Rendering results are all white after training the vanilla NeRF in step1 #32

Closed shinxg closed 1 year ago

shinxg commented 1 year ago

Hi @xiumingzhang, Thank you for your great work. I just tested the code on the Shiny Blender dataset from the Ref-NeRF paper but go wired rendering results(all white) while training the vanilla NeRF. Shiny Blender teapot: image Here is the dataset in NeRFactor format.

NeRF Synthetic ficus: image

I use the same settings (near, far, learning rate...) as NeRF synthetic dataset in your README. I am wondering if I miss anything or feed the wrong config setting to the network. Thank you in advance!

shinxg commented 1 year ago

Solved by setting a smaller learning rate.