How do I solve this? Box and mask map@50 only comes out as 0.995

V8-m

The value of map@50 is strange. Is there a problem with the code I ran on CoLab?

  1. !pip install ultralytics
  2. import ultralytics
    ultralytics.checks()
    3.ROBOFLOW DATASET CODE
    4.dataset.location
    5.Copy the path to the data.Yaml file path to each image of test, train, and valid
    6.!yolo task=segment mode=train data={dataset.location}/data.yaml model=“yolo11n-seg.pt” epochs=30 imgsz=640 batch=16

Hi @park!
Unfortunately I am unable to debug training runs outside of the Roboflow due to a number of potential variables, apologies!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.