Grape_new / config.json
Yasssh2123's picture
Update config.json
c8552d1 verified
raw
history blame contribute delete
505 Bytes
{
"input_size": 640,
"task": "instance-segmentation",
"ultralytics_version": "8.3.13",
"model_type": "yolo11n-seg",
"framework": "YOLO11",
"pipeline_tag": "image-segmentation",
"model": "yolo11n-seg",
"class_set": [
{
"name": "Grape",
"id": 0
}
],
"labels": [
{
"name": "Grape",
"attributes": []
}
],
"id2label": {
"0": "Grape"
},
"architectures": ["YOLO11"]
}