1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Let switch CPU/OpenCL targets for models from Intel's Model Optimizer

This commit is contained in:
Dmitry Kurtaev
2018-04-18 17:26:54 +03:00
parent 0477284b0a
commit 3b4a292ca9
6 changed files with 148 additions and 88 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ public:
Mat out = net.forward(outputLayer).clone();
if (outputLayer == "detection_out")
checkDetections(outDefault, out, "First run", l1, lInf);
normAssertDetections(outDefault, out, "First run", 0.2);
else
normAssert(outDefault, out, "First run", l1, lInf);