-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
(5.x) Merge 4.x #871
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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] 系统找不到指定的路径。: ''
Update download_models.py
Test data for OpenCV PR #18996
…l_matching_implementation
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
backport of commit: b67584e
* 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
👍 |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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