Skip to content

imgproc: add 512mb tag for FindContours.accuracy test#25396

Merged
opencv-pushbot merged 1 commit intoopencv:4.xfrom
mshabunin:test-tag-contours
Apr 11, 2024
Merged

imgproc: add 512mb tag for FindContours.accuracy test#25396
opencv-pushbot merged 1 commit intoopencv:4.xfrom
mshabunin:test-tag-contours

Conversation

@mshabunin
Copy link
Copy Markdown
Contributor

@mshabunin mshabunin commented Apr 11, 2024

I've met issues when running FindContours.accuracy test (uses old C-API) on a machine with 512Mb memory (RISC-V CanMV K230). While test itself consumes ~400Mb, with the system and other tests' leftovers it often gets killed with OOM error. So I propose to mark this test with 512mb tag to allow filtering it out on similar devices.

Below is memory consumption on x86_64 machine (GCC 11.4, Release build, with OCL):
image

Notes:

@mshabunin mshabunin added the port/backport done Label for maintainers. Authors of PR can ignore this label Apr 11, 2024
@opencv-alalek opencv-alalek added this to the 4.10.0 milestone Apr 11, 2024
@opencv-alalek opencv-alalek self-assigned this Apr 11, 2024
@opencv-pushbot opencv-pushbot merged commit 06c1c7b into opencv:4.x Apr 11, 2024
@mshabunin mshabunin deleted the test-tag-contours branch April 11, 2024 15:58
@asmorkalov asmorkalov mentioned this pull request Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

port/backport done Label for maintainers. Authors of PR can ignore this test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants