Merged
Conversation
When computing: t1 = (bayer[1] + bayer[bayer_step] + bayer[bayer_step+2] + bayer[bayer_step*2+1])*G2Y; there is a T (unsigned short or char) multiplied by an int which can overflow. Then again, it is stored to t1 which is unsigned so the overflow disappears. Keeping all unsigned is safer.
- no NaN propagation guarantee
Onnx conformance tests * Add ONNX conformance tests * dnn(test): add filters for ONNX conformance tests * add filter lists for OCV backend * address review comments * move test_clip_inbounds to all_denylist * address clip issue * avoid empty lists Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
…educemean/max/sum, add support for keepdims=true in full reduction branch, add new padding type to Pad
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.
#21088 from rogday:onnx_tests
#21250 from alalek:videoio_msmf_update_camera_3.4(backport)#21251 from vrabaud:3.4_bayer
#21254 from alalek:build_opencv_winpack_dldt_2021.4.2
#21256 from zchrissirhcz:fix-3.4-pyramid-tutorial
#21257 from alalek:imgproc_cvtcolor_lab_fix_nan
#21259 from rogday:random_fixes
#21261 from alalek:dnn_onnx_test_filter_update
Previous "Merge 3.4": #21238
Details