shimat
39d3bbb601
fix error at #include <window_winrt_bridge.hpp>
5 years ago
Dmitry Kurtaev
21ed892489
Fix Elu import from ONNX
5 years ago
Liubov Batanina
734771418e
Merge pull request #16840 from l-bat:matmul_inputs
...
* Supported FullyConnected layer with two inputs
* Skipped test
* Fix conditions
* Added OpenCL support
* Supported ReduceMean3D
* Supported Expand layer
* Fix warning
* Added Normalize subgraph
* refactoring
* Used addLayer
* Fix check
* Used addLayer
* Skip failed test
* Added normalize1 subgraph
* Fix comments
5 years ago
Tomoaki Teshima
3371e679ce
fix OpenCL spec violation
5 years ago
Alexander Alekhin
936428cb3b
core(MatExpr) fetch result before InputArray wrap
...
- avoid multiple expression evaluations
- avoid issues with reduced support of InputArray::EXPR
5 years ago
Adam Fowles
8334932a26
Merge pull request #16992 from afowles:fix-forEach-segfault
...
* Fixed divide by zero error in forEach
* Dedicated assertion for !empty
5 years ago
Liubov Batanina
a448d3a6aa
Fix ENet test with OpenVINO 2020.2
5 years ago
Tomoaki Teshima
07c3aae315
let the test pass on Mali G52 (ODROID-N2)
5 years ago
Dmitry Kurtaev
b36eba7fab
Support FusedResizeAndPadConv2D from TensorFlow
5 years ago
Dmitry Kurtaev
8574a757f9
Case sensitive dnn layers types
5 years ago
Alexander Alekhin
1cc1e6fa56
release: OpenCV 3.4.10
5 years ago
Alexander Alekhin
54063c40de
core(ocl): options to control buffer access flags
...
- control using of clEnqueueMapBuffer or clEnqueueReadBuffer[Rect]
- added benchmarks with OpenCL buffer access use cases
5 years ago
Maksim Shabunin
585593e9fc
videoio: fixed MSMF writer fps handling
5 years ago
Alexander Alekhin
dc9ee53ff5
stitching: fix range check in DpSeamFinder::computeCosts
5 years ago
Alexander Alekhin
09134ac881
core: emit warning ONCE on ambiguous MatExpr processing
5 years ago
Maksim Shabunin
433c5199fd
videoio: fixed conversion in MSMF backend
5 years ago
Alexander Alekhin
e12b1c2209
build: updates for winpack dldt
5 years ago
Alexander Alekhin
61c4cfd896
imgproc(resize): drop unused 'pix_size4'
5 years ago
Alexander Alekhin
be17f532e1
imgproc(resize): fix resizeNNInvoker handling of generic pixel size
5 years ago
Alexander Alekhin
6d85fa3fd2
imgcodecs(test): rework common I/O test, added grayscale mode
5 years ago
Moritz Fischer-Gundlach
2740901378
-calib3d updates documentation
...
backporting commit 99436bb8cf
5 years ago
Alexander Alekhin
e661ad2a67
eliminate build warnings
5 years ago
cyy
bdc29cccb6
fix freebsd build
5 years ago
Dmitry Kurtaev
7e4b2057f2
Import TF2.0 network from Keras
5 years ago
Alexander Alekhin
c920b45fb8
core(persistence): fix resource leaks - force closing files
...
backporting commit 673eb2b006
5 years ago
Maksim Shabunin
0aac17d9f7
calib3d: check input values in dls
5 years ago
Dmitry Kurtaev
467c3ef0ac
Add checks for LSTM initial h and c
5 years ago
Maksim Shabunin
2f665ec589
calib3d: fixed VS2019 warning C4756
5 years ago
Dmitry Kurtaev
8433620295
Bidirectional LSTM
5 years ago
Alexander Alekhin
d7e839b8c5
objdetect(QR): avoid bug with empty input
5 years ago
Alexander Alekhin
2fb1d9d02e
doc: fix misused "see also" doxygen command
5 years ago
Alexander Alekhin
0fb4f2cc9c
imgproc: add src.empty() checks in filter operations
5 years ago
Alexander Alekhin
377dd04224
core: fix .begin()/.end() of empty Mat
5 years ago
Pavel Rojtberg
66cf55ea1f
dnn: expose only float variant of NMSBoxes for bindings
...
the float variant was always shadowed by the int version as
Rect2d is implicitly convertible to Rect.
This swaps things which is fine, as the vector of boxes was always
copied and the computation was done in double.
5 years ago
Alexander Alekhin
4b47c7dbd2
cmake(python): handle PYTHON3_LIMITED_API
...
- python-3.x => python-3
- config-3.x.py => config-3.py
5 years ago
Dmitry Kurtaev
11d565ca62
Fix LSTM from ONNX with batch==1
5 years ago
Dmitry Kurtaev
8d69dbdf49
LSTM from ONNX works
5 years ago
Dmitry Kurtaev
14da5ec311
LSTM scalar
5 years ago
Liubov Batanina
718d7e4b04
Merge pull request #16715 from l-bat:slice_onnx
...
* Support Slice layer with multiple inputs
* Add test
* Supported Resize from PyTorch
* Rewrite test
* Remove Cast layer (supported in #16735 )
* Support ConstantOfShape
* Fix tests
* Fix coments
* Remove useless condition
* Fixed failed tests
5 years ago
Alexander Alekhin
ca68fac4b2
stitching: don't use nonfree by default
5 years ago
Alexander Alekhin
77d1c20fb7
core(buffer_area): handle 'OPENCV_ENABLE_MEMORY_SANITIZER=ON' case
5 years ago
Maksim Shabunin
05d4975619
objdetect: fix QRCode tests with disabled QUIRC
5 years ago
Maksim Shabunin
d4d95bd70d
Fixs several problems found by static analysis
5 years ago
RAJKIRAN NATARAJAN
3b2e409fa7
Merge pull request #16779 from saskatchewancatch:issue-16777
...
* Fixes issue 16777.
* core: update Concurrency getNumThreads()
5 years ago
Dmitry Kurtaev
7f0d90a525
Fix memory leak in Python custom dnn layers
5 years ago
Sayed Adel
9ea62bfddb
core:vsx reimplement `v_broadcast_element()`
...
There's no need to use `vec_perm()` instead of `vec_splat()`,
since instruction `vperm` is quite heavy compared to `vsplt[b,h,w]`.
5 years ago
Liubov Batanina
2645ee90ca
Merge pull request #16735 from l-bat:flatten_const_onnx
...
* Supported Flatten for constant nodes
* Added default axis
* Refactoring
* Refactoring
* Added cast layer
* Fix comments
* Add Cast for layers
5 years ago
Alexander Alekhin
9b64eadcb6
dnn(ie): separate IECore for different devices
...
- HETERO plugin doesn't switch well between devices
5 years ago
Alexander Alekhin
7080c783d1
cmake: fix missing project() warning in Python standalone builds
5 years ago
Alexander Alekhin
4e56c1326f
core: adjust type of allocator_stats counter, allow to disable
5 years ago