mr4 commited on
Commit
8fa930e
·
verified ·
1 Parent(s): 100df16

Update models/registry.json

Browse files
Files changed (1) hide show
  1. models/registry.json +6 -0
models/registry.json CHANGED
@@ -5,6 +5,12 @@
5
  "name": "YOLOv12n (COCO)",
6
  "modelPath": "models/yolo12n/model.onnx",
7
  "classesPath": "models/yolo12n/classes.txt"
 
 
 
 
 
 
8
  }
9
  ]
10
  }
 
5
  "name": "YOLOv12n (COCO)",
6
  "modelPath": "models/yolo12n/model.onnx",
7
  "classesPath": "models/yolo12n/classes.txt"
8
+ },
9
+ {
10
+ "id": "yolo26",
11
+ "name": "yolo26",
12
+ "modelPath": "models/yolo26/model.onnx",
13
+ "classesPath": "models/yolo26/classes.txt"
14
  }
15
  ]
16
  }