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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user