ScanNet / ScanNet

http://www.scan-net.org/
Other
1.79k stars 346 forks source link

When a predicted instance intersecting with ignored category such as wall and floor(e.g. labels==1 or 2), why should add the num_ignore to increase the proportion_ignore and avoid the FP(false positive). In my opinion, this will cause FP to be inaccurate. Thank you, could you please help me to understand this? #142

Open RongkunYang opened 1 year ago

RongkunYang commented 1 year ago

https://github.com/ScanNet/ScanNet/blob/3e5726500896748521a6ceb81271b0f5b2c0e7d2/BenchmarkScripts/3d_evaluation/evaluate_semantic_instance.py#L156