diff --git a/modules/deeplearning/cloud_opd_srcnn.py b/modules/deeplearning/cloud_opd_srcnn.py index 9bc0c6f09f217f07ea3d085e2617944e792616ba..f541c9c4621f00b8250e0b74e73b21f32dc24eb0 100644 --- a/modules/deeplearning/cloud_opd_srcnn.py +++ b/modules/deeplearning/cloud_opd_srcnn.py @@ -71,8 +71,6 @@ N_X = N_Y = 1 if KERNEL_SIZE == 3: slc_x = slice(2, N_X*128 + 4) slc_y = slice(2, N_Y*128 + 4) - #slc_x_2 = slice(1, N_X*128 + 6, 2) - #slc_y_2 = slice(1, N_Y*128 + 6, 2) slc_x_2 = slice(1, int((N_X*128)/2) + 4) slc_y_2 = slice(1, int((N_Y*128)/2) + 4) x_2 = np.arange(int((N_X*128)/2) + 3)