ipd805 commited on
Commit
19c460a
·
verified ·
1 Parent(s): 11b1c66

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +15 -13
config.json CHANGED
@@ -2,19 +2,21 @@
2
  "model_name": "ipd805/digit",
3
  "model_type": "ObjectDetection",
4
  "framework": "onnx",
5
- "classes": [
6
- {
7
- "name": "digit",
8
- "id": 0,
9
- "color": "#ff0000"
10
- },
11
- {
12
- "name": "icon",
13
- "id": 1,
14
- "color": "#00ff00"
15
- }
16
- ],
17
- "labels": ["digit", "icon"],
 
 
18
  "input_shape": [640, 640, 3],
19
  "input_type": "image",
20
  "output_type": "tensor",
 
2
  "model_name": "ipd805/digit",
3
  "model_type": "ObjectDetection",
4
  "framework": "onnx",
5
+ "class_set": {
6
+ "name": "digit-icon-classes",
7
+ "classes": [
8
+ {
9
+ "name": "digit",
10
+ "id": 0,
11
+ "color": "#ff0000"
12
+ },
13
+ {
14
+ "name": "icon",
15
+ "id": 1,
16
+ "color": "#00ff00"
17
+ }
18
+ ]
19
+ },
20
  "input_shape": [640, 640, 3],
21
  "input_type": "image",
22
  "output_type": "tensor",