This commit is contained in:
2025-09-29 13:45:55 +08:00
parent 9a682f4ff2
commit 6d60be06aa

View File

@@ -39,7 +39,6 @@ public final class OnnxYoloDetector implements YoloDetector {
} else { } else {
this.classes = new String[0]; this.classes = new String[0];
} }
System.out.println("CV_VERSION = " + CV_VERSION);
try { try {
// 加载ONNX模型 // 加载ONNX模型
this.net = readNetFromONNX(onnx); this.net = readNetFromONNX(onnx);