charlesq34 / pointnet

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

Pointnet using my own data #198

Closed JavierRubioR closed 4 years ago

JavierRubioR commented 4 years ago

Hi, I am trying to use pointnet as classifier with my own dataset. The training steps seem to go without problems but I am facing the following error when I run the evaluate.py script:

pointneterror

I am not changing anything in the code but the paths to my own files (shape_names.txt, train_files.txt and test_files.txt) and the value of the NUM_CLASSES variable. Here are the train and test datasets I am using. Could you please help me to solve this issue?

Regards, Javier.

charlesq34 commented 4 years ago

It seems you also have to change the number of output classes in the model file (pointnet.py). In default it is 40.