NVlabs / neuralangelo

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

Specify a separate validation images #179

Open aeskandari68 opened 8 months ago

aeskandari68 commented 8 months ago

Is there a way to define validation images separately and evaluate the final results on them? I have checked the codes but I couldn't find any flag or place where I can specify my validation images without randomly selecting them. I would appreciate it if such a setting exists and could help me to do that. Thank you.

mli0603 commented 6 months ago

Hi @aeskandari68

Yes this is possible. If you look at the dataloder, you can specify the held-out set logic. Currently we simply use a subset of training set as the evaluation. I hope this helps.