scorevision: push artifact
Browse files- chute_config.yml +6 -4
- miner.py +1 -1
chute_config.yml
CHANGED
|
@@ -7,11 +7,13 @@ Image:
|
|
| 7 |
'pyyaml>=6.0' 'aiohttp>=3.9' 'ensemble-boxes>=1.0' 'torch>=2.6,<3.0'
|
| 8 |
NodeSelector:
|
| 9 |
gpu_count: 1
|
| 10 |
-
min_vram_gb_per_gpu:
|
| 11 |
max_hourly_price_per_gpu: 0.50
|
| 12 |
-
|
| 13 |
-
- '
|
| 14 |
-
-
|
|
|
|
|
|
|
| 15 |
Chute:
|
| 16 |
timeout_seconds: 900
|
| 17 |
concurrency: 4
|
|
|
|
| 7 |
'pyyaml>=6.0' 'aiohttp>=3.9' 'ensemble-boxes>=1.0' 'torch>=2.6,<3.0'
|
| 8 |
NodeSelector:
|
| 9 |
gpu_count: 1
|
| 10 |
+
min_vram_gb_per_gpu: 16
|
| 11 |
max_hourly_price_per_gpu: 0.50
|
| 12 |
+
exclude:
|
| 13 |
+
- '5090'
|
| 14 |
+
- b200
|
| 15 |
+
- h200
|
| 16 |
+
- mi300x
|
| 17 |
Chute:
|
| 18 |
timeout_seconds: 900
|
| 19 |
concurrency: 4
|
miner.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
"""
|
| 2 |
-
Score Vision SN44 — Unified miner v3.23.3 (2026-04-07). Diagnostic: vehicle provider logging.
|
| 3 |
Tri-model: vehicle (YOLO11m INT8 1280) + person (YOLO12s FP16 960 TRT) + petrol (end2end 640).
|
| 4 |
Pose model: YOLOv8n-pose FP16 640 for false-positive filtering + keypoint box refinement.
|
| 5 |
Vehicle weights loaded from secondary HF repo (meaculpitt/ScoreVision-Vehicle).
|
|
|
|
| 1 |
"""
|
| 2 |
+
Score Vision SN44 — Unified miner v3.23.3 (2026-04-07). Diagnostic: vehicle provider logging. Lazy FP32, trigger 0 boxes. TTA consensus (person), parts_confirm on vehicle, car 0.60, VEH_MIN_WH=20.
|
| 3 |
Tri-model: vehicle (YOLO11m INT8 1280) + person (YOLO12s FP16 960 TRT) + petrol (end2end 640).
|
| 4 |
Pose model: YOLOv8n-pose FP16 640 for false-positive filtering + keypoint box refinement.
|
| 5 |
Vehicle weights loaded from secondary HF repo (meaculpitt/ScoreVision-Vehicle).
|