Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(5.x) Merge 4.x #871

Merged
merged 63 commits into from
Apr 10, 2021
Merged

(5.x) Merge 4.x #871

merged 63 commits into from
Apr 10, 2021

Conversation

alalek
Copy link
Member

@alalek alalek commented Apr 9, 2021

35 PRs

#773 from HannibalAPE:text_det_rec
#798 from sl-sergei:named_params_onnx
#804 from sl-sergei:multi_output_gather
#811 from APrigarina:curved_qrcodes_decoding
#813 from sl-sergei:test_conv1d
#816 from JulienMaille:patch-1
#817 from crownedone:tbmr_features
#818 from l-bat:update_reducemax
#820 from sl-sergei:test_pool1d
#824 from muare:master
#825 from LupusSanctus:am/dnn_bilinear_resize
#826 from fixstars:add_cudastereo_semi_global_matching_implementation
#827 from iago-suarez:master
#830 from LupusSanctus:am/dnn_nearest_resize_3.4
#833 from tailsu:sd/imdecode-jp2k-codestream
#834 from amiller27:inrange
#835 from l-bat:lb/onnx_mish_subgraph
#837 from l-bat:lb/onnx_pads_calc
#841 from amirtu:OCV-165_finalize_goodFeaturesToTrack_returns_also_corner_value_PR
#842 from l-bat:lb/onnx_normalize
#843 from raaldrid:raaldrid-exif_PNG_test_files
#844 from SamFC10:tf-leakyrelu
#845 from rayonnant14:issue_19363
#847 from aryanshomray:tanh_darlnet_testdata
#849 from LupusSanctus:am/eltwice_vec
#853 from SamFC10:exp
#854 from LupusSanctus:am/slice_steps
#855 from mikhail-nikolskiy:videoio-hw
#857 from LupusSanctus:am/tf_reshape
#858 from alalek:backport_19545
#859 from raaldrid:EXR_rw_alpha_support_16115
#861 from SamFC10:sam-darknet
#865 from LupusSanctus:am/mobilenetv3
#868 from LupusSanctus:am/reduce_sum_ch
#869 from savuor:posegraph_no_ceres

Main PR: opencv/opencv#19885
Previous "Merge 4.x": #823

HannibalAPE and others added 30 commits December 3, 2020 18:47
[GSoC] test data for scene text detection and recognition (High Level API)

* test data for scene text detection and recognition APIs

* update model url and sha
The fix for issue (opencv/opencv_contrib#941) introduced a defect.

Steps to reproduce the defect:
1. download model GoogleNet using command on windows: python download_models.py GoogleNet
2. there is an exception and downloading is failed.

Root cause analysis
1. filename is "bvlc_googlenet.caffemodel"
2.  the basedir for model storage is empty with following statement
     basedir = os.path.dirname(self.filename)
3.  os.path.mkdir('') throws exception
Traceback (most recent call last):
  File "download_models.py", line 883, in <module>
    if not m.get():
  File "download_models.py", line 66, in get
    os.makedirs(basedir, exist_ok=True)
  File "C:\Users\xiebian\miniconda3\envs\gluon\lib\os.py", line 220, in makedirs
    mkdir(name, mode)
FileNotFoundError: [WinError 3] 系统找不到指定的路径。: ''
Test data for OpenCV PR #18996
PNG files with exif orientation data.  Test files for fix to [Issue 16579]
(opencv/opencv#16579)
* added data for TF LeakyRelu test
Changing straight barcode type in perf data
alalek and others added 27 commits February 17, 2021 17:10
* EXR test images for alpha support

* EXR RGBA test image (generated in code)

* Delete test_RGBA.exr
* Added Steps support in DNN Slice layer

* Added minor code corrections
@alalek
Copy link
Member Author

alalek commented Apr 10, 2021

👍

@alalek alalek merged commit 2e02a98 into opencv:next Apr 10, 2021
@alalek alalek mentioned this pull request Jun 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.