Merged
Conversation
- this doesn't make sense in case of multiple inputs
- builtin OpenEXR source code is outdated - external OpenEXR distributions are allowed
- to avoid out of buffer access
alalek
commented
Dec 24, 2021
Comment on lines
+1492
to
+1501
| // FIXIT disabled due to non-standard ONNX model domains, need to add ONNX domains support | ||
| // Example: | ||
| // DNN/ONNX: unsupported opset[1]: domain='com.microsoft.experimental' version=1 | ||
| // DNN/ONNX: unsupported opset[2]: domain='ai.onnx.preview.training' version=1 | ||
| // DNN/ONNX: unsupported opset[3]: domain='com.microsoft.nchwc' version=1 | ||
| // DNN/ONNX: unsupported opset[4]: domain='com.microsoft.mlfeaturizers' version=1 | ||
| // DNN/ONNX: unsupported opset[5]: domain='ai.onnx.ml' version=2 | ||
| // DNN/ONNX: unsupported opset[6]: domain='com.microsoft' version=1 | ||
| // DNN/ONNX: unsupported opset[7]: domain='ai.onnx.training' version=1 | ||
| #if 0 |
Member
Author
Member
Author
|
Face detector (from #20422) was imported through bugs. New checks for unsupported cases emits these errors:
Workaround with disabling this check is ugly as it passes incorrect importing problems to the next layers: Is it OK? |
alalek
commented
Dec 24, 2021
Comment on lines
+2477
to
+2483
| if (isDynamicShape) | ||
| { | ||
| CV_LOG_ERROR(NULL, "DNN/ONNX(Shape): dynamic 'zero' shapes are not supported, input " << toString(inpShape, node_proto.input(0))); | ||
| // FIXIT repair assertion | ||
| // Disabled to pass face detector tests from #20422 | ||
| // CV_Assert(!isDynamicShape); // not supported | ||
| } |
Member
Author
There was a problem hiding this comment.
Error trigger is disabled.
Member
Author
|
👍 |
This was referenced Dec 25, 2021
Merged
Member
Problem is confirmed. Working on it. |
This was referenced Feb 13, 2022
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.
#21306 from aBITnav:patch-1
#21320 from catree:solvePnP_doc_page
#21321 from alalek:dnn_test_decompose_dynamic_axes
#21322 from alalek:dnn_catch_errors
#21323 from alalek:dnn_do_not_rebuilt_network_in_setInput
#21325 from APrigarina:fix_asift_sample
#21327 from alalek:imgcodecs_openexr_runtime_disabled
#21329 from alalek:cmake_openexr_find_package
#21330 from alalek:fix_highgui_gtk_mouse_callbacks
#21331 from alalek:issue_21289
#21335 from alalek:dnn_onnx_dump_input_output
#21336 from alalek:dnn_pooling_check_array_indexes
#21341 from alalek:issue_20930_3.4
Previous "Merge 3.4": #21317
Details