Smirnov Egor
27392f832d
reimplement onnx refactor for master
3 years ago
rogday
cff0168f3a
Merge pull request #20453 from rogday:onnx_importer_fix
...
Split layer dispatch into functions in ONNXImporter
* split layer dispatch into functions
* fixes
* identation and comment fixes
* fix constness
3 years ago
Julia Bareeva
4e5699fa71
Merge pull request #20450 from JulieBar:lstm_inside
...
Support non-zero hidden state for LSTM
* fully support non-zero hidden state for LSTM
* check dims of hidden state for LSTM
* fix failed test Test_Model.TextRecognition
* add new tests for LSTM w/ non-zero hidden params
Co-authored-by: Julie Bareeva <julia.bareeva@xperience.ai>
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
SamFC10
96d35f7c54
Fix convolution asymmetric padding bug in onnx importer
3 years ago
Alexander Alekhin
fbde0c6c96
dnn(ie): fix handling of 1D and non-32F outputs of InferenceEngine
3 years ago
Alexander Alekhin
602e7c83e2
dnn(test): add extra IR models, more checks in IE testing code
3 years ago
Alexander Alekhin
bc210b292b
dnn(test): backport test_ie_models.cpp from 4.5.3
3 years ago
César Gouveia
167a12028d
Merge pull request #20374 from cesarpgouveia:bugfix/fix_load_onnxModel_debug
...
* Fix bug while loading onnx model in debug
* dnn: fix other .at using
Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
3 years ago
mitruska
18dbac203f
Use explicit version of ngraph NormalizeL2
3 years ago
Alexander Alekhin
8d1f254dcc
java: force using of 'Ptr<>' for OpenCV classes
...
backport of commit: e5841d3126
3 years ago
Alexander Alekhin
e5841d3126
java: force using of 'Ptr<>' for OpenCV classes
3 years ago
SamFC10
5b8c10f2f8
modified onnx importer to concat const input blobs
3 years ago
Alexander Alekhin
f2057ce1ab
dnn(ie): replace deprecated calls
3 years ago
Alexander Alekhin
6797fd65a5
dnn(test): update tests for OpenVINO 2021.4
3 years ago
Alexander Alekhin
7d842f5bcf
dnn: use OpenVINO 2021.4 defines
3 years ago
Smirnov Egor
dc5199feea
skipping missing layers and layer failures
3 years ago
SamFC10
55e1dfb778
Fix BatchNorm reinitialization
3 years ago
rogday
7ee1816612
split if into map of functions
4 years ago
Alexander Alekhin
b57faa41c2
pre: OpenCV 4.5.3 (version++)
4 years ago
Alexander Alekhin
43940f7ffc
pre: OpenCV 3.4.15 (version++)
4 years ago
Paul Jurczak
ff60abb575
Merge pull request #20080 from pauljurczak:patch-3
...
* Update dnn.hpp
getPerfProfile is not supported by the CUDA backend, see https://github.com/opencv/opencv/issues/20077
* dnn.hpp: fix doxygen formatting
4 years ago
YashasSamaga
32df5faa25
add MatMulOp
4 years ago
Alexander Alekhin
71bae7c23f
dnn(ie): implicit usage of IE::GPU OpenCL kernels cache
4 years ago
Suleyman TURKMEN
159534313e
Update CMakeLists.txt
4 years ago
Aleksandr Voron
2e143b8799
Merge pull request #19961 from alvoron:dnn_ngraph_int64_fix
...
Explicit usage of int64_t in CropAndResizeLayer (IE backend)
* Update crop_and_resize_layer.cpp
4 years ago
Anastasia Murzova
cc6d48959e
Added reduce sum by channel support
4 years ago
Vitaly Tuzov
aab62aa6dd
Merge pull request #18952 from terfendail:wui_doc
...
* Updated UI documentation to address WUI
* Added documentation for vx_ calls
* Removed vx_store operation overload
* Doxyfile updated to enable wide UI
* Enable doxygen documentation for vx_ WUI functions
* Wide intrinsics definition rework
* core: fix SIMD C++ emulator build (supports 128-bit only)
4 years ago
Anastasia M
e08de1101d
Merge pull request #19693 from LupusSanctus:onnx_diagnostic
...
ONNX diagnostic tool
* Final
* Add forgotten Normalize layer to the set of supported types
* ONNX diagnostic tool corrections
* Fixed CI test warnings
* Added code minor corrections
Co-authored-by: Sergey Slashchinin <sergei.slashchinin@xperience.ai>
4 years ago
Anastasia M
3e48a91d97
Merge pull request #19546 from LupusSanctus:am/slice_steps
...
* Added Steps support in DNN Slice layer
* Added code corrections
* dnn(slice): fix OCL and OCL_FP16 processing
4 years ago
Alexander Alekhin
86d0a86141
dnn(ocl): fix gemm kernel scheduling
4 years ago
Aaron Greig
f59917bea1
Introduce relaxed accuracy thresholds for CL target in some dnn tests.
...
Partially addresses #9821
4 years ago
Alexander Alekhin
e56e4876e7
dnn(test): update tests for OpenVINO 2021.3
4 years ago
Alexander Alekhin
56bdd7db5c
dnn: use OpenVINO 2021.3 defines
...
original commit: 6291503793
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
Liubov Batanina
c0dd82fb53
Merge pull request #19632 from l-bat:lb/ie_arm_target
...
Added OpenVINO ARM target
* Added IE ARM target
* Added OpenVINO ARM target
* Delete ARM target
* Detect ARM platform
* Changed device name in ArmPlugin
* Change ARM detection
4 years ago
Liubov Batanina
8d29a902e4
Added ngraph::op::v6::MVN
4 years ago
Liubov Batanina
95ab9468c1
Added ngraph::op::v4::Interpolation
4 years ago
Qoo
47337e2196
boost NMS performance
4 years ago
YashasSamaga
d0fe6ad109
fix checkVersions()
4 years ago
Anastasia Murzova
7894cd3c73
Aligned TF Reshape layer behaviour
4 years ago
Liubov Batanina
94533e12eb
Determine layout
4 years ago
SamFC10
a42d4da003
Added Spatial Attention Module in Darknet Importer
4 years ago
Alexander Alekhin
a823b06fa5
pre: OpenCV 4.5.2 (version++)
4 years ago
Alexander Alekhin
a123c48d4d
pre: OpenCV 3.4.14 (version++)
4 years ago
SamFC10
96947c30c0
Added exp layer
...
backport of commit: 6111935835
partial backport of commit: dd5976162b
4 years ago
Maksim Shabunin
b2321576bc
Fixed several issues found by static analysis
4 years ago