Alexander Alekhin
732cb6c45c
Merge pull request #20515 from utibenkei:fix_java_ml_testSaveLoad
2021-08-12 08:12:48 +00:00
Alexander Alekhin
266a868ba9
Merge pull request #20533 from AleksandrPanov:minAreaRect_fix_rotatingCalipers
2021-08-11 17:56:34 +00:00
AleksandrPanov
8199967b31
fix choose minimum angle in rotatingCalipers
2021-08-11 19:08:52 +03:00
utibenkei
9d61c18143
fix testSaveLoad
2021-08-11 21:52:39 +09:00
Alexander Alekhin
221bfa4c67
Merge pull request #20466 from rogday:efficientnet_fix_34
2021-08-10 22:18:17 +00:00
Alexander Alekhin
1a8b7f7513
Merge pull request #20500 from AleksandrPanov:findContours_documentation
2021-08-10 17:21:33 +00:00
AleksandrPanov
992b47b991
add 19769 and 19769_lightweight tests
2021-08-10 18:53:28 +03:00
Smirnov Egor
739ff84732
add Max layer to TFImporter
2021-08-09 14:01:51 +03:00
Alexander Alekhin
f7c82baee9
Merge pull request #20505 from AleksandrPanov:contours_tutorial_documentation
2021-08-06 07:09:26 +00:00
Alexander Alekhin
2b34e0abdc
Merge pull request #20502 from ddacw:3.4
2021-08-06 07:06:51 +00:00
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>
2021-08-05 18:13:17 +03:00
AleksandrPanov
65134c793b
add links in python and js contours tutorial
2021-08-05 14:21:34 +03:00
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
2021-08-04 20:28:59 +03:00
Duong Dac
cefa602601
Avoid adding false UMat/GpuMat declaration
2021-08-04 15:17:25 +02:00
AleksandrPanov
d773691848
add note about hierarchy in python version
2021-08-04 15:37:20 +03:00
Alexander Alekhin
f40707dc68
Merge pull request #20487 from AleksandrPanov:traincascade_documentation
2021-08-03 12:06:46 +00:00
AleksandrPanov
2d8ce500fa
add note about using version 3.4 to traincascade documentation
2021-08-02 18:41:53 +03:00
Alexander Alekhin
ddf1b04cce
Merge pull request #20485 from VadimLevin:dev/vlevin/fix-reserved-python-keyword-arguments
2021-08-02 08:09:55 +00:00
Alexander Alekhin
ad5b3a4753
Merge pull request #20451 from kumar-mahendra:patch-1
2021-08-01 14:22:09 +00:00
Vadim Levin
531ea5b3a2
fix: convert arguments names that are keywords reserved by Python
2021-08-01 12:02:36 +03:00
Mahendra Kumar
b468468e7e
Closing brackets missing
...
In line 94, closing brackets are added which were missing .
2021-08-01 08:41:03 +00:00
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
2021-07-28 18:06:24 +03:00
Alexander Alekhin
d83901e665
Merge pull request #20459 from xerxesb:bugfix/cuda-cmake-typo
2021-07-26 09:57:44 +00:00
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
2021-07-26 14:54:27 +10:00
Alexander Alekhin
06dcc5a2c6
Merge pull request #20424 from sbajtl:worker-importscript-bugfix
2021-07-24 15:28:01 +00:00
Alexander Alekhin
000f762fb9
Merge pull request #20369 from shreyastaware:master
2021-07-24 13:41:01 +00:00
Alexander Alekhin
3bc3eeb5da
Merge pull request #20447 from snoyes:patch-1
2021-07-23 14:34:57 +00:00
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>
2021-07-23 17:11:50 +03:00
Scott Noyes
a76274b549
minor grammar edits
2021-07-23 08:54:00 -05:00
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
2021-07-23 05:01:20 +00:00
Alexander Alekhin
b42152ffeb
Merge pull request #20429 from rogday:tf_importer_asym_pads
2021-07-22 16:44:47 +00:00
Smirnov Egor
024b43ca06
implement asymmetric padding for conv2d, max_pool and conv2d_backprop_input
2021-07-22 16:58:40 +03:00
Alexander Alekhin
9448fe3db4
Merge pull request #20437 from pytianxxiao:fix#20430
2021-07-21 09:47:11 +00:00
Xiaoxiao Tian
3817f3a89b
fix: ocv_target_link_libraries could not handle the keyword rightly #20430
2021-07-21 13:32:50 +08:00
Saša Bajtl
2062a7ca8f
Bugfix on import script with web worker.
2021-07-18 10:12:39 +02:00
Alexander Alekhin
8334ee18e6
Merge pull request #20394 from SamFC10:conv-asymmetric-pads
2021-07-16 10:33:42 +00:00
Alexander Alekhin
cc2592f582
Merge pull request #20200 from rmeertens:update_grabcut
2021-07-16 10:19:25 +00:00
SamFC10
96d35f7c54
Fix convolution asymmetric padding bug in onnx importer
2021-07-16 09:39:41 +05:30
Alexander Alekhin
98c5fc6ae2
Merge pull request #20410 from alalek:fix_dnn_dldt_output_layout
2021-07-15 22:43:42 +00:00
Alexander Alekhin
fbde0c6c96
dnn(ie): fix handling of 1D and non-32F outputs of InferenceEngine
2021-07-15 21:47:05 +00:00
Alexander Alekhin
602e7c83e2
dnn(test): add extra IR models, more checks in IE testing code
2021-07-15 21:47:05 +00:00
Alexander Alekhin
eb9218a86b
Merge pull request #20420 from berak:python_fix_trackbar_warning
2021-07-15 20:06:22 +00:00
berak
9f2dcc3f13
python: fix trackbar warning
2021-07-15 17:42:06 +02:00
Alexander Alekhin
bc210b292b
dnn(test): backport test_ie_models.cpp from 4.5.3
2021-07-15 00:05:02 +00:00
Roland Meertens
2113af9c52
Updated grabcut example to show the background in a transparant way
2021-07-14 22:02:27 +02:00
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
2021-07-13 19:40:15 +00:00
Alexander Alekhin
0acd06d13c
Merge pull request #20397 from alalek:fix_winpack_dldt_stale_sysroot
2021-07-12 21:14:22 +00:00
Alexander Alekhin
fd22e98298
build(winpack_dldt): avoid stale sysroot contents
2021-07-12 19:33:23 +00:00
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>
2021-07-09 18:21:56 +00:00
Alexander Alekhin
6af2faebd2
Merge pull request #20381 from berak:dnn_samples_fix_colorization_links
2021-07-09 18:15:10 +00:00