krrish94 / nerf-pytorch

A PyTorch re-implementation of Neural Radiance Fields
Other
884 stars 121 forks source link

Reproducing fern outputs #14

Open nitthilan opened 4 years ago

nitthilan commented 4 years ago

Hi, I was trying to reproduce the fern output trained using the default configuration as shared in the codebase. However, the quality I get after 10 hours of training for around 250000 iterations is not good. Am I missing something? Config used: config/fern.yml image

I am trying to use the code for real images and wanted to make sure I am doing things right. BTW your codebase was very helpful and probably pretty fast.

Thanking you.

Regards, K. J. Nitthilan

wchengad commented 3 years ago

Hi, @nitthilan, @krrish94, I think the fine network is not trained?

if model_fine: model_coarse.train()