1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge branch 4.x

This commit is contained in:
Alexander Smorkalov
2025-05-27 16:48:22 +03:00
167 changed files with 7028 additions and 4687 deletions
@@ -83,11 +83,9 @@ public class DnnListRegressionTest extends OpenCVTestCase {
}*/
public void testForward() {
List<Mat> outs = new ArrayList();
List<String> outNames = new ArrayList();
//outNames.add("");
Mat out;
try {
net.forward(outs,outNames);
out = net.forward();
} catch(Exception e) {
fail("Net forward failed: " + e.getMessage());
}