coolroman commited on
Commit
2c29044
·
verified ·
1 Parent(s): 0e59c1f

scorevision: push artifact

Browse files
Files changed (1) hide show
  1. README.md +16 -11
README.md CHANGED
@@ -1,11 +1,16 @@
1
- ---
2
- tags:
3
- - element_type:detect
4
- - object:person
5
- manako:
6
- description: Person detection — trained for TurboVision manak0/Detect-Person.
7
- input_payload:
8
- - {name: frame, type: image, description: RGB frame}
9
- output_payload:
10
- - {name: detections, type: detections, description: List of detections}
11
- ---
 
 
 
 
 
 
1
+ # Petrol-Station Detection Miner — SN44 (TurboVision)
2
+
3
+ Element: `manak0_Detect-petrol-station-1-0`
4
+ Backbone: YOLO11s, NMS-baked ONNX, FP16 weights (~19.3 MB).
5
+ Classes: `petrol hose`, `petrol pump`, `price board`, `roof canopy`.
6
+
7
+ ## Files
8
+ - `miner.py` chute entrypoint (`Miner.predict_batch`).
9
+ - `best_fp16.onnx` — model weights, NMS embedded.
10
+ - `class_names.txt` class id name mapping.
11
+ - `chute_config.yml` — Chutes runtime spec (Pro 6000, ORT-CUDA).
12
+
13
+ ## Inference
14
+ - Letterbox 1280×1280, BGR→RGB, /255, NCHW float16.
15
+ - Single ORT CUDA pass + horizontal-flip TTA, merged via per-class hard NMS.
16
+ - Per-class confidence thresholds tuned on val.