I am trying to train on my own dataset, and I am using PointSample during in my test and val pipeline. However, the gt_labels are still the labels of the entire input, and the predictions are still the predictions of the sampled points. This leads to an error in the evaluation step.
Any help on this would be appreciated.
Thanks
I am trying to train on my own dataset, and I am using
PointSampleduring in my test and val pipeline. However, the gt_labels are still the labels of the entire input, and the predictions are still the predictions of the sampled points. This leads to an error in the evaluation step.Any help on this would be appreciated.
Thanks