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

snapshot...

parent 4270846f
Branches
No related tags found
No related merge requests found
......@@ -260,7 +260,9 @@ class SRCNN:
tmp = tmp.copy()
tmp = np.where(np.isnan(tmp), 0, tmp)
# tmp = smooth_2d(tmp, sigma=1.0)
# Full res:
tmp = tmp[:, slc_y, slc_x]
# Half res upsampled to full res:
# tmp = tmp[:, slc_y_2, slc_x_2]
# tmp = resample_2d_linear(x_2, y_2, tmp, t, s)
# tmp = tmp[:, y_k, x_k]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment