-------------------------------18 March 2022------------------------------------
Weights_trained_on_ShapeNet shows the PointNet++ network we used to gain pretrained models.
The checkpoint floder contains the weights we trained on ShapeNet Dataset.
Please refer the PointNet++ article for more details.
I found mmdetection3D contain some 3D compoment segmentation backbone, but the dataset they used are ScanNet, SUNRGB-D, Waymo, nuScenes, Lyft, and KITTI.
I found a leadboard : 3D Part Segmentation on ShapeNet dataset.
-------------------------------25 March 2022------------------------------------
We published the code we used to gain lidar point clouds in Lidar_SLAM.
The code borrows a lot from Open3d
-------------------------------26 March 2022------------------------------------
Our code borrows a lot from:
PointNet++
PointNet
Open3d
Teaser