diff --git a/codes/data/image_corruptor.py b/codes/data/image_corruptor.py index dba9f638..d92d5f26 100644 --- a/codes/data/image_corruptor.py +++ b/codes/data/image_corruptor.py @@ -108,7 +108,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")