I new to this so I trained a YOLOv8 model on my ROAM3-Combined dataset, which merges three datasets: bird_nest.yolov8 (for detecting birds and nests), veg.yolov8 (for detecting vegetation), and Pole Segment.yolov8 (for pole segmentation). However, the model only performs well when tested on images from one dataset at a time. For example, it accurately detects birds and nests when tested on bird_nest.yolov8 images, vegetation on veg.yolov8 images, or pole segments on Pole Segment.yolov8 images. When I test it on a mixed dataset or real-world images containing all three types of objects, the model tends to focus on detecting only one category (e.g., vegetation) and ignores the others, seemingly picking the most “convenient” class to predict. I need the model to simultaneously detect and segment poles, detect vegetation, and detect birds and nests in the same image with high accuracy. How can I solve this issue?
- Project Type: Object Detection + Segmentation (multi-class, multi-task)
- Operating System & Browser: Windows / Google Chrome
- Project Universe Link or Workspace/Project ID: Sign in to Roboflow