mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Merge pull request #20922 from alexgiving:atrutnev/align_expect_assert_macros
GAPI: Align EXPECT/ASSERT macros * Align TEST macros * restart CI * Fix ASSERT_GT in gapi_async_test
This commit is contained in:
@@ -231,7 +231,7 @@ void remapToIESSDOut(const std::vector<cv::Mat> &detections,
|
||||
}
|
||||
|
||||
// SSD-MobilenetV1 structure check
|
||||
ASSERT_EQ(detections[0].total(), 1u);
|
||||
ASSERT_EQ(1u, detections[0].total());
|
||||
ASSERT_EQ(detections[2].total(), detections[0].total() * 100);
|
||||
ASSERT_EQ(detections[2].total(), detections[3].total());
|
||||
ASSERT_EQ((detections[2].total() * 4), detections[1].total());
|
||||
|
||||
Reference in New Issue
Block a user