Jun-CEN / Open-world-3D-semantic-segmentation

[ECCV 2022] Open-world Semantic Segmentation for LIDAR Point Clouds
69 stars 10 forks source link

Evaluation Scripts for Open-Set Semantic Segmentation #12

Closed Yang-Li-2000 closed 1 year ago

Yang-Li-2000 commented 1 year ago

Table 1 of the paper contains AUPR and AUROC for open-set segmentation. However, the .py files under the semantickitti_scripts folder do not print AUPR or AUROC at the end of training/evaluation. It seems that they only print per class IoUs for the 20 seen classes at the end of training/evaluation. How can I compute AUPR and AUROC when performing open-set semantic segmentation? Are codes for computing AUPR and AUROC available?

Jun-CEN commented 1 year ago

Hi,

You can see this answer.

Yang-Li-2000 commented 1 year ago

Thank you!