cmvr_edge_ai/configs/README.md

24 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 配置目录
所有可部署、可直接传给 `cmvr-edge-ai --config` 的配置统一保存在本目录:
| 文件 | 模式 | 用途 |
|---|---|---|
| `active_detection.yaml` | 主动推送 | 相机检测告警链路 |
| `server_detect.yaml` | 被动调用 | PPE 与手机检测 HTTP 服务 |
| `server_gauge.yaml` | 被动调用 | Analog Gauge HTTP 服务 |
| `detection_viewer.yaml` | 本地调试 | OpenCV 双模型实时画框 |
三份检测配置均使用 `@2` `onnxruntime-yolov8` 制品;`model_options` 必须使用
`providers/intra_op_threads/inter_op_threads`,不能保留 PT adapter 的 `device/half`
所有仓库内命令都以项目根目录为当前工作目录。配置中的模型权重路径也按项目根目录
解析,而不是按 YAML 文件所在目录解析。
`tests/fixtures/minimal_pipeline.yaml` 是自动化测试夹具,不是部署配置;
`server/gauge/worker/pyproject.toml``uv.lock` 是隔离 Worker 的环境清单,也不属于
运行时 YAML 配置。
Talk Server 尚未实现,因此不保留不能运行的占位 YAML。实现真实音频协议与模型节点后
再新增 `configs/server_talk.yaml`