mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 03:30:34 +08:00
Skipped ResizeUnfused test on Builder API
This commit is contained in:
parent
9214103564
commit
b1b78aedd2
@ -318,6 +318,8 @@ TEST_P(Test_ONNX_layers, Resize)
|
||||
|
||||
TEST_P(Test_ONNX_layers, ResizeUnfused)
|
||||
{
|
||||
if (backend == DNN_BACKEND_INFERENCE_ENGINE_NN_BUILDER_2019)
|
||||
applyTestTag(CV_TEST_TAG_DNN_SKIP_IE_NN_BUILDER);
|
||||
testONNXModels("upsample_unfused_opset9_torch1.4");
|
||||
testONNXModels("resize_nearest_unfused_opset11_torch1.4");
|
||||
testONNXModels("resize_nearest_unfused_opset11_torch1.3");
|
||||
|
Loading…
Reference in New Issue
Block a user