Pointnet_Pointnet2_pytorch icon indicating copy to clipboard operation
Pointnet_Pointnet2_pytorch copied to clipboard

Different number of points in each class

Open narges-tk opened this issue 1 year ago • 2 comments

Hi! Thanks for sharing your code. I have a dataset in which the number of points is different in each class and also in different objects of the same class. Could you please help me with how I can use "train_classification.py" code for classifying such data? Now, I am facing the following error related to the problem I mentioned. Thanks in advance image

narges-tk avatar Nov 20 '23 12:11 narges-tk

Resampling the point clouds resolved the issue!

narges-tk avatar Nov 22 '23 09:11 narges-tk

Are you talking about class imbalance; if so how did you solve?

gun-py avatar Feb 08 '24 14:02 gun-py