mirror of
https://github.com/opencv/opencv.git
synced 2024-12-12 15:19:11 +08:00
Merge pull request #25727 from Abdurrahheem:ash/comf-denylist-reduce
Additional Comments for Conformance Denylist #25727 This PR adds additional comments on conformance denylist. Once BOOL type got support in 5.x, some test layer changed their failing issue. ### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [x] I agree to contribute to the project under Apache 2 License. - [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV - [x] The PR is proposed to the proper branch - [x] There is a reference to the original bug report and related work - [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable Patch to opencv_extra has the same branch name. - [x] The feature is well documented and sample code can be built with the project CMake
This commit is contained in:
parent
70df023317
commit
a2d2ea6536
@ -59,10 +59,10 @@
|
|||||||
"test_clip_inbounds", // ---- same as above ---
|
"test_clip_inbounds", // ---- same as above ---
|
||||||
"test_clip_outbounds", // ---- same as above ---
|
"test_clip_outbounds", // ---- same as above ---
|
||||||
"test_clip_splitbounds", // ---- same as above ---
|
"test_clip_splitbounds", // ---- same as above ---
|
||||||
"test_compress_0", // Issue:: Unsupported data type BOOL
|
"test_compress_0", // Issue::Can't create layer "onnx_node_output_0!output" of type "Compress" in function 'getLayerInstance'
|
||||||
"test_compress_1", /// Issue:: Unsupported data type BOOL
|
"test_compress_1", // ---- same as above ---
|
||||||
"test_compress_default_axis", // Issue:: Unsupported data type BOOL
|
"test_compress_default_axis", // ---- same as above ---
|
||||||
"test_compress_negative_axis", // Issue:: Unsupported data type BOOL
|
"test_compress_negative_axis", // ---- same as above ---
|
||||||
"test_constant", // Issue::Wrong output
|
"test_constant", // Issue::Wrong output
|
||||||
"test_constant_pad", // Issue:: Unkonwn error
|
"test_constant_pad", // Issue:: Unkonwn error
|
||||||
"test_constantofshape_float_ones", // Issue::Parser::Weights are required as inputs
|
"test_constantofshape_float_ones", // Issue::Parser::Weights are required as inputs
|
||||||
@ -84,8 +84,8 @@
|
|||||||
"test_dequantizelinear_axis", // Issue::Parser::Weights are required as inputs
|
"test_dequantizelinear_axis", // Issue::Parser::Weights are required as inputs
|
||||||
"test_det_2d", // Issue:: Unkonwn error
|
"test_det_2d", // Issue:: Unkonwn error
|
||||||
"test_det_nd", // Issue:: Unkonwn error
|
"test_det_nd", // Issue:: Unkonwn error
|
||||||
"test_dropout_default_mask", // Issue:: Unsupported data type BOOL
|
"test_dropout_default_mask", // Issue::cvtest::norm::wrong data type
|
||||||
"test_dropout_default_mask_ratio", // Issue:: Unsupported data type BOOL
|
"test_dropout_default_mask_ratio", // ---- same as above ---
|
||||||
"test_dynamicquantizelinear", // Issue:: Unkonwn error
|
"test_dynamicquantizelinear", // Issue:: Unkonwn error
|
||||||
"test_dynamicquantizelinear_expanded", // ---- same as above ---
|
"test_dynamicquantizelinear_expanded", // ---- same as above ---
|
||||||
"test_dynamicquantizelinear_max_adjusted", // ---- same as above ---
|
"test_dynamicquantizelinear_max_adjusted", // ---- same as above ---
|
||||||
@ -132,16 +132,16 @@
|
|||||||
"test_hardmax_one_hot", // ---- same as above ---
|
"test_hardmax_one_hot", // ---- same as above ---
|
||||||
"test_identity_opt", // 23221 illegal hardware instruction
|
"test_identity_opt", // 23221 illegal hardware instruction
|
||||||
"test_identity_sequence", // Issue:: Unkonwn error
|
"test_identity_sequence", // Issue:: Unkonwn error
|
||||||
"test_if", // Issue:: Unsupported data type BOOL
|
"test_if", // Issue::'Graph' is not supported in function 'getLayerParams'
|
||||||
"test_if_opt", // Issue:: Unsupported data type BOOL
|
"test_if_opt", // Issue::Failed to allocate 17059022683624350 bytes in function 'OutOfMemoryError'
|
||||||
"test_if_seq", // Issue:: Unsupported data type BOOL
|
"test_if_seq", // Issue::typeProto.has_tensor_type() in function 'dumpValueInfoProto'
|
||||||
"test_isinf", // Issue:: Unsupported data type BOOL
|
"test_isinf", // Issue::Can't create layer "onnx_node_output_0!y" of type "IsInf" in function 'getLayerInstance'
|
||||||
"test_isinf_negative", // Issue:: Unsupported data type BOOL
|
"test_isinf_negative", //-- same as above ---
|
||||||
"test_isinf_positive", // Issue:: Unsupported data type BOOL
|
"test_isinf_positive", //-- same as above ---
|
||||||
"test_isnan", // Issue:: Unsupported data type BOOL
|
"test_isnan", // -- same as above ---
|
||||||
"test_loop11", // Issue:: Unsupported data type BOOL
|
"test_loop11", // Issue::'Graph' is not supported in function 'getLayerParams'
|
||||||
"test_loop13_seq", // Issue:: Unsupported data type BOOL
|
"test_loop13_seq", // Issue::typeProto.has_tensor_type() in function 'populateNet'
|
||||||
"test_loop16_seq_none", // Issue:: Unsupported data type BOOL
|
"test_loop16_seq_none", // Issue::Failed to allocate 179812654996800 bytes in function 'OutOfMemoryError'
|
||||||
"test_lstm_batchwise", // Issues::Parser:: !name.empty() && constBlobs.count(name) == 1 in function 'parseLSTM'
|
"test_lstm_batchwise", // Issues::Parser:: !name.empty() && constBlobs.count(name) == 1 in function 'parseLSTM'
|
||||||
"test_lstm_defaults", // ---- same as above ---
|
"test_lstm_defaults", // ---- same as above ---
|
||||||
"test_lstm_with_initial_bias", // ---- same as above ---
|
"test_lstm_with_initial_bias", // ---- same as above ---
|
||||||
@ -205,14 +205,14 @@
|
|||||||
"test_nonmaxsuppression_suppress_by_IOU_and_scores", // ---- same as above ---
|
"test_nonmaxsuppression_suppress_by_IOU_and_scores", // ---- same as above ---
|
||||||
"test_nonmaxsuppression_two_batches", // ---- same as above ---
|
"test_nonmaxsuppression_two_batches", // ---- same as above ---
|
||||||
"test_nonmaxsuppression_two_classes", // ---- same as above ---
|
"test_nonmaxsuppression_two_classes", // ---- same as above ---
|
||||||
"test_nonzero_example", // Issue:: Unsupported data type: BOOL
|
"test_nonzero_example", // Issue::Can't create layer "onnx_node_output_0!result" of type "NonZero" in function 'getLayerInstance'
|
||||||
"test_onehot_negative_indices", // Issue:: Layer does not exist (OneHot) :: Can't create layer "onnx_node_output_0!y" of type "OneHot" in function 'getLayerInstance'
|
"test_onehot_negative_indices", // Issue:: Layer does not exist (OneHot) :: Can't create layer "onnx_node_output_0!y" of type "OneHot" in function 'getLayerInstance'
|
||||||
"test_onehot_with_axis", // ---- same as above ---
|
"test_onehot_with_axis", // ---- same as above ---
|
||||||
"test_onehot_with_negative_axis", // ---- same as above ---
|
"test_onehot_with_negative_axis", // ---- same as above ---
|
||||||
"test_onehot_without_axis", // ---- same as above ---
|
"test_onehot_without_axis", // ---- same as above ---
|
||||||
"test_optional_get_element", // Issue::out of memory :: Failed to allocate 1044051907127083008 bytes in function 'OutOfMemoryError'
|
"test_optional_get_element", // Issue::out of memory :: Failed to allocate 1044051907127083008 bytes in function 'OutOfMemoryError'
|
||||||
"test_optional_get_element_sequence", // ---- same as above ---
|
"test_optional_get_element_sequence", // ---- same as above ---
|
||||||
"test_optional_has_element", // Issue:: Unsupported data type BOOL
|
"test_optional_has_element", // Issue::typeProto.has_tensor_type() in function 'populateNet'
|
||||||
"test_optional_has_element_empty", // ---- same as above ---
|
"test_optional_has_element_empty", // ---- same as above ---
|
||||||
"test_pow_types_float", // Issue:: Unsupported data type
|
"test_pow_types_float", // Issue:: Unsupported data type
|
||||||
"test_pow_types_float32_int32", // ---- same as above ---
|
"test_pow_types_float32_int32", // ---- same as above ---
|
||||||
@ -402,7 +402,7 @@
|
|||||||
"test_top_k", // Issue:: Parser: Can't create layer "onnx_node_output_0!values" of type "TopK" in function 'getLayerInstance'
|
"test_top_k", // Issue:: Parser: Can't create layer "onnx_node_output_0!values" of type "TopK" in function 'getLayerInstance'
|
||||||
"test_top_k_negative_axis", // ---- same as above ---
|
"test_top_k_negative_axis", // ---- same as above ---
|
||||||
"test_top_k_smallest", // ---- same as above ---
|
"test_top_k_smallest", // ---- same as above ---
|
||||||
"test_training_dropout", // Issue:: Parser: Unsupported data type: BOOL in function 'getMatFromTensor'
|
"test_training_dropout", // Issue::cvtest::norm::wrong data type
|
||||||
"test_training_dropout_default", // ---- same as above ---
|
"test_training_dropout_default", // ---- same as above ---
|
||||||
"test_training_dropout_default_mask", // ---- same as above ---
|
"test_training_dropout_default_mask", // ---- same as above ---
|
||||||
"test_training_dropout_mask", // ---- same as above ---
|
"test_training_dropout_mask", // ---- same as above ---
|
||||||
|
Loading…
Reference in New Issue
Block a user