Merge pull request #17439 from alalek:fix_dnn_test_required_file

pull/17452/head
Alexander Alekhin 5 years ago
commit 8de176988d
  1. 2
      modules/dnn/test/test_tf_importer.cpp

@ -1138,7 +1138,7 @@ TEST_P(Test_TensorFlow_nets, EfficientDet)
}
checkBackend();
std::string proto = findDataFile("dnn/efficientdet-d0.pbtxt");
std::string model = findDataFile("dnn/efficientdet-d0.pb");
std::string model = findDataFile("dnn/efficientdet-d0.pb", false);
Net net = readNetFromTensorflow(model, proto);
Mat img = imread(findDataFile("dnn/dog416.png"));

Loading…
Cancel
Save