fallenl commited on
Commit
d981987
1 Parent(s): 257abf4

Update sort_image.py

Browse files
Files changed (1) hide show
  1. sort_image.py +1 -1
sort_image.py CHANGED
@@ -10,7 +10,7 @@ UPSCALE_FOLDERS = {'X2_FOLDER':'X2', 'X3_FOLDER':'X3', 'X4_FOLDER':'X4'}
10
  imgFormat = '.png'
11
  # Min and Max limit for different upscale level
12
  X2_Min = 2000**2
13
- X2_Max = 3200**2
14
  X3_Min = 1500**2
15
  X3_Max = X2_Min
16
  X4_Max = X3_Min
 
10
  imgFormat = '.png'
11
  # Min and Max limit for different upscale level
12
  X2_Min = 2000**2
13
+ X2_Max = 2600**2
14
  X3_Min = 1500**2
15
  X3_Max = X2_Min
16
  X4_Max = X3_Min