dnn(test): file 'dnn/efficientdet-d0.pb' is optional

This commit is contained in:
Alexander Alekhin 2020-05-31 16:18:37 +00:00
parent 319db07b6b
commit 79c5d07abe

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