fxia22 / pointnet.pytorch

pytorch implementation for "PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation" https://arxiv.org/abs/1612.00593
MIT License
2.11k stars 622 forks source link

How to using pointnet without segmentation? #57

Open francoe0088 opened 4 years ago

francoe0088 commented 4 years ago

Thanks for help,I want using pointnet for classification with new data, but data only have points,it didn't have points_label and seg_img, can pointnet classification without points_label and seg_img?

dhirajsuvarna commented 4 years ago

Yes you can used it, check the flags present in the train_classification.py