lime-j commited on
Commit
a031f55
·
1 Parent(s): 38d2a0b

add methods

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -11,7 +11,7 @@ property_dict = {
11
  'blury': 'has sharp and clear texture',
12
  'overall': 'is more visually plansant'
13
  }
14
- methods = ['IMGS_Bread', 'IMGS_iat', 'retinexformer_png', 'images', 'IMGS_Kind', 'IMGS_ZeroDCE', 'IMGS_nerco', 'IMGS_quadprior']
15
  method_dict = {
16
  'IMGS_Bread': 'Bread',
17
  'IMGS_iat': 'IAT',
@@ -20,7 +20,10 @@ method_dict = {
20
  'IMGS_Kind': 'Kind',
21
  'IMGS_ZeroDCE': 'ZeroDCE',
22
  'IMGS_nerco': 'NeRCo',
23
- 'IMGS_quadprior' : 'QuadPrior'
 
 
 
24
  }
25
  core_file = './file_list.txt'
26
  bucket = os.getenv('bucket')
 
11
  'blury': 'has sharp and clear texture',
12
  'overall': 'is more visually plansant'
13
  }
14
+ methods = ['IMGS_Bread', 'IMGS_iat', 'retinexformer_png', 'images', 'IMGS_Kind', 'IMGS_ZeroDCE', 'IMGS_nerco', 'IMGS_quadprior', 'IMGS_LIME', 'IMGS_pairlie']
15
  method_dict = {
16
  'IMGS_Bread': 'Bread',
17
  'IMGS_iat': 'IAT',
 
20
  'IMGS_Kind': 'Kind',
21
  'IMGS_ZeroDCE': 'ZeroDCE',
22
  'IMGS_nerco': 'NeRCo',
23
+ 'IMGS_quadprior' : 'QuadPrior',
24
+ 'IMGS_LIME' : 'LIME',
25
+ 'IMGS_pairlie': 'PairLIE'
26
+
27
  }
28
  core_file = './file_list.txt'
29
  bucket = os.getenv('bucket')