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

OpenCV face detection network using Inference Engine backend

This commit is contained in:
Dmitry Kurtaev
2018-02-06 16:23:18 +03:00
parent 398ebbac98
commit ed94136548
8 changed files with 150 additions and 45 deletions
+1 -2
View File
@@ -279,9 +279,8 @@ TEST(Test_TensorFlow, Inception_v2_SSD)
normAssert(detections, ref);
}
OCL_TEST(Test_TensorFlow, MobileNet_SSD)
OCL_TEST(Test_TensorFlow, DISABLED_MobileNet_SSD)
{
throw SkipTestException("TODO: test is failed");
std::string netPath = findDataFile("dnn/ssd_mobilenet_v1_coco.pb", false);
std::string netConfig = findDataFile("dnn/ssd_mobilenet_v1_coco.pbtxt", false);
std::string imgPath = findDataFile("dnn/street.png", false);