charlesq34 / pointnet

PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
Other
4.64k stars 1.44k forks source link

100% classification accuracy? #152

Open kavnat opened 5 years ago

kavnat commented 5 years ago

Hello. I am using PointNet for a 3 class classification and I am getting 100% accurate classification for 2 classes and 99.5% for one. I am confused about the results and would like some input as to whether these results actually hold up.

A little Background: I am using KITTI dataset for car instances, Polyterrasse dataset from University of Freiburg for Pedestrian instances, and ModelNet40 for miscellaneous dataset. The entire data has been downsampled to 256 points using uniform distribution. Not all the samples are being used, but each class has equal number of data samples in training and validation files. The data is split 7:3 training:validation. The accuracy and Loss curve on tensorboard plot look like the images attached. Can someone please help me understand if these numbers are valid? If they are, does it mean my network is overtrained? From what I understand if the network is overfitting the loss goes up and the accuracy crashes. In my case they both go stagnant after a few epochs of training. Have I made a mistake here? acc_75 loss_75

OmarAhmadin commented 5 years ago

Can you provide the graph for validation sets?