1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Merge pull request #14697 from l-bat:Slice_ONNX

* Support Slice layer in ONNX importer

* Add IE support

* Fix ONNX importer

* Fix Slice
This commit is contained in:
Lubov Batanina
2019-06-08 16:52:40 +03:00
committed by Alexander Alekhin
parent 254f88f805
commit 5e80191d27
3 changed files with 51 additions and 5 deletions
+5
View File
@@ -245,6 +245,11 @@ TEST_P(Test_ONNX_layers, Reshape)
testONNXModels("unsqueeze");
}
TEST_P(Test_ONNX_layers, Slice)
{
testONNXModels("slice");
}
TEST_P(Test_ONNX_layers, Softmax)
{
testONNXModels("softmax");