mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
modified onnx importer to concat const input blobs
This commit is contained in:
@@ -327,6 +327,7 @@ TEST_P(Test_ONNX_layers, Concatenation)
|
||||
if (target == DNN_TARGET_MYRIAD) applyTestTag(CV_TEST_TAG_DNN_SKIP_IE_MYRIAD, CV_TEST_TAG_DNN_SKIP_IE_NN_BUILDER);
|
||||
}
|
||||
testONNXModels("concatenation");
|
||||
testONNXModels("concat_const_blobs");
|
||||
}
|
||||
|
||||
TEST_P(Test_ONNX_layers, Eltwise3D)
|
||||
|
||||
Reference in New Issue
Block a user