From 88fc0f9f9b7fd3eb81c958ca41ed822cf3657c47 Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期二, 22 四月 2025 15:50:22 +0800 Subject: [PATCH] refactor: 重构中药识别项目 分为onnx版和openvino版 --- openvino/config/herb_ai.yaml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/herb_ai.yaml b/openvino/config/herb_ai.yaml similarity index 74% copy from config/herb_ai.yaml copy to openvino/config/herb_ai.yaml index ee33167..a179e4f 100644 --- a/config/herb_ai.yaml +++ b/openvino/config/herb_ai.yaml @@ -7,12 +7,12 @@ log: path: "./log/herb_ai.log" model: - safe: './model/safety_det.onnx' + safe: './model/safety_det_.onnx' cls: './model/herb_identify.onnx' cam: cam1: 0 cam2: 1 sleep: 0.1 frames: 50 - days_threshold: 7 - max_files: 100 + days_threshold: 100 + max_files: 10000 -- Gitblit v1.9.3