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版 --- onnx/config/herb_ai.yaml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config/herb_ai.yaml b/onnx/config/herb_ai.yaml similarity index 87% rename from config/herb_ai.yaml rename to onnx/config/herb_ai.yaml index ee33167..0c25d4a 100644 --- a/config/herb_ai.yaml +++ b/onnx/config/herb_ai.yaml @@ -7,7 +7,7 @@ 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 -- Gitblit v1.9.3