rogday
7ee1816612
split if into map of functions
3 years ago
Alexander Alekhin
43940f7ffc
pre: OpenCV 3.4.15 (version++)
3 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
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
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
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
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
WeiChungChang
d4d12164aa
Merge pull request #19529 from WeiChungChang:3.4
...
* improve map allocation check
* fix accoring to CR
4 years ago
Alexander Alekhin
86cb435adf
dnn: fix build (nullptr issue)
4 years ago
WeiChungChang
f6bc4fd4c6
Merge pull request #19552 from WeiChungChang:partialSort
...
apply partial sort to save computations
* apply partial sort
* fix typo
* fix accroding to CR
4 years ago
Aryansh Omray
601851cc7e
TanH darknet and test
4 years ago
Qoo
bc8727786b
save allocation of memory for fake image
4 years ago
Qoo
c909693d45
refine
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
Alexander Alekhin
83aa711346
dnn: rename clamp() => normalize_axis()
4 years ago
Liubov Batanina
68eb54dc13
Added ONNX NormalizeL2 subgraph
4 years ago
Sergey Slashchinin
e2949c7d0a
Align 3.4 branch with master
4 years ago
Liubov Batanina
c12930cdde
Merge pull request #19372 from l-bat:lb/onnx_pads_calc
...
* Fixed bug with constant Div
* Supported constant mul and div for inputs with different shapes
4 years ago
Liubov Batanina
38a49f92ab
Added shared weights for MatMul
4 years ago
Liubov Batanina
af9597f454
Added Mish ONNX subgraph
4 years ago
Alexander Alekhin
55f06b76f9
dnn: improve debugging of TensorFlow parsing errors
4 years ago
Vincent Rabaud
8391a23600
Optimize calls to std::string::find() and friends for a single char.
...
The character literal overload is more efficient. More info at:
http://clang.llvm.org/extra/clang-tidy/checks/performance-faster-string-find.html
4 years ago
Alexander Alekhin
28aab134db
dnn(test): update tests for OpenVINO 2021.2
4 years ago
Alexander Alekhin
752cc26ad6
dnn: use OpenVINO 2021.2 defines
...
original commit: 4699d2ba0c
4 years ago
Alexander Alekhin
c240355cc6
dnn(ocl): avoid mess FP16/FP32 in convolution layer
4 years ago
Alexander Alekhin
4b3d2c8834
dnn(ocl): fix gemm kernels with beta=0
...
- dst is not initialized, may include NaN values
- 0*NaN produces NaN
4 years ago
Alexander Alekhin
d84a9484b7
dnn: fix build with Halide, skip tests with crashes
4 years ago
Anastasia Murzova
f2422ace7d
Added TF nearest neighbour resize behaviour alignment
...
Relates to OpenCV issue #18721
4 years ago
Alexander Alekhin
d7e936de5c
dnn(caffe): add DetectionOutputParameter.clip to .proto file
...
- allow to load opencv_face_detector with external unpatched protobuf
4 years ago
Anastasia Murzova
a82c50eac2
Added TF resize_bilinear behaviour alignment
...
Fixes OpenCV issue #18721
4 years ago
Alexander Alekhin
00f36a3149
dnn: prefer to use v_fma() instead of v_c += v_a * v_b
4 years ago