codeslake commited on
Commit
aca3a01
1 Parent(s): f8ae6ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/LRx2/W/0000"
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)