yolo-webgpu / models /registry.json
mr4's picture
Rename models to models/registry.json
48a4960 verified
raw
history blame contribute delete
188 Bytes
{
"models": [
{
"id": "yolo12n",
"name": "YOLOv12n (COCO)",
"modelPath": "models/yolo12n/model.onnx",
"classesPath": "models/yolo12n/classes.txt"
}
]
}