mr4 commited on
Commit
977c008
·
verified ·
1 Parent(s): e66436f

Update models/registry.json

Browse files
Files changed (1) hide show
  1. models/registry.json +4 -24
models/registry.json CHANGED
@@ -6,24 +6,12 @@
6
  "modelPath": "models/yolo12s/model.onnx",
7
  "classesPath": "models/yolo12s/classes.txt"
8
  },
9
- {
10
- "id": "yolo12s-fp16",
11
- "name": "yolo12s (FP16)",
12
- "modelPath": "models/yolo12s-fp16/model.onnx",
13
- "classesPath": "models/yolo12s-fp16/classes.txt"
14
- },
15
  {
16
  "id": "yolo12n",
17
  "name": "yolo12n (FP32)",
18
  "modelPath": "models/yolo12n/model.onnx",
19
  "classesPath": "models/yolo12n/classes.txt"
20
  },
21
- {
22
- "id": "yolo12n-fp16",
23
- "name": "yolo12n (FP16)",
24
- "modelPath": "models/yolo12n-fp16/model.onnx",
25
- "classesPath": "models/yolo12n-fp16/classes.txt"
26
- },
27
  {
28
  "id": "yolo26s",
29
  "name": "yolo26s (FP32)",
@@ -31,13 +19,6 @@
31
  "classesPath": "models/yolo26s/classes.txt",
32
  "type": "yolo26"
33
  },
34
- {
35
- "id": "yolo26s-fp16",
36
- "name": "yolo26s (FP16)",
37
- "modelPath": "models/yolo26s-fp16/model.onnx",
38
- "classesPath": "models/yolo26s-fp16/classes.txt",
39
- "type": "yolo26"
40
- },
41
  {
42
  "id": "yolo26n",
43
  "name": "yolo26n (FP32)",
@@ -46,11 +27,10 @@
46
  "type": "yolo26"
47
  },
48
  {
49
- "id": "yolo26n-fp16",
50
- "name": "yolo26n (FP16)",
51
- "modelPath": "models/yolo26n-fp16/model.onnx",
52
- "classesPath": "models/yolo26n-fp16/classes.txt",
53
- "type": "yolo26"
54
  }
55
  ]
56
  }
 
6
  "modelPath": "models/yolo12s/model.onnx",
7
  "classesPath": "models/yolo12s/classes.txt"
8
  },
 
 
 
 
 
 
9
  {
10
  "id": "yolo12n",
11
  "name": "yolo12n (FP32)",
12
  "modelPath": "models/yolo12n/model.onnx",
13
  "classesPath": "models/yolo12n/classes.txt"
14
  },
 
 
 
 
 
 
15
  {
16
  "id": "yolo26s",
17
  "name": "yolo26s (FP32)",
 
19
  "classesPath": "models/yolo26s/classes.txt",
20
  "type": "yolo26"
21
  },
 
 
 
 
 
 
 
22
  {
23
  "id": "yolo26n",
24
  "name": "yolo26n (FP32)",
 
27
  "type": "yolo26"
28
  },
29
  {
30
+ "id": "ppe",
31
+ "name": "Thiết bị bảo hộ cá nhân (PPE)",
32
+ "modelPath": "models/ppe/model.onnx",
33
+ "classesPath": "models/ppe/classes.txt"
 
34
  }
35
  ]
36
  }