Image Slicer Problem- Workflow

I’ve been using an image slicer before passing images into a small object detection model. However, even when I set the overlap to 0, the slices still overlap, which causes more objects to be detected than actually exist.

Is there a way to fix this? For example, instead of specifying exact slice dimensions (which doesn’t work well with my variable image sizes), could I split the image into fixed grids like 2x2, 4x4, or 8x8? I don’t see an option to divide the image this way—would it be possible to implement something like that?

Hi @bog1!
Out of curiosity, what are the dimensions of your input images?

To accommodate objects of interest on the edges of the slice, the image slicer will always have an overlap.

Another possibility, if you run it in the Workflow platform, you might be able to use a “Detections Merge” block to eliminate duplicates. I’ve not tried this yet but it seems plausible.

2 Likes

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.