aleju / imgaug

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

Fix a potential variable misuse bug #821

Open LostBenjamin opened 2 years ago

LostBenjamin commented 2 years ago

Hi,

This pull request is a fix to a potential variable misuse bug at imgaug/augmenters/geometric.py. Please check the changes.

Best, Jingxuan