Pointnet_Pointnet2_pytorch icon indicating copy to clipboard operation
Pointnet_Pointnet2_pytorch copied to clipboard

For different number of classes?

Open AI-Hunter opened this issue 3 years ago • 1 comments

Can it work for different number of classes? My class number = 2 Where I change in train_semseg.py? What is label_weights, the value of the similar to class number? Anyone help me please.

AI-Hunter avatar Dec 23 '21 05:12 AI-Hunter

Yes it does work for arbitrary class numbers (though these must exist in your training data).

You need to change the final layers output size in the model definition.

LucHayward avatar Apr 09 '22 16:04 LucHayward