Merged
Conversation
- NEON / ANDROID_ARM_NEON are toolchain-specific flags - they are usually not defined for native builds - let work CPU_BASELINE=DETECT properly
- due to lifetime restrictions on passed 'features' parameter and its dangling pointers - dangling pointer issue is fixed for OpenCV 4.5.1+
- allow to specify MKL_LIBRARIES through command-line
Relates to OpenCV issue opencv#18721
- detect case with infinite loop and raise NoConv exception - handle such exception - add support for case with missing `blobDetector` (image contains Point2f array of candidates) - add regression test - undone rectification for "failed" detections too - drop redirectError() usage
…faster support SIMD for larger symmetric Bit-exact 16U gaussian blur * support SIMD for bit-exact 16U symmetric gaussian blur * use tighter SIMD registers
Scripts for downloading models in DNN samples * Initial commit. Utility classes and functions for downloading files * updated download script * Support YAML parsing, update download script and configs * Fix problem with archived files * fix models.yml * Move download utilities to more appropriate place * Fix script description * Update README * update utilities for broader range of files * fix loading with no hashsum provided * remove unnecessary import * fix for Python2 * Add usage examples for downloadFile function * Add more secure cache folder selection * Remove trailing whitespaces * Fix indentation * Update function interface * Change function for temp dir, change entry name in models.yml * Update getCacheDirectory function call * Return python implementation for cache directory selection, use more specific env variable * Fix whitespace
This was referenced Dec 11, 2020
Member
Author
|
👍 |
Merged
This file contains hidden or 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
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.
#18591 from sl-sergei:download_utilities
#18983 from Yosshi999:bitexact-gaussian-16U-faster
#19049 from alalek:issue_17282
#19054 from alalek:3.4_issue_18244#19062 from alalek:3.4_issue_17553#19064 from alalek:cmake_update_mkl
#19068 from alalek:issue_18157
#19071 from LupusSanctus:am/dnn_nearest_resize_3.4
#19072 from mshabunin:sink-sync-off
#19075 from alalek:dnn_fix_halide_build
#19079 from alalek:issue_18713
#19084 from alalek:issue_16197
Previous "Merge 3.4": #19066
Details