1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Added Spatial Attention Module in Darknet Importer

This commit is contained in:
SamFC10
2021-03-03 22:42:47 +05:30
parent 0689c70dba
commit a42d4da003
2 changed files with 36 additions and 0 deletions
@@ -770,6 +770,11 @@ TEST_P(Test_Darknet_layers, relu)
testDarknetLayer("relu");
}
TEST_P(Test_Darknet_layers, sam)
{
testDarknetLayer("sam", true);
}
INSTANTIATE_TEST_CASE_P(/**/, Test_Darknet_layers, dnnBackendsAndTargets());
}} // namespace