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.16k stars 634 forks source link

Is there 'Semantic Segmentation' code in pytorch? #45

Open Katieting opened 5 years ago

Katieting commented 5 years ago

Hi, I used 'train_classification' and 'train_segmentation', they were worked well I also want to train Semantic Segmentation of Indoor Scenes Is there 'Sem_Seg' code in pytorch?

kiranintellify commented 5 years ago

Hi ,I also have the same question. In pytorch implimentation is there semantic_seg code.