augraphy
augraphy copied to clipboard
ColorPaper cant generate different color in the cycle running
Thanks, i added a patch to resolve that and you may reinstall the repo using:
!pip install git+https://github.com/sparkfish/augraphy
To enable a random color augmentation, you can use ColorPaper(hue_range=(0, 255), saturation_range=(0,255))
.
Some examples on random color augmented images using a same parameters above:
thanks