hao / sun
Results
1
comments of
hao / sun
I recommend you use this repo https://github.com/yanx27/Pointnet_Pointnet2_pytorch. Firstly, model1 (https://github.com/yanx27/Pointnet_Pointnet2_pytorch/blob/master/models/pointnet_cls.py) is a simple MLP network and model2 (https://github.com/yanx27/Pointnet_Pointnet2_pytorch/blob/master/models/pointnet2_cls_ssg.py) is a general local relationship awareness network in point cloud. Secondly, you...