File size: 261 Bytes
b452cdf |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
{
"model_type": "yolov11-seg",
"task": "image-segmentation",
"framework": "ultralytics",
"num_classes": 2,
"id2label": {
"0": "Port-capped",
"1": "Port-Empty"
},
"input_size": 1408,
"confidence_threshold": 0.25,
"iou_threshold": 0.45
} |