Open LucasVandroux opened 2 years ago
In the file imgaug/augmenters/init.py, on line 17, it is written:
import imgaug.augmenters.imgcorruptlike # use as iaa.imgcorrupt.<Augmenter>
it should be
import imgaug.augmenters.imgcorruptlike # use as iaa.imgcorruptlike.<Augmenter>
In the file imgaug/augmenters/init.py, on line 17, it is written:
it should be