Good morning,
I’m trying to train a yolo v11n model for defect detection in images coming from manifacturing application. The problem has only one class to detect.
After the training I have a strange behaviour. If I test the best produced model on the dataset, I always have back from the model an almost perfect detection (compared to ground truth) and a second one that is always next to the correct one. For example, the correct bounding box is [122, 246, 11, 10] and thr fake one is [133, 246, 11, 10]. The strange thing is that the score is very similar between the two output boxes, and also the class is always the same (0 in my case since I have only one class). The behaviour is the same on all the image taken from train, validation and test set.
I checked all the label file and everything is correct. Any idea about the possible issue?
Regards