Tuan Nghia Nguyen 7778f8c214 Two-part fix
Fix 1 — Chunk oversized bucket groups (the correctness fix)
ONNXOCRRecognizer::RecognizeBatch now slices each bucket group into chunks of ≤ kRecMaxBatch before submitting to TRT. A frame with 30 crops in bucket 320 produces two back-to-back batched calls (24 + 6), both within the profile, both on the fast path.

Fix 2 — Raise the profile max from 16 to 24 (the performance fix)
The old profile max was 16; your real scenes routinely hit 24. Raising the profile max to 24 means the common 12-plate scene (24 crops) fits in a single batched call with no chunking needed. Scenes with > 24 crops now use chunking, but that's rare.
2026-04-15 07:27:55 +10:00
2026-04-14 20:30:21 +10:00
2026-04-06 08:31:26 +10:00
2026-03-29 14:10:05 +11:00
2026-04-12 21:55:09 +10:00
2026-04-06 08:31:26 +10:00
2026-03-29 14:10:05 +11:00
2026-04-15 07:27:55 +10:00
2026-04-14 20:30:21 +10:00
2026-03-28 16:54:11 +11:00
2026-03-29 14:10:05 +11:00
2026-03-28 16:54:11 +11:00
2026-03-29 14:10:05 +11:00
2026-03-29 14:10:05 +11:00
2026-03-29 14:10:05 +11:00
2026-03-28 13:13:41 +11:00
Description
No description provided
17 MiB
Languages
C 57.3%
C++ 41.8%
Python 0.3%
Objective-C++ 0.2%
CMake 0.2%
Other 0.1%