Domeandreimno commited on
Commit
1f52b24
·
1 Parent(s): fb23a7b

Update config with class set

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