I have trained 215 pics which are contains chess pieces with using yolov8m.pt as pre-trained model and epoch value was 75.
!yolo task=detect mode=train model=yolov8m.pt data={dataset.location}/data.yaml epochs=75 imgsz=800 plots=True
Then when I tried that model it detected stuff which is not in train set. How can I solve that problem.