Bump image corruption factor a bit

This commit is contained in:
James Betker 2020-10-31 20:50:24 -06:00
parent c2866ad8d2
commit bb39d3efe5

View File

@ -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")