PointNet-Plane-Detection icon indicating copy to clipboard operation
PointNet-Plane-Detection copied to clipboard

My model segments all points in one class

Open Nhunguts opened this issue 3 years ago • 2 comments

Hi IsaacGuan @IsaacGuan Thank you for publishing your code. I have used your code to train my own data. My data also has two classes like yours. However, my model can't segment any positive point. It segmented all points in one class.
What should I check now? Thank you.

Nhunguts avatar Feb 22 '21 06:02 Nhunguts

You can check the parameter Is_trained is True or False.

BXESYR avatar Apr 14 '21 16:04 BXESYR

You can check the parameter Is_trained is True or False.

Hi BXESYR, in the train.py file, "is_training=True" in "def train_one_epoch(epoch_number)" and "is_training=True" in "def eval_one_epoch(epoch_number). is this right? Or do you mean something else need to edit? Please help, thank you.

Nhunguts avatar Apr 15 '21 08:04 Nhunguts