Upload config.json
Browse files- config.json +13 -1
config.json
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
|
|
|
1 |
+
{
|
2 |
+
"input_size": "2560",
|
3 |
+
"pipeline_tag": "detection",
|
4 |
+
"model_type": "yolo",
|
5 |
+
"label2id": {
|
6 |
+
"0": "background",
|
7 |
+
"1": "Arnica"
|
8 |
+
},
|
9 |
+
"id2label": {
|
10 |
+
"0": "background",
|
11 |
+
"1": "Arnica"
|
12 |
+
}
|
13 |
+
}
|
14 |
|
15 |
|