新增指定模型文件
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user