DSNeRF icon indicating copy to clipboard operation
DSNeRF copied to clipboard

Vanilla Nerf configuration

Open wangyida opened this issue 3 years ago • 1 comments

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

wangyida avatar Oct 12 '22 20:10 wangyida

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?

dunbar12138 avatar Oct 14 '22 17:10 dunbar12138