You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I was annotating images of ants across a large image, and I had problems with the ants due to their small size in the image.
Describe the solution you'd like
I already implemented a solution by adding an example of YOLO11 (ultralytics) + SAHI in the serverless folder. Here is the PR and an example working for cars
Describe alternatives you've considered
I thought about creating the annotations on my machine and then importing them, but I thought the serverless solution would be better and could help people who struggle with datasets with small objects.