Merged
Conversation
Extended DNN testing in GHA * Extended DNN testing in GHA for 3.4 branch * Updated docker images in Linux GitHub Actions * Added OPENCV_DOWNLOAD_PATH flag for ARM build to use pre-downloaded binaries
* add prefixes to layer names and layer output names * dnn: OPENCV_DNN_ONNX_USE_LEGACY_NAMES runtime parameter Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
This was referenced May 23, 2022
alalek
commented
May 23, 2022
| siamRPN.setInput(blob); | ||
| Mat out1; | ||
| siamRPN.forward(out1, "63"); | ||
| siamRPN.forward(out1, "onnx_node_output_0!63"); |
Member
Author
There was a problem hiding this comment.
This extra change is necessary to handle changes from #21818
| siamRPN.setParam(siamRPN.getLayerId("65"), 0, r1.reshape(0, r1_shape)); | ||
| siamRPN.setParam(siamRPN.getLayerId("68"), 0, cls1.reshape(0, cls1_shape)); | ||
| siamRPN.setParam(siamRPN.getLayerId("onnx_node_output_0!65"), 0, r1.reshape(0, r1_shape)); | ||
| siamRPN.setParam(siamRPN.getLayerId("onnx_node_output_0!68"), 0, cls1.reshape(0, cls1_shape)); |
Member
Author
There was a problem hiding this comment.
This extra change is necessary to handle changes from #21818
| { | ||
| testLayer("log_softmax", "ONNX", 0.014, 0.025); | ||
| } | ||
| TEST_P(Test_Int8_layers, DISABLED_Softmax_unfused_ONNX) // FIXIT Support 'Identity' layer for outputs (#22022) |
Member
Author
There was a problem hiding this comment.
@vpisarev There is something wrong in int8 code with handling of Identity layer (used for aliases of outputs under new names).
Here and below disabled tests.
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.
#21818 from rogday:revert_renaming
#21986 from alalek:gha_fix_git_merge
#21988 from alalek:fix_warnings_gcc12_3.4
#21994 from asenyaev:asen/extra_dnn_testing
#21998 from alalek:gha_fix_git_merge_fixup_21986
#22001 from asenyaev:asen/move_workflowsPrevious "Merge 3.4": #21981