Merge pull request #17439 from alalek:fix_dnn_test_required_file

This commit is contained in:
Alexander Alekhin 2020-05-31 19:51:56 +00:00
commit 8de176988d

View File

@ -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"));