Commit Graph

9 Commits

Author SHA1 Message Date
3418090042 - Remove ALPR_OD Tracker and voting system.
- Disable debugview
2026-04-19 23:15:50 +10:00
51fe507dfd Fix unregister issue 2026-04-19 14:47:29 +10:00
0a8aaed215 Add CPU/GPU gate and support new ANSALPR using OCR 2026-04-12 17:16:16 +10:00
eb863bf510 Support getEngine 2026-04-09 11:00:34 +10:00
eeb205779a Fix model optimisation 2026-04-09 08:09:02 +10:00
69787b0ff0 Fix AMD and OpenVINO 2026-04-08 13:45:52 +10:00
e134ebdf15 Use software decoder by default 2026-04-04 20:19:54 +11:00
c1b919ec47 Fix setting GPU behaviour:
Condition	maxSlotsPerGpu	Behavior
OptimizeModelStr	0	Bypass: non-shared temporary engine
1 GPU	1	Single slot, no round-robin
>1 GPU, VRAM < 24 GB	1	Round-robin: 1 slot per GPU
>1 GPU, VRAM >= 24 GB	-1	Elastic: on-demand slot growth
2026-03-30 09:59:09 +11:00
8a2e721058 Refactor project structure 2026-03-28 19:56:39 +11:00