mdbloice / Augmentor

Image augmentation library in Python for machine learning.
https://augmentor.readthedocs.io/en/stable
MIT License
5.08k stars 866 forks source link

Question - Does it updated the labels too? #243

Closed MasIgor closed 2 years ago

MasIgor commented 2 years ago

Hello! If I have a bunch of already labeled images (yolo - labeling) and let augmentor rotate and flip the image, can I somehow tell it to update the label files too? If yes, how?

Thank you!

mdbloice commented 2 years ago

Hi @tanzerlana - no, this is not currently supported I'm afraid...

MasIgor commented 2 years ago

@mdbloice ok thank you.. would be a cool feature tough, else I have to re-label 2000 images.. but thank you anyway, i will try to come up with something

mdbloice commented 2 years ago

I have thought about adding such a feature before, but the way Augmentor was designed would mean a lot of refactoring of code so I never got around to it... Hopefully you'll find a way to do it without having to do it manually :)