QingyongHu / RandLA-Net

🔥RandLA-Net in Tensorflow (CVPR 2020, Oral & IEEE TPAMI 2021)
Other
1.31k stars 321 forks source link

about metrics #164

Open ZouhairBALLOUCH opened 3 years ago

ZouhairBALLOUCH commented 3 years ago

Hi Sir ; I predict my data with your pretrained model , I would like to ask you if possible how to calculate the metrics using our ground truth ? Thank you in advance

loki-veera commented 2 years ago

You should be able to write your own metric calculation, for that you just need the class label and predicted class label then calculate TP, TN, FP, FN. From this we can compute the mIOU and Accuracy.