Commit Graph

234 Commits

Author SHA1 Message Date
aaa794fe10 feat: Enhance preprocessing and detection with letterbox resizing and transformation metadata
- Added `resize_mode` option to `preprocess_node` for handling image resizing strategies: stretch, keep ratio, and letterbox.
- Implemented `BuildLetterbox` function to create letterbox resized frames while maintaining aspect ratio.
- Introduced `FrameTransformMeta` structure to store transformation metadata for frames, including scaling and padding information.
- Updated detection coordinate calculations in `ai_yolo_node` to utilize transformation metadata for accurate bounding box adjustments.
- Enhanced bounding box mapping in `osd_node` to account for potential discrepancies between detection and frame sizes.
- Refactored image processing logic to support new resizing modes and ensure compatibility with existing formats.
2026-02-27 20:05:20 +08:00
b4709b20cd Update YOLO node to use cxcywh box format for V8 box processing 2026-02-27 19:49:56 +08:00
bbf987fe87 Update YOLO node to support automatic V8 box format and enhance box decoding 2026-02-27 19:46:27 +08:00
60ccab8e67 Refactor YOLO node output processing and enhance output management in AI scheduler 2026-02-27 19:39:08 +08:00
6a70c6a805 Add support for sigmoid activation in V8 box format processing 2026-02-27 19:25:23 +08:00
42e3db5c95 Update YOLO model configuration to use cxcywh box format and adjust confidence threshold 2026-02-27 19:22:10 +08:00
6275889767 Update YOLO model configuration to use automatic V8 box format and remove unused RTSP server settings 2026-02-27 19:20:17 +08:00
84408e8a86 Add V8 box format support and enhance output processing in YOLO node 2026-02-27 19:16:10 +08:00
35d00925fc Enhance MPP library detection logic with explicit overrides and fallback mechanisms 2026-02-27 18:57:45 +08:00
d1f0aa4255 Refactor code structure and remove redundant code blocks for improved readability and maintainability 2026-02-27 18:31:13 +08:00
46fcb71a70 去掉对agent编译结果的忽略 2026-02-27 18:10:12 +08:00
0d70fb3ba9 删除对agent/rk3588-agent_linux_arm64的git跟踪 2026-02-27 17:08:10 +08:00
9838f54328 修复确实的hls目录符号链接 2026-02-27 16:32:31 +08:00
f52ec05384 更换检测模型best-768.rknn 2026-02-27 16:23:39 +08:00
88333a1e40 修改部署脚本 2026-02-27 14:10:20 +08:00
569cc43459 修改配置脚本 2026-02-27 12:41:03 +08:00
Developer
a3984e1e1b 更新安装和配置 2026-02-27 11:09:59 +08:00
Developer
ea6f095b76 完善部署脚本 2026-02-27 10:37:42 +08:00
Developer
f6f0123696 Add ZLMediaKit libmk_api.so for embedded HTTP server 2026-02-27 00:09:09 +08:00
83c99834c7 修改安装脚本 2026-02-26 23:13:23 +08:00
c26909a241 修改依赖安装脚本 2026-02-26 23:03:48 +08:00
9c2c4bdda5 清理旧版本 2026-02-26 22:56:58 +08:00
b2718652ed 简化依赖安装脚本 2026-02-26 22:54:10 +08:00
a454bd301b 修改依赖安装文件 2026-02-26 22:48:03 +08:00
4a9cec8818 修复github无法访问的问题 2026-02-26 22:10:35 +08:00
261e46fdc2 更新依赖安装脚本 2026-02-26 22:03:39 +08:00
e94430cf1f 增加依赖安装脚本和文档 2026-02-26 21:54:13 +08:00
b5b36457e4 新增支持人脸识别的压测脚本;优化部署脚本和文档 2026-02-26 21:51:35 +08:00
aea8ec0622 增加硬件性能监控脚本 2026-02-26 21:19:24 +08:00
87d512196a 修复HLS的bug,增加HLS播放器 2026-02-26 21:07:57 +08:00
870f0ac624 修复yolov8的FP16转换错误,增加压测脚本 2026-02-26 20:28:33 +08:00
f8baebf6ea 修改模拟告警服务 2026-02-26 17:01:45 +08:00
ad13ad0f88 增加检测模型,增加模拟告警服务,增加压测方案和配置 2026-02-26 16:51:25 +08:00
a69463bd51 update 命令 2026-02-26 14:00:50 +08:00
9e13a39194 Refactor code structure for improved readability and maintainability 2026-02-26 13:52:41 +08:00
fea530819c Merge branch 'master' of http://10.0.0.99:4000/Doni/OrangePi3588Media 2026-02-26 13:08:39 +08:00
48f5a44cb3 Refactor code structure for improved readability and maintainability 2026-02-26 13:08:37 +08:00
20d9065887 增加架构介绍文档 2026-02-26 12:14:03 +08:00
1df19a1353 修改配置文件 2026-02-25 19:36:02 +08:00
e14c288c37 Merge branch 'master' of http://10.0.0.99:4000/Doni/OrangePi3588Media 2026-02-25 19:22:55 +08:00
9b3915e73d 修改部署文档 2026-02-25 19:21:17 +08:00
32730e8dd7 update test files 2026-02-25 18:49:25 +08:00
120a8120ce update test files 2026-02-25 18:45:11 +08:00
6544cfc301 update test files 2026-02-25 18:41:09 +08:00
317a8b1097 修改部署脚本,media-server和agent独立部署 2026-02-25 15:23:58 +08:00
c343b2bc91 简化部署步骤 2026-02-25 14:29:59 +08:00
3cd38e1ce3 简化安装脚本和文档 2026-02-25 14:27:13 +08:00
ad0f7ccfa3 修改部署脚本 2026-02-25 12:37:08 +08:00
02c5dd2f6d 增加一些部署脚本和必要的文档 2026-02-25 11:00:40 +08:00
4940926866 增加稳定性 2026-01-29 20:44:16 +08:00