Promote v8s workshoe config in deployment guide

This commit is contained in:
tian 2026-03-15 21:05:27 +08:00
parent ce2a18b6f6
commit ce5e0dcc43

View File

@ -165,17 +165,25 @@ sudo ./scripts/ops.sh ddr-restore
./build/media-server -c configs/person_shoe_two_stage_recommended_alarm.json
```
如果业务目标是“只关心已检测到的鞋是否为黑色劳保鞋”,可使用
如果业务目标是“只关心已检测到的鞋是否为黑色劳保鞋”,优先使用当前主线配置
```bash
./build/media-server -c configs/person_shoe_two_stage_workshoe_alarm.json
./build/media-server -c configs/person_shoe_two_stage_workshoe_alarm_v8s_shoe640.json
```
如果现场误报仍然偏多,可切换到更严格的对照版:
```bash
./build/media-server -c configs/person_shoe_two_stage_workshoe_alarm_v8s_shoe640_strict.json
```
说明:
- 输入端:`use_ffmpeg: true`、`use_mpp: false`
- 输出端:仍然使用 `MPP` 编码
- 鞋检测:使用 `yolov8s_shoe_640-rk3588.rknn`
- 适用场景:源流在 VLC 中播放正常,但项目内 `ffmpeg demux + mpp decode` 会出现固定画面卡顿
- 当前业务目标:只对“检测到鞋,但颜色不符合黑色劳保鞋要求”的目标告警
排障建议: