Merged
Conversation
* fixed several problems when running tests on Mac: * OCL_pyrUp * OCL_flip * some basic UMat tests * histogram badarg test (out of range access) * retained the storepix fix in ocl_flip only for 16U/16S datatype, where the OpenCL compiler on Mac generates incorrect code * moved deletion of ACCESS_FAST flag to non-SVM branch (where SVM is shared virtual memory (in OpenCL 2.x), not support vector machine) * force OpenCL to use read/write for GPU<=>CPU memory transfers on machines with discrete video only on Macs. On Windows/Linux the drivers are seemingly smart enough to implement map/unmap properly (and maybe more efficiently than explicit read/write)
fixed the ordering of contour convex hull points * partially fixed the issue opencv#4539 * fixed warnings and test failures * fixed integer overflow (issue opencv#14521) * added comment to force buildbot to re-run * extended the test for the issue 4539. Check the expected behaviour on the original contour as well * added comment; fixed typo, renamed another variable for a little better clarity * added yet another part to the test for issue opencv#4539, where we run convexHull and convexityDetects on the original contour, without any manipulations. the rest of the test stays the same
* dnn: fix processing of input shapes - importer: avoid using of .setInput() => .setInputShape() - setInput: shape limitation check (partial) * dnn(test): test .setInput() in readNet()
* add python version of video-input-psnr-ssim * remove ret * documentation changes * added link for python file * command line argument
* Update to new ICV packages MacOS ia32 ICV package is no longer built. * cmake(ippicv): add Apple 32-bit check * Updated commit hash
* Fixed getCPUCount Minor new line changes Android fix | efficient linux checks Android fix 2 Fixed cpu logic for non linux platforms Android fix 3 Android fix 4 * No v1 case handle | Refactor long lines * Refined Cgroups logic | Combine Android and Linux * Fixed directives * Added support for --cpus | Fixed minor bug in Andriod | Change file read logic * Added macro checks for apple errors * Fixed macro to include android * Addressed review comments * Fixed android macro * Refined return values * Fixed apple warning * Addressed review comments * Fixed whitespace * Android Fix try 1 * Android Fix try 2 * Android Fix try 3 * Removed unwanted endif * Android Fix try 4 * Android Fix try 5 * Macro Restructure * core: updates to CPUs detection (minor)
* Custom layers with nGraph * nGraph: multiple outputs from nodes
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.
#13928 from catree:add_matx_div_operations
#16457 from ganesh-k13:bugfix/getCPUCount-fix
#16586 from themechanicalcoder:video-psnr
#16594 from vpisarev:hull_ordering_fix
#16608 from vpisarev:fix_mac_ocl_tests
#16616 from alalek:dnn_fix_input_shape
#16628 from dkurt:dnn_ngraph_custom_layers
#16629 from alalek:dnn_test_32bit
#16635 from mshabunin:fix-avx512-cvt
#16638 from mshabunin:use-safe-buffers
#16639 from iigalanin:patch-1
#16641 from alalek:fix_build_msvs2019
#16650 from ashishkrshrivastava:cvdarknet
#16656 from alalek:issue_16655
#16661 from alalek:dnn_test_32bit_part2
#16670 from alalek:update_valgrind_suppressions
#16675 from alalek:fix_js_build_getNumberOfCPUs
Previous "Merge 3.4": #16627