dunbar12138 / DSNeRF

Code release for DS-NeRF (Depth-supervised Neural Radiance Fields)
https://www.cs.cmu.edu/~dsnerf/
MIT License
746 stars 126 forks source link

Vanilla Nerf configuration #68

Open wangyida opened 1 year ago

wangyida commented 1 year ago

Thanks for your interesting work, I tried to train the model with fern_2v.txt which works reasonably. But the model can not be trained when I set depth_loss = False and using the Nerf loss to regress RGB alone. There are only white images produced in this case. Can you inform me whether there is a proper configuration which works well for training without depth_loss, so that I can compare against the baseline methods.

Thanks

dunbar12138 commented 1 year ago

Hi, thanks for your interest!

Disabling the depth_loss in the config file should be a reasonable baseline for vanilla NeRF and shouldn't provide only white images.

Is fern_2v.txt the config you were using?