1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Rewrote googlenet tests

This commit is contained in:
Aleksandr Rybnikov
2017-06-29 16:45:17 +03:00
parent 6ba22dea46
commit 7d1140340e
5 changed files with 52 additions and 18 deletions
+2
View File
@@ -85,7 +85,9 @@ int main(int argc, char **argv)
}
//! [Make forward pass]
tm.start();
Mat result = net.forward(oBlob);
tm.stop();
if (!resultFile.empty()) {
CV_Assert(result.isContinuous());