Yasssh2123 commited on
Commit
f8f0aad
·
verified ·
1 Parent(s): a344f37

Update config.json

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