From fba9ef8743b9c91a02cb822f5d441583bc3deba6 Mon Sep 17 00:00:00 2001 From: bsw215583320 <baoshiwei121@163.com> Date: 星期三, 16 四月 2025 18:51:18 +0800 Subject: [PATCH] 增加上料机位置识别 --- config/herb_ai.yaml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/herb_ai.yaml b/config/herb_ai.yaml index 636b292..ee33167 100644 --- a/config/herb_ai.yaml +++ b/config/herb_ai.yaml @@ -10,9 +10,9 @@ safe: './model/safety_det.onnx' cls: './model/herb_identify.onnx' cam: - cam1: 1 - cam2: 0 + cam1: 0 + cam2: 1 sleep: 0.1 - frames: 10 + frames: 50 days_threshold: 7 max_files: 100 -- Gitblit v1.9.3