From 6d60be06aa330becbf841de8561debc77d655f9a Mon Sep 17 00:00:00 2001 From: hdka <823267011@qq.com> Date: Mon, 29 Sep 2025 13:45:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/ruoyi/video/thread/detector/OnnxYoloDetector.java | 1 - 1 file changed, 1 deletion(-) diff --git a/ruoyi-video/src/main/java/com/ruoyi/video/thread/detector/OnnxYoloDetector.java b/ruoyi-video/src/main/java/com/ruoyi/video/thread/detector/OnnxYoloDetector.java index 9ece6c7..a1edc98 100644 --- a/ruoyi-video/src/main/java/com/ruoyi/video/thread/detector/OnnxYoloDetector.java +++ b/ruoyi-video/src/main/java/com/ruoyi/video/thread/detector/OnnxYoloDetector.java @@ -39,7 +39,6 @@ public final class OnnxYoloDetector implements YoloDetector { } else { this.classes = new String[0]; } - System.out.println("CV_VERSION = " + CV_VERSION); try { // 加载ONNX模型 this.net = readNetFromONNX(onnx);