aleju / imgaug

Image augmentation for machine learning experiments.
http://imgaug.readthedocs.io
MIT License
14.33k stars 2.43k forks source link

simultaneously augment images and boxes #241

Open MaximeTuab opened 5 years ago

MaximeTuab commented 5 years ago

Hi, I just wondered if it was possible to augment simultaneously images and boxes ? One of the use-cases would be to randomly crop around objects in images (see for example SSD paper https://arxiv.org/abs/1512.02325). Thank you for your help, Regards,

aleju commented 5 years ago

Such simultaneous augmentation is currently not part of the library. It might be added in the future, though it would be a quite big change, so that will take some time.