新增指定模型文件

This commit is contained in:
zqc
2026-03-09 13:28:38 +08:00
parent 74f555f38c
commit 365dcc94e5
3 changed files with 15 additions and 7 deletions

View File

@@ -49,15 +49,16 @@ video_clip_default_segment_duration: 2 # 默认分片
service_groups:
- name: "kadian_group" # 服务组名称
video_source_type: "hls"
video_source_type: "rtsp"
ws_host: "0.0.0.0" # WebSocket 服务地址
ws_port: 8765 # WebSocket 服务端口
algorithm: "checkpoint" # 算法类型
algorithm: "corridor" # 算法类型
cameras: # 该组下的摄像头列表
- id: 8
index: "12345"
name: Entrance
params:
model_path: "Kadian.onnx"
roi_points:
- [0.15, 0.001]
- [0.5, 0.001]