mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Merge pull request #28888 from omrope79:ssd-lpnorm-fix
Add LpNormalization Layer support
This commit is contained in:
@@ -1314,6 +1314,8 @@ CASE(test_layer_normalization_default_axis_expanded)
|
||||
SKIP;
|
||||
CASE(test_layer_normalization_default_axis_expanded_ver18)
|
||||
SKIP;
|
||||
CASE(test_lpnormalization_default)
|
||||
SKIP;
|
||||
CASE(test_leakyrelu)
|
||||
// no filter
|
||||
CASE(test_leakyrelu_default)
|
||||
|
||||
@@ -252,6 +252,7 @@
|
||||
"test_less_uint32",
|
||||
"test_less_uint64",
|
||||
"test_less_uint8",
|
||||
"test_lpnormalization_default",
|
||||
"test_resize_upsample_scales_nearest_axes_2_3",
|
||||
"test_resize_upsample_sizes_nearest_axes_2_3",
|
||||
"test_split_equal_parts_2d_opset13",
|
||||
|
||||
@@ -330,7 +330,6 @@
|
||||
"test_l2normalization_axis_1",
|
||||
"test_loop13_seq", // Loop with tensor sequences output, not yet supported in OpenCV
|
||||
"test_loop16_seq_none", // Loop with optional tensor sequences, not yet supported in OpenCV
|
||||
"test_lpnormalization_default",
|
||||
"test_lppool_1d_default",
|
||||
"test_lppool_2d_default",
|
||||
"test_lppool_2d_dilations",
|
||||
|
||||
Reference in New Issue
Block a user