Pointnet_Pointnet2_pytorch
Pointnet_Pointnet2_pytorch copied to clipboard
How to use the trained neural network to classify a single point cloud ?
hello, After training and testing the network with the datasets. Is it possible to pass a point cloud in the network and have it return the most probable class to us?
Have you found the solution?
Yes I wrote a script allowing this task to be carried out You can retrieve it from my repository
https://github.com/VictorAlteirac/PFE_Tree_segmentation-using_PointNet2