What
Defining augmentation should be done in python. Required codes can be a fairly long code block. It would be nice to define it through yaml just like Config, so that it can be saved and reused. Augmentation library is albumentations anyway, so I just can follow their API.
How
What
Defining augmentation should be done in python. Required codes can be a fairly long code block. It would be nice to define it through yaml just like Config, so that it can be saved and reused. Augmentation library is
albumentationsanyway, so I just can follow their API.How