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

snapshot...

parent 94509fa9
No related branches found
No related tags found
No related merge requests found
......@@ -402,7 +402,10 @@ class SRCNN:
label = input_label
label = label.copy()
label = label[:, y_128, x_128]
label = get_label_data(label)
if NumClasses == 5:
label = get_label_data_5cat(label)
else:
label = get_label_data(label)
if label_param != 'cloud_probability':
label = normalize(label, label_param, mean_std_dct)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment