diff --git a/codes/data/image_corruptor.py b/codes/data/image_corruptor.py index 03fcda78..4e6cff68 100644 --- a/codes/data/image_corruptor.py +++ b/codes/data/image_corruptor.py @@ -101,7 +101,7 @@ class ImageCorruptor: lo=15 range=60 elif aug == 'jpeg-normal': - lo=55 + lo=47 range=35 else: raise NotImplementedError("specified jpeg corruption doesn't exist")