lime-j commited on
Commit
0d717fc
·
1 Parent(s): e5b52bd

add new method

Browse files
Files changed (2) hide show
  1. __pycache__/db.cpython-310.pyc +0 -0
  2. app.py +3 -2
__pycache__/db.cpython-310.pyc CHANGED
Binary files a/__pycache__/db.cpython-310.pyc and b/__pycache__/db.cpython-310.pyc differ
 
app.py CHANGED
@@ -11,7 +11,7 @@ property_dict = {
11
  'lightness': 'Illuminated',
12
  'blury': 'sharp boundary'
13
  }
14
- methods = ['IMGS_bread', 'IMGS_iat', 'retinexformer_png', 'images', 'IMGS_Kind', 'IMGS_ZeroDCE', 'IMGS_nerco']
15
  method_dict = {
16
  'IMGS_bread': 'Bread',
17
  'IMGS_iat': 'IAT',
@@ -19,7 +19,8 @@ method_dict = {
19
  'images': 'Original Input',
20
  'IMGS_Kind': 'Kind',
21
  'IMGS_ZeroDCE': 'ZeroDCE',
22
- 'IMGS_nerco': 'NeRCo'
 
23
  }
24
  core_file = './file_list.txt'
25
  bucket = os.getenv('bucket') #'https://checkpoints.mingjia.li/Exdark/'
 
11
  'lightness': 'Illuminated',
12
  'blury': 'sharp boundary'
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',
 
19
  'images': 'Original Input',
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') #'https://checkpoints.mingjia.li/Exdark/'