I have a trained a PointNet++ with eigenvector grouping stategy on a dataset containing point clouds with points belonging to pulmonary arteries and background. When applying the trained model to the test set, all points of each patient are labelled as artery. Furthermore, all points of all patients get exactly the same prediction for being an artery or background. So apparently, the model has learnt nothing about distinguishing points belonging to arteries from background.
Do you have some suggestions how this could have happened?
I have a trained a PointNet++ with eigenvector grouping stategy on a dataset containing point clouds with points belonging to pulmonary arteries and background. When applying the trained model to the test set, all points of each patient are labelled as artery. Furthermore, all points of all patients get exactly the same prediction for being an artery or background. So apparently, the model has learnt nothing about distinguishing points belonging to arteries from background.
Do you have some suggestions how this could have happened?