Reimplementation of PointGroup with different backbone(KPConv, DGCNN) for study purposes.
I used KPConv for Backbone, DGCNN for ScoreNet
Simply run the following script to start the training:
python train.py
Simply run the following script to start the testing(recommended to run only 1 epoch):
python test.py # you should change weight directory
- KPConv-PyTorch
- dgcnn.pytorch
- visualizing with pptk