aleju / imgaug

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

Don't have `augment_images` #384

Open as754770178 opened 5 years ago

as754770178 commented 5 years ago

my imgaug version is 0.2.9,but don't have augment_images method, the method is _augment_images.

aleju commented 5 years ago

augment_images() is defined in imgaug.augmenters.meta.Augmenter from which all augmenters inherit. Hence, all augmenters should offer that method. It automatically calls _augment_images(). It is also one of the oldest methods in the library, so your version should hardly influence that. Please provide a stacktrace and which augmenters you call.

as754770178 commented 5 years ago

Thanks, the problem is solved.