Update config.json
Browse files- 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 |
-
|
11 |
-
|
12 |
-
|
13 |
-
{
|
14 |
-
|
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 |
+
}
|