charlesq34 / pointnet

PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
Other
4.73k stars 1.45k forks source link

Classifications of other point cloud with the trained model #90

Open ATom93 opened 6 years ago

ATom93 commented 6 years ago

First of all, thank you @charlesq34 for making this code available here. I trained and tested your PointNet model on my system with the scripts available in the project making use of the dataset Model40 for the classification task.

How can I use the trained model to classify a given point cloud from another dataset? Do I need to train the model again with the dataset the point cloud I need to classify belongs to?

abhishek-v commented 6 years ago

As long as the resolution of the other point cloud is similar to the dataset which PointNet uses i.e., ModelNet40, I'm guessing the trained model should work with the other point cloud as well.

If that doesn't work, you can try training the model using the other point cloud dataset.