ConradHw commited on
Commit
a5f51c7
·
1 Parent(s): 3378e14

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -1
config.json CHANGED
@@ -2,5 +2,8 @@
2
  "id2label": {
3
  "0": "pole"
4
  },
5
- "model_type": "yolov7-tiny"
 
 
 
6
  }
 
2
  "id2label": {
3
  "0": "pole"
4
  },
5
+ "label2id": {
6
+ "pole": 0,
7
+ },
8
+ "model_type": "yolos"
9
  }