erikwijmans / Pointnet2_PyTorch

PyTorch implementation of Pointnet2/Pointnet++
The Unlicense
1.53k stars 347 forks source link

Performance Pointnet2:Acc,mAcc,mIoU #65

Open GuesmiAbd opened 5 years ago

GuesmiAbd commented 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

erikwijmans commented 5 years ago

Refer to here for PointNet results on s3DIS: https://github.com/charlesq34/pointnet/tree/master/sem_seg