mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Enable FastNeuralStyle and OpenFace networks with IE backend
This commit is contained in:
@@ -135,8 +135,6 @@ TEST_P(Test_Darknet_nets, YoloVoc)
|
||||
{
|
||||
int backendId = get<0>(GetParam());
|
||||
int targetId = get<1>(GetParam());
|
||||
if (backendId == DNN_BACKEND_INFERENCE_ENGINE && targetId == DNN_TARGET_MYRIAD)
|
||||
throw SkipTestException("");
|
||||
std::vector<cv::String> outNames(1, "detection_out");
|
||||
|
||||
std::vector<int> classIds(3);
|
||||
|
||||
Reference in New Issue
Block a user