Domeandreimno commited on
Commit
893d4cb
·
verified ·
1 Parent(s): 1f52b24

Update config.json

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