kungfuai / kaishi

Tool kit to accelerate exploratory data analysis and data cleaning
https://kaishi.readthedocs.io/en/latest/
MIT License
11 stars 2 forks source link

Make image augmentations individual classes #10

Open mwharton3 opened 4 years ago

mwharton3 commented 4 years ago

Right now, all image augmentations happen with functions. Need these to be classes.

@spencerR1992

Would have: parent class that has a "call" function and baked in probability setting. Each operation class would inherit this class. Should also change together.