ipd805 commited on
Commit
7b45990
·
verified ·
1 Parent(s): 52d97bd

Update config.json

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