Port-model / config.json
Sunix2026's picture
Upload YOLOv11 segmentation model with config
b452cdf verified
{
"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
}