autonomousvision / monosdf

[NeurIPS'22] MonoSDF: Exploring Monocular Geometric Cues for Neural Implicit Surface Reconstruction
MIT License
572 stars 53 forks source link

Evaluation protocol on ScanNet #62

Closed Runsong123 closed 1 year ago

Runsong123 commented 1 year ago

Dear author,

Thanks for your great work on the scene reconstruction from multi-view images. Currently, I want to follow your evaluation protocol and have some questions about the evaluation code.

Specifically for ScanNet data, I am wondering if I only need to specify the extracted mesh path (e.g., the path for the provided mesh in this repo) and run "scannet_eval/evaluate.py" file to calculate the metric.

Bests, Runsong

niujinshuchong commented 1 year ago

Yes, you need to update the path here https://github.com/autonomousvision/monosdf/blob/main/scannet_eval/evaluate.py#L140-L146

Runsong123 commented 1 year ago

Got it. Thanks for your quick reply. :)

Bests, Runsong