Pointnet_Pointnet2_pytorch icon indicating copy to clipboard operation
Pointnet_Pointnet2_pytorch copied to clipboard

How to use the trained neural network to classify a single point cloud ?

Open VictorAlteirac opened this issue 3 years ago • 2 comments

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?

VictorAlteirac avatar Mar 02 '21 13:03 VictorAlteirac

Have you found the solution?

lakshmipriya369 avatar Aug 15 '21 16:08 lakshmipriya369

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

VictorAlteirac avatar Aug 16 '21 14:08 VictorAlteirac