Spaces:
Runtime error
Runtime error
add lighten diffusion
Browse files
app.py
CHANGED
|
@@ -11,7 +11,8 @@ 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',
|
|
|
|
| 15 |
method_dict = {
|
| 16 |
'IMGS_Bread': 'Bread',
|
| 17 |
'IMGS_iat': 'IAT',
|
|
@@ -22,7 +23,8 @@ method_dict = {
|
|
| 22 |
'IMGS_nerco': 'NeRCo',
|
| 23 |
'IMGS_quadprior' : 'QuadPrior',
|
| 24 |
'IMGS_LIME' : 'LIME',
|
| 25 |
-
'IMGS_pairlie': 'PairLIE'
|
|
|
|
| 26 |
|
| 27 |
}
|
| 28 |
core_file = './file_list.txt'
|
|
|
|
| 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',
|
| 15 |
+
'IMGS_ZeroDCE', 'IMGS_nerco', 'IMGS_quadprior', 'IMGS_LIME', 'IMGS_pairlie', 'IMGS_LD']
|
| 16 |
method_dict = {
|
| 17 |
'IMGS_Bread': 'Bread',
|
| 18 |
'IMGS_iat': 'IAT',
|
|
|
|
| 23 |
'IMGS_nerco': 'NeRCo',
|
| 24 |
'IMGS_quadprior' : 'QuadPrior',
|
| 25 |
'IMGS_LIME' : 'LIME',
|
| 26 |
+
'IMGS_pairlie': 'PairLIE',
|
| 27 |
+
'IMGS_LD' : 'LightenDiffusion'
|
| 28 |
|
| 29 |
}
|
| 30 |
core_file = './file_list.txt'
|