-
Notifications
You must be signed in to change notification settings - Fork 1.6k
(5.x) Merge 4.x #1036
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
Merged
Merged
(5.x) Merge 4.x #1036
Conversation
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
DNN: add MobilenetV2 FP16 download link
fix large image
#22226 libspng, pngsuite and png image for perf test
imgcodecs: tiff: remove 4GB images and change 16bit pixels
Reshape permutations fix
Test data for the supports for YOLOv7 (not simplified)
Add test for Gather
QRcode, change INTER_LINEAR to INTER_LINEAR_EXACT
Add tests for Slice layer
imgcodecs: tiff: add huge tiff images
DNN: Add greater_or_equal and less_or_equal test case
Model and data for ONNX Tile implementation
data for testing batched nms boxes
…n-meta replace rotated metadata video with a more compatible one
add 9 qr codes with 7 version
Add test for MatMul with broadcast
model & data for slice with negative steps
👍 |
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.
#984 from AleksandrPanov:wechat_fix_large_img
#989 from zihaomu:qgemm_and_squeeze_opset13_onnximporter
#992 from AleksandrPanov:qrcode_x86_arm
#993 from zihaomu:load_ONNX_fp16_as_fp32
#995 from ocpalo:libspng
#996 from AleksandrPanov:qrcode_x86_arm_34
#998 from fengyuentau:naive_yolov7
#999 from Harvey-Huang:4-bit_palette_color
#1004 from Ichini24:reshape-permutations-fix
#1006 from Kumataro:3.4-fix22388_2
#1007 from rogday:gather
#1008 from WanliZhong:slice_axes_no_seq
#1009 from fengyuentau:scatter_scatternd
#1010 from zihaomu:greaterOrEqual
#1012 from WanliZhong:issue#22625
#1014 from zihaomu:support_onnx_qdq_model
#1015 from WanliZhong:issue22713
#1016 from zihaomu:nanotrack
#1017 from fengyuentau:tile
#1018 from WanliZhong:improve_matmul
#1019 from tailsu:sd/avfoundation-orientation-meta
#1020 from fengyuentau:batched_nms
#1021 from WanliZhong:issue22859
#1022 from zihaomu:gemm_first_const
#1023 from fengyuentau:slice_neg_steps
#1024 from AleksandrPanov:qr_add_alignment
#1025 from zihaomu:update_nanotrack_comment
#1026 from mshabunin:fix-yolov4-tiny-hash
#1030 from savuor:backport3_fix_fisheye_aspect_ratio
Main PR: opencv/opencv#23113
Previous "Merge 4.x": #997