Pointnet_Pointnet2_pytorch
Pointnet_Pointnet2_pytorch copied to clipboard
Inference/prediction code
Hi. I am working on a custom dataset. I finally trained the model. I am wondering how to write inference code for new unlabeled data. Can someone help?
I have trained my own model now, but it is labeled in the test, but I need help on how to predict my unlabeled data.Have you finished?
I have trained my own model now, but it is labeled in the test, but I need help on how to predict my unlabeled data.Have you finished?
https://github.com/fxia22/pointnet.pytorch
https://github.com/nikitakaraevv/pointnet
These links might be helpful.
I have trained my own model now, but it is labeled in the test, but I need help on how to predict my unlabeled data.Have you finished?
https://github.com/fxia22/pointnet.pytorch
https://github.com/nikitakaraevv/pointnet
These links might be helpful.
Have you solved? same problem.