Skip to content

Commit 8de1769

Browse files
committed
Merge pull request opencv#17439 from alalek:fix_dnn_test_required_file
2 parents e6c9e2f + 79c5d07 commit 8de1769

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)