Pointnet_Pointnet2_pytorch
Pointnet_Pointnet2_pytorch copied to clipboard
PointNet and PointNet++ implemented by pytorch (pure python) and on ModelNet, ShapeNet and S3DIS.
when i use custom data to train i met this trouble,how can i resolve it? 
The paper mentions that after the sampling and grouping layers, the results are passed to PointNet layers. The PointNet Encoder includes a T-Net, but I do not see this in...
In a task, I am using exact same validation set as testing. During testing, I am using saved weights. However, every time I run, it provides different logit as output...
Hello, Thanks so much for this repo, very well done. Do you know where I can find the names of the parts for ShapePartNet, mapped onto the integer values?
line 102 and line 105 in file ./model/pointnet2_utils.py, should N to be changed N - 1? 
Hello, I made a small modification in the class PointNetSetAbstraction(nn.Module) by adding 1 to the variable in_channel. After making this change, I encountered an issue in the subsequent code: python...
Sorry, I have a problem regarding the possibility to change the number of classes on semseg. The algorithm works fine with 13 classes, but I need to use it with...
Is it a typo that collect_point_label be in line 170? 