Yasssh2123 commited on
Commit
d4c7dd2
·
verified ·
1 Parent(s): da50dbd

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -4
config.json CHANGED
@@ -1,12 +1,11 @@
1
  {
2
  "input_size": 640,
3
  "task": "instance-segmentation",
4
- "ultralyticsplus_version": "0.0.21",
5
- "ultralytics_version": "8.0.190",
6
  "model_type": "yolov8",
7
  "pipeline_tag": "image-segmentation",
8
  "tags": ["yolov8", "segmentation"],
9
  "model": "yolov8-seg",
 
10
  "class_set": [
11
  {
12
  "name": "Grape",
@@ -21,6 +20,5 @@
21
  ],
22
  "id2label": {
23
  "0": "Grape"
24
- },
25
- "model_name_or_path": "Yasssh2123/Grape",
26
  }
 
1
  {
2
  "input_size": 640,
3
  "task": "instance-segmentation",
 
 
4
  "model_type": "yolov8",
5
  "pipeline_tag": "image-segmentation",
6
  "tags": ["yolov8", "segmentation"],
7
  "model": "yolov8-seg",
8
+ "model_name_or_path": "Yasssh2123/Grape",
9
  "class_set": [
10
  {
11
  "name": "Grape",
 
20
  ],
21
  "id2label": {
22
  "0": "Grape"
23
+ }
 
24
  }