Skip to content
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

You may consider using well established libraries for image augmentations. #12

Closed
ternaus opened this issue Oct 29, 2019 · 2 comments
Closed

Comments

@ternaus
Copy link

ternaus commented Oct 29, 2019

It looks like you manually implement image augmentations.

You may try to look at https://github.com/albu/albumentations

@dawoodkhan82
Copy link
Collaborator

It looks like you manually implement image augmentations.

You may try to look at https://github.com/albu/albumentations

Awesome, this seems very useful. Will take a look.

@rcox771
Copy link

rcox771 commented Jul 14, 2020

I like albumentations too but I believe the authors are just focused on creating reusable ui components to make ML more accessible - at least that seems to be the main spirit of their message in this library. There's nothing stopping us from swapping out the guts of the functions we pass into their components and that's the point. As long as we conform to the the formats of their interfaces at the presentation layer, then almost anything is possible. Use numpy, pytorch, tensorflow, cowsays, interpretative dance, whatever ye want. The rest is plug n' chug.

-Russ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants