mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
DNN_TARGET_FPGA using Intel's Inference Engine
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
}
|
||||
if (backend == DNN_BACKEND_INFERENCE_ENGINE && target == DNN_TARGET_MYRIAD)
|
||||
{
|
||||
if (!checkMyriadTarget())
|
||||
if (!checkIETarget(DNN_TARGET_MYRIAD))
|
||||
{
|
||||
throw SkipTestException("Myriad is not available/disabled in OpenCV");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user