From d56745b2ec79e6ff5f126d35eae31ffb194d1e18 Mon Sep 17 00:00:00 2001 From: James Betker Date: Thu, 15 Oct 2020 10:14:51 -0600 Subject: [PATCH] JPEG-broad adjustment --- 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 276f18b8..317b4a7d 100644 --- a/codes/data/image_corruptor.py +++ b/codes/data/image_corruptor.py @@ -96,7 +96,7 @@ class ImageCorruptor: lo=23 range=25 elif aug == 'jpeg-broad': - lo=10 + lo=15 range=60 # JPEG compression qf = (rand_int % range + lo)