Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ sys.path.append("RefVSR")
|
|
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/
|
27 |
Ref_path_T = "test/RealMCVSR/test/LRx4/T/0000"
|
28 |
os.makedirs(LR_path)
|
29 |
os.makedirs(Ref_path)
|
|
|
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)
|