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

snapshot...

parent cecd891f
Branches
No related tags found
No related merge requests found
......@@ -199,8 +199,8 @@ class UNET:
data = data.astype(np.float32)
label = label.astype(np.float32)
data = scale(data, param, None)
label = scale(label, param, None)
data = normalize(data, param, mean_std_dct)
label = normalize(label, param, mean_std_dct)
if is_training and DO_AUGMENT:
data_ud = np.flip(data, axis=1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment