mirror of
https://github.com/opencv/opencv.git
synced 2025-08-05 22:19:14 +08:00
dnn(test): fix required data
This commit is contained in:
parent
054c796213
commit
5ccb2a4cbd
@ -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"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user