Commit e4e0bb53 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #15052 from alalek:dnn_fix_required_data

parents f5e01f7b 5ccb2a4c
......@@ -605,7 +605,7 @@ TEST_P(Test_ONNX_nets, Resnet34_kinetics)
if (target != DNN_TARGET_CPU)
throw SkipTestException("Only CPU is supported");
String onnxmodel = findDataFile("dnn/resnet-34_kinetics.onnx");
String onnxmodel = findDataFile("dnn/resnet-34_kinetics.onnx", false);
Mat image0 = imread(findDataFile("dnn/dog416.png"));
Mat image1 = imread(findDataFile("dnn/street.png"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment