Yasssh2123 commited on
Commit
b95abb3
·
verified ·
1 Parent(s): 9c9dfa3

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +25 -0
config.json CHANGED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "input_size": 640,
3
+ "task": "instance-segmentation",
4
+ "ultralytics_version": "8.0.20",
5
+ "model_type": "v8",
6
+ "pipeline_tag": "image-segmentation",
7
+ "tags": ["yolov8", "segmentation"],
8
+ "model": "yolov8-seg",
9
+ "class_set": [
10
+ {
11
+ "name": "Grape",
12
+ "id": 0
13
+ }
14
+ ],
15
+ "labels": [
16
+ {
17
+ "name": "Grape",
18
+ "attributes": []
19
+ }
20
+ ],
21
+ "id2label": {
22
+ "0": "Grape"
23
+ },
24
+ "architectures": ["YOLOv8"]
25
+ }