aleju / imgaug

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

MixUp || CutMix Augmentation! Implementation Possible? #686

Closed innat closed 4 years ago

innat commented 4 years ago

I'm trying to implement mixup and cutmixaugmentation in matterport/maskrcnn network which is mainly allows augmentation of this library. I've tried out some cool library with it, however, jut to know is it possible to implement cutmix or mixupaugmentation as well?

SunAriesCN commented 3 years ago

Hi, have you ever find other ways to implement cutmix or mixup with imaug? @innat