WBStark commited on
Commit
e702548
·
verified ·
1 Parent(s): 8e5b29b

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +13 -1
config.json CHANGED
@@ -1,3 +1,15 @@
1
- {"input_size": 2560, "task": "object-detection"}
 
 
 
 
 
 
 
 
 
 
 
 
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