charlesq34 / pointnet

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

Passing only one model #210

Open arunabh44 opened 4 years ago

arunabh44 commented 4 years ago

After training and testing the classification model, I want to pass only one model for e.g. only one .off file to create .h5 file then passing it to the model to classify it what it is without labelling it. Can someone help me with this? The model must be able to classify it as airplane or bathtub etc without any labels.

arunabh44 commented 4 years ago

@charlesq34 please help me with this

Harti177 commented 4 years ago

Did you or some one else have found how to do this ?