Domeandreimno commited on
Commit
643a0e7
·
verified ·
1 Parent(s): ba58f0f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -2
config.json CHANGED
@@ -1,6 +1,15 @@
1
-
2
  {
3
  "pipeline_tag": "image-segmentation",
4
  "tags": ["yolov8", "segmentation"],
5
- "model": "yolov8-seg"
 
 
 
 
 
 
 
 
 
 
6
  }
 
 
1
  {
2
  "pipeline_tag": "image-segmentation",
3
  "tags": ["yolov8", "segmentation"],
4
+ "model": "yolov8-seg",
5
+ "class_set": [
6
+ {
7
+ "name": "Architrave",
8
+ "id": 0
9
+ },
10
+ {
11
+ "name": "Doojam",
12
+ "id": 1
13
+ }
14
+ ]
15
  }