Compare commits
2 Commits
79f0ab66c3
...
bd92a0b317
| Author | SHA1 | Date | |
|---|---|---|---|
| bd92a0b317 | |||
| 6d60be06aa |
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user