Yochengliu / Relation-Shape-CNN

Relation-Shape Convolutional Neural Network for Point Cloud Analysis (CVPR 2019 Oral & Best paper finalist)
https://yochengliu.github.io/Relation-Shape-CNN/
MIT License
415 stars 71 forks source link

Issue in displaying Accuracy Result in voting_evaluate_cls.py #26

Closed crazy-bot closed 4 years ago

crazy-bot commented 4 years ago

Hi, I ran the voting_evaluate_cls.py and surprisingly got following result Repeat 1 Acc: 0.000000 Repeat 2 Acc: 0.000000 Repeat 3 Acc: 0.000000

and I found the issue in logging line 94 in voting_evaluate_cls.py please change it to : acc = (float((preds == labels).sum()) / labels.numel())*100