I trained a model on top of the pre-trained model yolov8n-seg.pt in YOLO, but the result is worse the pre-trained model on the same image. I annotated around 150 images for person detection, using the label 'person'. But the new model is significantly worse than the yolov8n-seg.pt model. Why does that happen?
The expectation was that with more samples annotated, the pre-trained model will be fine tuned to better detect on new images.