ipd805 commited on
Commit
f8fe237
·
verified ·
1 Parent(s): 6590a5a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -6
config.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "name": "YOLOv8 Digit and Icon Detector",
3
- "framework": "pytorch",
4
- "task_type": "object-detection",
5
- "architecture": "YOLOv8",
6
- "model_type": "yolov8",
7
- "weights": "best1.pt",
8
  "labels": [
9
  {
10
  "name": "digit",
@@ -19,5 +19,5 @@
19
  "0": "digit",
20
  "1": "icon"
21
  },
22
- "interpretation_script": "yolo"
23
  }
 
1
  {
2
  "name": "YOLOv8 Digit and Icon Detector",
3
+ "framework": "onnx",
4
+ "task_type": "image-classification",
5
+ "architecture": "onnx",
6
+ "model_type": "onnx",
7
+ "weights": "best1-2.onnx",
8
  "labels": [
9
  {
10
  "name": "digit",
 
19
  "0": "digit",
20
  "1": "icon"
21
  },
22
+ "interpretation_script": "onnx"
23
  }