codeslake commited on
Commit
9974be3
·
1 Parent(s): 8aa2992

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -28,6 +28,9 @@ 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)
 
 
 
31
  os.makedirs('result')
32
 
33
  #os.system("wget https://www.dropbox.com/s/xv6inxwy0so4ni0/LR.png -O LR.png")
 
28
  os.makedirs(LR_path)
29
  os.makedirs(Ref_path)
30
  os.makedirs(Ref_path_T)
31
+ os.makedirs(HR_LR_path)
32
+ os.makedirs(HR_Ref_path)
33
+ os.makedirs(HR_Ref_path_T)
34
  os.makedirs('result')
35
 
36
  #os.system("wget https://www.dropbox.com/s/xv6inxwy0so4ni0/LR.png -O LR.png")