ConradHw commited on
Commit
0f1d7dc
·
1 Parent(s): d3a0fdf

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -2
config.json CHANGED
@@ -1,13 +1,15 @@
1
  {
2
  "id2label": {
3
- "0": "pole"
 
4
  },
5
  "image_size": [
6
  512,
7
  864
8
  ],
9
  "label2id": {
10
- "pole": 0
 
11
  },
12
  "model_type": "yolos"
13
  }
 
1
  {
2
  "id2label": {
3
+ "0": "pole",
4
+ "1": "person"
5
  },
6
  "image_size": [
7
  512,
8
  864
9
  ],
10
  "label2id": {
11
+ "pole": 0,
12
+ "person": 1
13
  },
14
  "model_type": "yolos"
15
  }