Update app.py
Browse files
app.py
CHANGED
@@ -22,9 +22,9 @@ sys.path.append("RefVSR")
|
|
22 |
#LR_path = "test/RealMCVSR/test/HR/UW/0000"
|
23 |
#Ref_path = "test/RealMCVSR/test/HR/W/0000"
|
24 |
#Ref_path_T = "test/RealMCVSR/test/HR/T/0000"
|
25 |
-
LR_path = "test/RealMCVSR/test/
|
26 |
-
Ref_path = "test/RealMCVSR/test/
|
27 |
-
Ref_path_T = "test/RealMCVSR/test/
|
28 |
os.makedirs(LR_path)
|
29 |
os.makedirs(Ref_path)
|
30 |
os.makedirs(Ref_path_T)
|
|
|
22 |
#LR_path = "test/RealMCVSR/test/HR/UW/0000"
|
23 |
#Ref_path = "test/RealMCVSR/test/HR/W/0000"
|
24 |
#Ref_path_T = "test/RealMCVSR/test/HR/T/0000"
|
25 |
+
LR_path = "test/RealMCVSR/test/LRx4/UW/0000"
|
26 |
+
Ref_path = "test/RealMCVSR/test/LRx4/W/0000"
|
27 |
+
Ref_path_T = "test/RealMCVSR/test/LRx4/T/0000"
|
28 |
os.makedirs(LR_path)
|
29 |
os.makedirs(Ref_path)
|
30 |
os.makedirs(Ref_path_T)
|