RandLA-Net icon indicating copy to clipboard operation
RandLA-Net copied to clipboard

about metrics

Open ZouhairBALLOUCH opened this issue 4 years ago • 1 comments

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

ZouhairBALLOUCH avatar Jun 08 '21 08:06 ZouhairBALLOUCH

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.

loki-veera avatar May 03 '22 10:05 loki-veera