NVlabs / neuralangelo

Official implementation of "Neuralangelo: High-Fidelity Neural Surface Reconstruction" (CVPR 2023)
https://research.nvidia.com/labs/dir/neuralangelo/
Other
4.27k stars 383 forks source link

PSNR Evaluation #206

Open ThumbmasWalker opened 1 month ago

ThumbmasWalker commented 1 month ago

Hi,

It was mentioned in issue #155 that to report PSNR on the DTU dataset, you do not use test/train splits and simply overfit to the training images.

If this is the case then why are the reported PSNR scores so much lower than those obtained by the model when overfitting to all training views? I'm trying to compare to your approach, but I feel unclear exactly how the PSNR scores reported in the paper were computed.

Thanks!