ipd805 commited on
Commit
52d97bd
·
verified ·
1 Parent(s): 2e51050

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -12
config.json CHANGED
@@ -1,15 +1,11 @@
1
  {
2
- "name": "YOLOv8 Digit and Icon Detector",
 
3
  "framework": "onnx",
4
- "task_type": "object-detection",
5
- "architecture": "onnx",
6
- "model_type": "onnx",
7
- "weights": "best1-2.onnx",
8
- "labels": [
9
- {
10
- "name": "digit",
11
- "0": "digit",
12
- "1": "icon"
13
- },
14
- "interpretation_script": "onnx"
15
  }
 
1
  {
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",
9
+ "confidence_threshold": 0.5,
10
+ "iou_threshold": 0.5
 
 
 
 
 
11
  }