From bb39d3efe50b66cf478d68a65fd4973c242d63cf Mon Sep 17 00:00:00 2001 From: James Betker Date: Sat, 31 Oct 2020 20:50:24 -0600 Subject: [PATCH] Bump image corruption factor a bit --- codes/data/image_corruptor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")