/SimpleYoloAug

a really simple wrapper over python imgaug for yolo datasets

Primary LanguagePython

SimpleYoloAug

a really simple wrapper over python imgaug for yolo datasets

How to use

python ./simple_augment.py --indir your/images/path --outdir /your/output/path --gen amount_of_duplicates

Example

python ./simple_augment.py --indir ~/images/ --outdir ~/gen_images/ --gen 10