custom_grape / config.json
Yasssh2123's picture
Update config.json
e6f2e8c verified
raw
history blame contribute delete
512 Bytes
{
"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"]
}