Pointnet_Pointnet2_pytorch
Pointnet_Pointnet2_pytorch copied to clipboard
How to use the code to deal with Kitti dataset?
Thanks for your wonderful work @yanx27! I have an issue that after training with modelnet40 dataset, I got the best_model.pth, I want to use this model to input the pointcloud (.bin format) in Kitti dataset and output the completed pointcloud. What should I do? If this model cannot, how should I train a new model? thank you.