![]()
The value of map@50 is strange. Is there a problem with the code I ran on CoLab?
- !pip install ultralytics
- 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