chenhsuanlin / bundle-adjusting-NeRF

BARF: Bundle-Adjusting Neural Radiance Fields 🤮 (ICCV 2021 oral)
MIT License
788 stars 114 forks source link

Question about evaluation process #83

Closed GaoHchen closed 1 year ago

GaoHchen commented 1 year ago

Thanks for your great work!

I tried to add my own module to BARF, but during the implementation, I found that the model converges normally during training, but the PSNR is very low during validation. Through camera visualization, I can see that the camera poses are all well learned during training, but the images rendered during validation are clearly not the correct poses. Have you ever had a problem like this?

image

My training and validation results are shown in the figure above.

Thank you very much for your help!