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