Yasssh2123 commited on
Commit
24afa75
·
verified ·
1 Parent(s): 1e17ba8

Update config.json

Browse files
Files changed (1) hide show
  1. 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
  }