Alexander Alekhin
384875f4fc
Merge pull request #20386 from vrabaud:3.4
3 years ago
Vincent Rabaud
9cfa84313c
Use the one argument version of SetTotalBytesLimit.
...
The two argument versions has been deprecated, cf
https://developers.google.com/protocol-buffers/docs/reference/cpp/google.protobuf.io.coded_stream
3 years ago
Smirnov Egor
fe625a558e
fix hasDynamicShapes for batch_size and fix axis selection in Scale layer
3 years ago
Smirnov Egor
9ef41f68fb
fix Split partial sum
3 years ago
Julia Bareeva
cfb36443fb
Merge pull request #20506 from JulieBar:lstm_activations
...
* Support activations(Sigmoid, Tanh) for LSTM
* fix warning
3 years ago
Alexander Alekhin
9d3826c676
Merge pull request #20525 from SamFC10:fix-prior-variances
3 years ago
Iyad Ahmed
4300bb2e1f
Merge pull request #20541 from iyadahmed:video_capture_timeout_prop
...
* VideoCapture timeout set/get
* Common formatting for enum values
* Fix enum values wrongly in videoio.hpp
* Define timeout enum values in public api and align with master
3 years ago
Alexander Alekhin
6edc438789
Merge pull request #20545 from AleksandrPanov:resize_docummentation
3 years ago
AleksandrPanov
25cd7c7c50
add note about Python's dsize to doc
3 years ago
Alexander Alekhin
732cb6c45c
Merge pull request #20515 from utibenkei:fix_java_ml_testSaveLoad
3 years ago
Alexander Alekhin
266a868ba9
Merge pull request #20533 from AleksandrPanov:minAreaRect_fix_rotatingCalipers
3 years ago
AleksandrPanov
8199967b31
fix choose minimum angle in rotatingCalipers
3 years ago
utibenkei
9d61c18143
fix testSaveLoad
3 years ago
Alexander Alekhin
221bfa4c67
Merge pull request #20466 from rogday:efficientnet_fix_34
3 years ago
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