scorevision: push artifact
Browse files
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- object-detection
|
| 4 |
+
- onnx
|
| 5 |
+
- bittensor
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# Detect-fire miner (SN44 / TurboVision)
|
| 9 |
+
|
| 10 |
+
ONNX detector for the `manak0/Detect-fire` element: `fire`, `smoke`,
|
| 11 |
+
`fire extinguisher`.
|
| 12 |
+
|
| 13 |
+
- `model.onnx` — YOLO26n, end2end head (in-graph NMS), 704x704 static input
|
| 14 |
+
- `miner.py` — inference entrypoint exposing `predict_batch`
|
| 15 |
+
- `chute_config.yml` — Chutes deployment config
|