chenhsuanlin / bundle-adjusting-NeRF

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

Question about the eval stage #82

Closed Cerf-Volant425 closed 1 year ago

Cerf-Volant425 commented 1 year ago

Thanks for your great work!

From my understanding, the poses of testing images are not optimised when training the BARF, so when rendering the raw pose, the rendered image cannot be compared with the testing image, cause the training poses are optimised, the testing poses are not, they are sampled from different angles. So I was wondering how you evaluate the quantitive metric at the eval stage.

Any help would be highly appreciated, thanks in advance.