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

pull/17439/head
Alexander Alekhin 5 years ago
parent 319db07b6b
commit 79c5d07abe
  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