pointnet.pytorch icon indicating copy to clipboard operation
pointnet.pytorch copied to clipboard

pytorch implementation for "PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation" https://arxiv.org/abs/1612.00593

Results 57 pointnet.pytorch issues
Sort by recently updated
recently updated
newest added

Compared with the tensorflow version, I am confused about your released classification results on modelnet40 which are obviously lower. Can you explain why? and are your results the average values...

Hi, this error occured under training, and repeated after reboot. ![1](https://user-images.githubusercontent.com/50096739/70848230-37a3a800-1ea9-11ea-8b90-a4981cf315d8.jpg) ![2](https://user-images.githubusercontent.com/50096739/70848237-3ecab600-1ea9-11ea-9c57-e3115b5acfa2.jpg) The system seemed to be crashed as the icons in the dock went wrong. The original icons are...

I recently updated [meshio](https://github.com/nschloe/meshio) to include support for PLY, and using it as a drop-in replacement for plyfile would increase the number of supported mesh formats by a great deal....

Dear authors, thanks for sharing the PyTorch version of PointNet which is helping me a lot. I'm encountering this problem. PointNet itself allows individual inputs to vary in the number...

hi, im new to use this tool, can you give a more specific guidance on how to use on win10? i dont know exactly how to use at the first...

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?

Hi, I,m interested in the great work, now I want to use the network to handle my own dataset. The dataset I have is different from the dataset mentioned in...