wuzhuorong
  • Joined on 2026-03-02
wuzhuorong pushed to master at jc/jc-video-recognize 2026-06-12 07:01:37 +00:00
18cfc9b16a feat(server):补充RESTful 接口
8b914aae8a refactor(web): 重构App.vue为纯路由出口
Compare 2 commits »
wuzhuorong pushed to master at jc/jc-video-recognize 2026-06-12 06:27:21 +00:00
4e0f724661 feat(server):补充新增RTSP配置类;集成 RTSP StreamManager 初始化与路由注册
wuzhuorong pushed to master at jc/jc-video-recognize 2026-06-12 06:24:56 +00:00
c88dcfff17 chore(web): 新增前端测试依赖与构建配置
wuzhuorong pushed to master at jc/jc-video-recognize 2026-06-12 06:11:07 +00:00
2c135d5ebe fix(web): 修复页面切换导致检测过程中断的问题
wuzhuorong pushed to master at jc/jc-video-recognize 2026-06-12 06:10:30 +00:00
8c2ea57119 feat(web): 新增前端预警列表页面与服务层。实现前端预警列表展示页、WebSocket 订阅服务和全局预警状态管理。
wuzhuorong pushed to master at jc/jc-video-recognize 2026-06-12 06:07:16 +00:00
535fa89e64 feat(server): 新增预警 WebSocket 接口。实现后端 WebSocket 接口,支持前端实时订阅预警消息推送。
wuzhuorong pushed to master at jc/jc-video-recognize 2026-06-12 06:06:25 +00:00
21829bcbae feat(server): 新增事件聚合引擎。实现时间窗口去重、空间邻近合并和置信度加权融合的事件聚合能力,减少重复预警。
wuzhuorong pushed to master at jc/jc-video-recognize 2026-06-12 05:59:20 +00:00
bf12a29acd feat(server): 新增ByteTrack目标跟踪服务
wuzhuorong pushed to master at jc/jc-video-recognize 2026-06-12 05:58:49 +00:00
2fcaf57478 feat(server): 新增 MQTT 预警消息发布服务
wuzhuorong pushed to master at jc/jc-video-recognize 2026-06-12 05:57:42 +00:00
40fd3089a7 feat(server): 新增RTSP多路视频流接入服务。- 实现基于Ring Buffer的帧缓冲区(frame_buffer),支持线程安全读写
wuzhuorong pushed to master at jc/jc-video-recognize 2026-06-11 09:29:01 +00:00
279bffbcde feat:集成事件决策/规则/聚合管道
wuzhuorong pushed to master at jc/jc-video-recognize 2026-06-11 09:27:40 +00:00
51279c00ab chore:新增火灾/抽烟/徘徊/车辆/打架五类预警规则yaml
wuzhuorong pushed to master at jc/jc-video-recognize 2026-06-11 09:26:16 +00:00
4b051f16be feat:新增事件决策/规则/聚合三段管道引擎
wuzhuorong pushed to master at jc/jc-video-recognize 2026-06-11 09:24:47 +00:00
24c16de9a1 feat:新增 DetectionAdapter 统一 4 种检测服务输出
wuzhuorong pushed to master at jc/jc-video-recognize 2026-06-11 09:23:40 +00:00
05d4a5edf6 feat:新增统一事件数据契约,为所有检测服务统一输出格式
wuzhuorong pushed to master at jc/jc-video-recognize 2026-06-11 09:22:05 +00:00
cb2a7dcca3 feat:新增基于 pydantic-settings 的统一配置中心
wuzhuorong pushed to master at jc/jc-video-recognize 2026-06-11 09:16:58 +00:00
993586fdee chore:引入 pydantic-settings 与 pyyaml 依赖
wuzhuorong pushed to master at jc/jc-video-recognize 2026-06-10 07:13:42 +00:00
360f98fe7a feat(模型):补充YOLOv8的打架斗殴模型PT
wuzhuorong pushed to master at jc/jc-video-recognize 2026-06-10 06:38:15 +00:00
30ea6eb0fb feat(web):补充YOLOv8的打架斗殴模型Web和Vue
wuzhuorong pushed to master at jc/jc-video-recognize 2026-06-10 06:27:08 +00:00
77bd437fdb feat:新增基于YOLOv8的打架斗殴模型,支持上传视频识别以及摄像头识别