Alexander Alekhin
4d927e73f1
dnn(test): update OpenVINO tests 2022.1.0
3 years ago
Alexander Alekhin
249c508126
dnn(test): skip failed tests on Vulkan backend
3 years ago
Gruhuang
b4bb98ea60
Merge pull request #21268 from pccvlab:tf_Arg
...
add argmax and argmin parsing for tensorflow
* add argmax and argmin for tf
* remove whitespace
* remove whitespace
* remove static_cast
Signed-off-by: Crayon-new <1349159541@qq.com>
3 years ago
cqn2219076254
252ce0b581
add square layer
3 years ago
Gruhuang
17bc8565f6
Merge pull request #21154 from pccvlab:MatMul_with_two_inputs
...
Add BatchMatMul layer support for tf_importer
* two inputs
* support batch_matmul
* refactor: remove useless code
* refactor: decrease nesting
3 years ago
Alexander Alekhin
bd396e1fd5
dnn(test): re-enable tests which works with OpenVINO 2021.4.x (3.4)
3 years ago
Alexander Alekhin
31b2d6be75
dnn(test): update InferenceEngine tests (4.x)
3 years ago
Alexander Alekhin
985aa0423d
dnn(test): update InferenceEngine tests
3 years ago
ZaKiiiiiiiii
98b6ce353c
Merge pull request #20904 from Crayon-new:fix_bug_in_maxLayer
...
fix bug: wrong output dimension when "keep_dims" is false in pooling layer.
* fix bug in max layer
* code align
* delete permute layer and add test case
* add name assert
* check other cases
* remove c++11 features
* style:add "const" remove assert
* style:sanitize file names
3 years ago
Zihao Mu
9085b933d8
Merge pull request #20702 from zihaomu:tf_expand_dim_layer
...
Add ExpandDims layer of tf_importer.cpp
* Add ExpandDims to tf_importer.
* add -1 expand test case.
* Support different dimensions of input.
* Compatible with 5-dimensional NDHWC data
* Code align
* support 3-dim input.
* 3-dim bug fixed.
* fixing error of code format.
3 years ago
Zihao Mu
51b03b87e6
BiasAdd could load Const from second place.
3 years ago
rogday
d0e612dc36
Merge pull request #20647 from rogday:resize_concat_optimization
...
Fix resize+concat optimization
* fix resize+concat optimization
* add comment and fix indentation
3 years ago
rogday
6801dd043d
Merge pull request #20494 from rogday:onnx_diagnostic_fix
...
fix ONNXImporter diagnostic mode layer registration issue
* fix layer registration, thread unsafe access and align the behavior of DNN_DIAGNOSTICS_RUN between onnx and tf importers
* move skipModelInput
* print all missing layers
* address TF issue
3 years ago
Smirnov Egor
739ff84732
add Max layer to TFImporter
3 years ago
Smirnov Egor
024b43ca06
implement asymmetric padding for conv2d, max_pool and conv2d_backprop_input
3 years ago
Smirnov Egor
c30078c5a3
add NotImplemented layer
3 years ago
Anastasia Murzova
cc6d48959e
Added reduce sum by channel support
4 years ago
Alexander Alekhin
e56e4876e7
dnn(test): update tests for OpenVINO 2021.3
4 years ago
Anastasia Murzova
e75f1b071b
Added reshape corrections
4 years ago
Anastasia Murzova
7a2b3ed471
Corrected DNN elementwise multiplication
4 years ago
Anastasia M
551d4a8ec1
Merge pull request #19477 from LupusSanctus:am/eltwice_vec
...
* Aligned OpenCV DNN and TF sum op behaviour
Support Mat (shape: [1, m, k, n] ) + Vec (shape: [1, 1, 1, n]) operation
by vec to mat expansion
* Added code corrections: backend, minor refactoring
4 years ago
Anastasia Murzova
7894cd3c73
Aligned TF Reshape layer behaviour
4 years ago
Jebastin Nadar
09d2ca17cf
Merge pull request #19449 from SamFC10:tf-leakyrelu
...
* add LeakyRelu to tf-importer
* fix whitespace error
* added test for leakyrelu
4 years ago
Anastasia Murzova
f2422ace7d
Added TF nearest neighbour resize behaviour alignment
...
Relates to OpenCV issue #18721
4 years ago
Anastasia Murzova
a82c50eac2
Added TF resize_bilinear behaviour alignment
...
Fixes OpenCV issue #18721
4 years ago
YashasSamaga
0f8ab0557e
enable fusion tests, update thresholds and fix missed eltwise fusions
4 years ago
Sergei Slashchinin
61144f935e
Merge pull request #18783 from sl-sergei:fix_conv1d
...
Add support for Conv1D on OpenCV backend
* Add support for Conv1D on OpenCV backend
* disable tests on other targets/backends
* Fix formatting
* Restore comment
* Remove unnecessary flag and fix test logic
* Fix perf test
* fix braces
* Fix indentation, assert check and remove unnecessary condition
* Remove unnecessary changes
* Add test cases for variable weights and bias
* dnn(conv): fallback on OpenCV+CPU instead of failures
* coding style
4 years ago
Liubov Batanina
f3cebb3e1b
Merge pull request #18077 from l-bat:reduce_sum
...
* Supported ReduceSum op
* Skip test
4 years ago
YashasSamaga
ae293f27cf
add DetectionOutputOp
4 years ago
YashasSamaga
265acccd56
allow multiple inputs to resize, fix tests
5 years ago
Alexander Alekhin
79c5d07abe
dnn(test): file 'dnn/efficientdet-d0.pb' is optional
5 years ago
Dmitry Kurtaev
d9bada9867
dnn: EfficientDet
5 years ago
Liubov Batanina
ba3cf47600
Merge pull request #17386 from l-bat:tf_clamp_subgraph
...
* Added ClipByValue subgraph
* Return const nodes
5 years ago
Dmitry Kurtaev
b4a6aa335d
TensorFlow bilinear resize downscale
5 years ago
Dmitry Kurtaev
25ec4ce6f1
PReLU from Tensorflow
5 years ago
Liubov Batanina
4bf94cb5d1
Fix test
5 years ago
Alexander Alekhin
83c4378d5d
dnn(test): skip failed NGRAPH/MYRIAD tests
5 years ago
Liubov Batanina
1c1762d3f6
Skip myriad
5 years ago
Liubov Batanina
aa08900ac8
Supported TF concat 3d
5 years ago
Dmitry Kurtaev
b36eba7fab
Support FusedResizeAndPadConv2D from TensorFlow
5 years ago
Dmitry Kurtaev
7e4b2057f2
Import TF2.0 network from Keras
5 years ago
Dmitry Kurtaev
b927ce18b2
Support for MobileNetV3-SSD from TensorFlow
5 years ago
YashasSamaga
98b5fb4b9f
disable MaskRCNN test for CUDA_FP16
5 years ago
Dmitry Kurtaev
d8dea7896b
Merge pull request #16628 from dkurt:dnn_ngraph_custom_layers
...
* Custom layers with nGraph
* nGraph: multiple outputs from nodes
5 years ago
Dmitry Kurtaev
f3eef792eb
Enable Mask R-CNN with Inference Engine. Full coverage with nGraph
5 years ago
ashishiva3@gmail.com
cd53144ed3
commit: Corrected end tensor_content parsing for StridedSlice layer.
5 years ago
Alexander Alekhin
8ecfb59930
dnn(test): skip failed ngraph tests
5 years ago
Dmitry Kurtaev
8f1e36f7c1
Disable some tests for Myriad target of nGraph
...
Add lightweight IE hardware targets checks
nGraph: Concat with paddings
Enable more nGraph tests
Restore FP32->FP16 for GPU plugin of IE
try to fix buildbot
Use lightweight IE targets check only starts from R4
5 years ago
Liubov Batanina
e9e3af0aaa
Add global pool by axis test
5 years ago
Yashas Samaga B L
1fac1421e5
Merge pull request #16010 from YashasSamaga:cuda4dnn-fp16-tests
...
* enable tests for DNN_TARGET_CUDA_FP16
* disable deconvolution tests
* disable shortcut tests
* fix typos and some minor changes
* dnn(test): skip CUDA FP16 test too (run_pool_max)
5 years ago