Skip to content

Commit 79c5d07

Browse files
committed
dnn(test): file 'dnn/efficientdet-d0.pb' is optional
1 parent 319db07 commit 79c5d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/dnn/test/test_tf_importer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ TEST_P(Test_TensorFlow_nets, EfficientDet)
11381138
}
11391139
checkBackend();
11401140
std::string proto = findDataFile("dnn/efficientdet-d0.pbtxt");
1141-
std::string model = findDataFile("dnn/efficientdet-d0.pb");
1141+
std::string model = findDataFile("dnn/efficientdet-d0.pb", false);
11421142

11431143
Net net = readNetFromTensorflow(model, proto);
11441144
Mat img = imread(findDataFile("dnn/dog416.png"));

0 commit comments

Comments
 (0)