Skip to content

Commit 3f165bf

Browse files
committed
Update
1 parent e10f601 commit 3f165bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SR_algorithms.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@
907907

908908
epochs_path = f'./trained_models/S5Net/GSR-S5Net-st/{im_tag}/'
909909

910-
img_SR_S5Net = np.zeros([img_GT.shape[0],img_GT.shape[1],img_GT.shape[2]])
910+
img_SR_GSR_S5Net_st = np.zeros([img_GT.shape[0],img_GT.shape[1],img_GT.shape[2]])
911911

912912
tc = 1
913913
ker = kernel(tc,ratio,'cubic')
@@ -1016,7 +1016,7 @@
10161016

10171017
epochs_path = f'./trained_models/S5Net/GSR-S5Net-dyn/{im_tag}/'
10181018

1019-
img_SR_S5Net = np.zeros([img_GT.shape[0],img_GT.shape[1],img_GT.shape[2]])
1019+
img_SR_GSR_S5Net_dyn = np.zeros([img_GT.shape[0],img_GT.shape[1],img_GT.shape[2]])
10201020

10211021
tc = 1
10221022
ker = kernel(tc,ratio,'cubic')
@@ -1125,7 +1125,7 @@
11251125

11261126
epochs_path = f'./trained_models/S5Net/DSR-S5Net-st/{im_tag}/'
11271127

1128-
img_SR_S5Net = np.zeros([img_GT.shape[0],img_GT.shape[1],img_GT.shape[2]])
1128+
img_SR_DSR_S5Net_st = np.zeros([img_GT.shape[0],img_GT.shape[1],img_GT.shape[2]])
11291129

11301130
tc = 1
11311131
ker = kernel(tc,ratio,'cubic')
@@ -1234,7 +1234,7 @@
12341234

12351235
epochs_path = f'./trained_models/S5Net/DSR-S5Net-dyn/{im_tag}/'
12361236

1237-
img_SR_S5Net = np.zeros([img_GT.shape[0],img_GT.shape[1],img_GT.shape[2]])
1237+
img_SR_DSR_S5Net_dyn = np.zeros([img_GT.shape[0],img_GT.shape[1],img_GT.shape[2]])
12381238

12391239
tc = 1
12401240
ker = kernel(tc,ratio,'cubic')

0 commit comments

Comments
 (0)