-
Notifications
You must be signed in to change notification settings - Fork 302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New feature: bounding boxes augmentation for images #58
Comments
Hi @dgallitelli, thanks for this feature request! This is on our list of features we would like to add to AugLy soon, and it's good to know that you (& others, I'm sure) would find it useful. We will move this feature to a higher priority (particularly if others chime in here or like your comment to show a high level of interest). |
Chiming in to say this would also be immensely beneficial for my group. |
Update on this! The ability to pass in bounding boxes & see how they are transformed has been added in #120 :) I will close this issue now since that was the primary request here, but I also created a new issue (#131) for the separate request of being able to apply augmentations within a bounding box. |
🚀 Feature
Bounding boxes augmentation for images
Motivation
While AugLy makes it very easy to do data augmentation, it's still complicated to do bounding box augmentation that matches the image augmentation.
Pitch
Being able to do data augmentation is a very nice feature to improve ML models. However, it's also necessary to be able to obtain an "augmented bounding box" that's aligned with the augmentation done on the image.
Alternatives
Build your own bounding box augmentation following this tutorial, but too cumbersome.
Search another library that does this automatically.
Additional context
The text was updated successfully, but these errors were encountered: