Mercerai / PFGS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About the validation performance.

YannnWanggg opened this issue · comments

Great work! I am curious about the validation performance on ScanNet. I noticed that in your code, even during validation, only one random image is selected for each scene to calculate metrics. Is my understanding correct? What's more, are the results reported in the paper obtained similarly?

Yes. We only randomly select a subset of all eval scenes to speed up the running of the code demo. But to obtain faithful final results, one should average the metrics across all test scenes.