Skip to content
Snippets Groups Projects
Commit a1b7545c authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 1544cfe1
Branches
No related tags found
No related merge requests found
...@@ -687,7 +687,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir): ...@@ -687,7 +687,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
refl = normalize(refl, 'refl_0_65um_nom', mean_std_dct) refl = normalize(refl, 'refl_0_65um_nom', mean_std_dct)
LEN_Y, LEN_X = refl.shape LEN_Y, LEN_X = refl.shape
nn = SRCNN(LEN_Y=LEN_Y, LEN_X=LEN_X) nn = SRCNN(LEN_Y=LEN_Y-16, LEN_X=LEN_X-16)
refl = refl[nn.slc_y, nn.slc_x] refl = refl[nn.slc_y, nn.slc_x]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment