16337 bdbfca4252 fix(edge): 修复 batch 推理超过 MAX_BATCH_SIZE 导致缓冲区溢出
队列中 ROI 数量超过 8 时(多摄像头多 ROI 绑定场景),
一次性送入 TensorRT 引擎导致 np.copyto 溢出。
改为按 max_batch_size 分块推理。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 16:49:20 +08:00
Description
边缘推理层
37 MiB
Languages
Python 100%