-
Notifications
You must be signed in to change notification settings - Fork 1.6k
(5.x) Merge 4.x #923
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 #923
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
Add test data for GRU layer
* add test data for LSTM w/ activations * dnn: put lstm_cntk_tanh testdata in opencv_extra Co-authored-by: Alexander Alekhin <[email protected]>
* Add cumsum test data * Generate onnx models from tf via tf2onnx * Add tf2onnx model generating code * Add tf and tf2onnx versions
add humanseg model and test data
tests for Normalize subgraph, Slice, Mul and Expand
DNN: Test data of biasadd in tf_importer * Add files via upload * Update generate_tf_models.py
…hessboardCorners
* add test data of ExpandDim layer of tf_importer. * add dim=-2 and 5-dim data. * error fixed.
Test data for the DNN Face module * add a link to download yunet.onnx; add face detection labels for images under cv/cascadeandhog/images * add face_recog * add recog download * update lfw * Update download_models.py correct the download link * add readme to descripe added data; update the shasum for yunet * update ground truth since YuNet is updated * replace master with exact hash; add time suffix to filename
👍 |
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.
#848 from atinfinity:fixed-forum-link
#877 from rogday:base64_encoding
#879 from SamFC10:concat-const-input
#881 from SamFC10:conv-asymmetric-pads
#882 from rogday:tf_diag_dummy
#884 from rogday:tf_importer_asym_pads
#886 from JulieBar:lstm_inside
#888 from JulieBar:gru_layer
#890 from thezane:support-cumsum-layer-for-onnx
#891 from JulieBar:lstm_activations
#892 from wjj19950828:add_onnx_resize_test
#893 from rogday:efficientnet_fix_34
#895 from rogday:onnx_split_sum_fix
#896 from SamFC10:onnx-q
#897 from rogday:onnx_scale_fix
#900 from andy-held:charuco-selectAndRefineChessboardCorners
#901 from diablodale:fix20575-downloader
#902 from rogday:split_slice_shenanigans
#903 from fengyuentau:dnn_face
#905 from rogday:resize_concat_optimization
#906 from rogday:yolov4x-mish
#907 from rogday:prelu_slope
#908 from rogday:min
#909 from zihaomu:tf_biasadd_bug
#911 from zihaomu:tf_expand_dim_layer
#912 from SamFC10:unsqueeze-opset13
#917 from sturkmen72:clean_up_test_data
#918 from rogday:soft_nms
#920 from rogday:sub_const_fix
Main PR: opencv/opencv#20886
Previous "Merge 4.x": #876