aleju / imgaug

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

AttributeError: module 'collections' has no attribute 'RandAugment' #754

Closed Defiler24 closed 3 years ago

Defiler24 commented 3 years ago

I have installed 0.4.0

the code is: import imgaug.augmenters.collections as iaa seq = iaa.Sequential([iaa.RandAugment(n=4, m=9)])

Why is it still reporting the error?

BishmoyPaul commented 2 years ago

Hi @Defiler24, how did your error get fixed? I am getting this error as well.