Alexander Alekhin
1a8b7f7513
Merge pull request #20500 from AleksandrPanov:findContours_documentation
3 years ago
AleksandrPanov
992b47b991
add 19769 and 19769_lightweight tests
3 years ago
Smirnov Egor
739ff84732
add Max layer to TFImporter
3 years ago
SamFC10
2a177052de
fix bug in prior-box variances
3 years ago
Alexander Alekhin
f7c82baee9
Merge pull request #20505 from AleksandrPanov:contours_tutorial_documentation
3 years ago
Alexander Alekhin
2b34e0abdc
Merge pull request #20502 from ddacw:3.4
3 years ago
Julia Bareeva
633fedaa96
Merge pull request #20480 from JulieBar:lstm_pytest
...
Add Python's test for LSTM layer
* Add Python's test for LSTM layer
* Set different test threshold for FP16 target
* rename test to test_input_3d
Co-authored-by: Julie Bareeva <julia.bareeva@xperience.ai>
3 years ago
AleksandrPanov
65134c793b
add links in python and js contours tutorial
3 years ago
Abhinav Sharma
d5f34cf34c
Merge pull request #20493 from abhi-bhatra:patch-1
...
Fix Broken Link
* Update README.md
Fix broken link
* Update Readme.txt
* Update readme.txt
Add missing link
* Update readme.txt
Fix names
3 years ago
Duong Dac
cefa602601
Avoid adding false UMat/GpuMat declaration
3 years ago
AleksandrPanov
d773691848
add note about hierarchy in python version
3 years ago
Alexander Alekhin
f40707dc68
Merge pull request #20487 from AleksandrPanov:traincascade_documentation
3 years ago
AleksandrPanov
2d8ce500fa
add note about using version 3.4 to traincascade documentation
3 years ago
Alexander Alekhin
ddf1b04cce
Merge pull request #20485 from VadimLevin:dev/vlevin/fix-reserved-python-keyword-arguments
3 years ago
Alexander Alekhin
ad5b3a4753
Merge pull request #20451 from kumar-mahendra:patch-1
3 years ago
Vadim Levin
531ea5b3a2
fix: convert arguments names that are keywords reserved by Python
3 years ago
Mahendra Kumar
b468468e7e
Closing brackets missing
...
In line 94, closing brackets are added which were missing .
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
Alexander Alekhin
d83901e665
Merge pull request #20459 from xerxesb:bugfix/cuda-cmake-typo
3 years ago
Xerxes Battiwalla
1e1984a586
Fixed typo in error message in OpenCVDetectCUDA.cmake
...
There was a minor typo in the FATAL error message when the specified CUDA generation does not match any known generation
3 years ago
Alexander Alekhin
06dcc5a2c6
Merge pull request #20424 from sbajtl:worker-importscript-bugfix
3 years ago
Alexander Alekhin
000f762fb9
Merge pull request #20369 from shreyastaware:master
3 years ago
Alexander Alekhin
3bc3eeb5da
Merge pull request #20447 from snoyes:patch-1
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
Scott Noyes
a76274b549
minor grammar edits
3 years ago
Shreyas Taware
803ff8ebb9
Update py_canny.markdown
...
Fixed a word that was previously written as third argument but it is instead the fourth argument of cv.Canny() function
3 years ago
Alexander Alekhin
b42152ffeb
Merge pull request #20429 from rogday:tf_importer_asym_pads
3 years ago
Smirnov Egor
024b43ca06
implement asymmetric padding for conv2d, max_pool and conv2d_backprop_input
3 years ago
Alexander Alekhin
9448fe3db4
Merge pull request #20437 from pytianxxiao:fix#20430
3 years ago
Xiaoxiao Tian
3817f3a89b
fix: ocv_target_link_libraries could not handle the keyword rightly #20430
3 years ago
Saša Bajtl
2062a7ca8f
Bugfix on import script with web worker.
3 years ago
Alexander Alekhin
8334ee18e6
Merge pull request #20394 from SamFC10:conv-asymmetric-pads
3 years ago
Alexander Alekhin
cc2592f582
Merge pull request #20200 from rmeertens:update_grabcut
3 years ago
SamFC10
96d35f7c54
Fix convolution asymmetric padding bug in onnx importer
3 years ago
Alexander Alekhin
98c5fc6ae2
Merge pull request #20410 from alalek:fix_dnn_dldt_output_layout
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
eb9218a86b
Merge pull request #20420 from berak:python_fix_trackbar_warning
3 years ago
berak
9f2dcc3f13
python: fix trackbar warning
3 years ago
Alexander Alekhin
bc210b292b
dnn(test): backport test_ie_models.cpp from 4.5.3
3 years ago
Roland Meertens
2113af9c52
Updated grabcut example to show the background in a transparant way
3 years ago
Pablo Romero
6f417b57c1
Merge pull request #20399 from pablorcum:3.4
...
Improves support for Unix non-Linux systems, including QNX
* Fixes #20395 . Improves support for Unix non-Linux systems. Focus on QNX Neutrino.
Signed-off-by: promero <promero@mathworks.com>
* Update system.cpp
3 years ago
Alexander Alekhin
0acd06d13c
Merge pull request #20397 from alalek:fix_winpack_dldt_stale_sysroot
3 years ago
Alexander Alekhin
fd22e98298
build(winpack_dldt): avoid stale sysroot contents
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
Alexander Alekhin
6af2faebd2
Merge pull request #20381 from berak:dnn_samples_fix_colorization_links
3 years ago
berak
fd16222613
dnn: update links for the colorization samples
3 years ago
Alexander Alekhin
1ba6cd8423
Merge pull request #20368 from mightbxg:bugfix_imshowqt
3 years ago
Alexander Alekhin
4788de784b
Merge pull request #20373 from kikaxa:mjpeg-VideoInputStream-alignment-fix
3 years ago
kikaxa
926535469d
fix videoio/src/container_avi.cpp VideoInputStream alignment
3 years ago