3dd4e56f9952037a938eda53d2bc4b034682fc84
- TensorRT 输出 shape: (1, 84, 4725) (84, 4725) - 正确解析 YOLO 输出格式: boxes[0:4], obj_conf[4], cls_scores[5:] - 移除错误的 detection 遍历逻辑 - 工业级向量化操作代替 Python 循环
Description
边缘推理层
Languages
Python
100%