Open GuesmiAbd opened 5 years ago
Hello @erikwijmans ,
I tested this code on the s3DIS dataset and I found 81.7 of acc (val), which paper, I can find this value off accurcy and how I compute mAcc and mIoU? code of Acc: acc = (classes == labels).float().sum() / labels.numel() Thanks in advance, Guesmi
Refer to here for PointNet results on s3DIS: https://github.com/charlesq34/pointnet/tree/master/sem_seg
Hello @erikwijmans ,
I tested this code on the s3DIS dataset and I found 81.7 of acc (val), which paper, I can find this value off accurcy and how I compute mAcc and mIoU? code of Acc: acc = (classes == labels).float().sum() / labels.numel() Thanks in advance, Guesmi