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

snapshot..

parent 236521c5
Branches
No related tags found
No related merge requests found
......@@ -317,11 +317,11 @@ class IcingIntensityFCN:
data_alt_lr = np.copy(data_alt)
label_lr = np.copy(label)
data_r1 = np.rot90(data, k=1)
data_r1 = np.rot90(data, k=1, axes=(1, 2))
data_alt_r1 = np.copy(data_alt)
label_r1 = np.copy(label)
data_r2 = np.rot90(data, k=1)
data_r2 = np.rot90(data, k=1, axes=(1, 2))
data_alt_r2 = np.copy(data_alt)
label_r2 = np.copy(label)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment