This commit is contained in:
2025-09-28 18:09:55 +08:00
parent 6507bc6646
commit 516f4e94c9
3 changed files with 8 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ 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);