mirror of
https://github.com/opencv/opencv.git
synced 2026-07-28 23:03:03 +04:00
Merge branch 4.x
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user