Update config.json
Browse files- config.json +20 -20
config.json
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
-
{
|
2 |
-
"model_type": "yolov8",
|
3 |
-
"image_size": [
|
4 |
-
640,
|
5 |
-
640
|
6 |
-
],
|
7 |
-
"num_classes": 1,
|
8 |
-
"segmentation": true,
|
9 |
-
"pipeline_tag": "image-segmentation",
|
10 |
-
"model_id": "Yasssh2123/Grape",
|
11 |
-
"license": "other",
|
12 |
-
"description": "A YOLOv8 model for segmenting grape images.",
|
13 |
-
"class_set": {
|
14 |
-
"classes": [
|
15 |
-
{
|
16 |
-
"id": 0,
|
17 |
-
"name": "Grape"
|
18 |
-
}
|
19 |
-
]
|
20 |
-
}
|
21 |
}
|
|
|
1 |
+
{
|
2 |
+
"model_type": "yolov8",
|
3 |
+
"image_size": [
|
4 |
+
640,
|
5 |
+
640
|
6 |
+
],
|
7 |
+
"num_classes": 1,
|
8 |
+
"segmentation": true,
|
9 |
+
"pipeline_tag": "image-segmentation",
|
10 |
+
"model_id": "Yasssh2123/Grape",
|
11 |
+
"license": "other",
|
12 |
+
"description": "A YOLOv8 model for segmenting grape images.",
|
13 |
+
"class_set": {
|
14 |
+
"classes": [
|
15 |
+
{
|
16 |
+
"id": 0,
|
17 |
+
"name": "Grape"
|
18 |
+
}
|
19 |
+
]
|
20 |
+
}
|
21 |
}
|