{
    "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"]
}