File size: 512 Bytes
b95abb3
 
c7b64c4
b95abb3
c7b64c4
b95abb3
 
e6f2e8c
b95abb3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
    "input_size": 640,
    "task": "image-segmentation",
    "ultralytics_version": "8.0.20",
    "model_type": "yolov8n-seg",
    "pipeline_tag": "image-segmentation",
    "tags": ["yolov8", "segmentation"],
    "model": "best.onnx",
    "class_set": [
        {
            "name": "Grape",
            "id": 0
        }
    ],
    "labels": [
        {
            "name": "Grape",
            "attributes": []
        }
    ],
    "id2label": {
        "0": "Grape"
    },
    "architectures": ["YOLOv8"]
}