mr4 commited on
Commit
bc9ec93
·
verified ·
1 Parent(s): de61ecd

Update models/registry.json

Browse files
Files changed (1) hide show
  1. models/registry.json +5 -5
models/registry.json CHANGED
@@ -2,33 +2,33 @@
2
  "models": [
3
  {
4
  "id": "yolo12s",
5
- "name": "yolo12s (FP32)",
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)",
18
  "modelPath": "models/yolo26s/model.onnx",
19
  "classesPath": "models/yolo26s/classes.txt",
20
  "type": "yolo26"
21
  },
22
  {
23
  "id": "yolo26n",
24
- "name": "yolo26n (FP32)",
25
  "modelPath": "models/yolo26n/model.onnx",
26
  "classesPath": "models/yolo26n/classes.txt",
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
  }
 
2
  "models": [
3
  {
4
  "id": "yolo12s",
5
+ "name": "yolo12s",
6
  "modelPath": "models/yolo12s/model.onnx",
7
  "classesPath": "models/yolo12s/classes.txt"
8
  },
9
  {
10
  "id": "yolo12n",
11
+ "name": "yolo12n",
12
  "modelPath": "models/yolo12n/model.onnx",
13
  "classesPath": "models/yolo12n/classes.txt"
14
  },
15
  {
16
  "id": "yolo26s",
17
+ "name": "yolo26s",
18
  "modelPath": "models/yolo26s/model.onnx",
19
  "classesPath": "models/yolo26s/classes.txt",
20
  "type": "yolo26"
21
  },
22
  {
23
  "id": "yolo26n",
24
+ "name": "yolo26n",
25
  "modelPath": "models/yolo26n/model.onnx",
26
  "classesPath": "models/yolo26n/classes.txt",
27
  "type": "yolo26"
28
  },
29
  {
30
  "id": "ppe",
31
+ "name": "Thiết bị bảo hộ cá nhân (PPE - Personal Protective Equipment)",
32
  "modelPath": "models/ppe/model.onnx",
33
  "classesPath": "models/ppe/classes.txt"
34
  }