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

snapshot...

parent 7923d289
Branches
No related tags found
No related merge requests found
...@@ -315,6 +315,7 @@ class SRCNN: ...@@ -315,6 +315,7 @@ class SRCNN:
# ----------------------------------------------------- # -----------------------------------------------------
label = input_data[:, label_idx, :, :] label = input_data[:, label_idx, :, :]
label = label.copy() label = label.copy()
# label = np.where(np.isnan(label), 0, label)
# label = smooth_2d(label, sigma=1.0) # label = smooth_2d(label, sigma=1.0)
label = label[:, y_128, x_128] label = label[:, y_128, x_128]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment