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

snapshot...

parent bd931c17
Branches
No related tags found
No related merge requests found
......@@ -1125,7 +1125,7 @@ def tile_extract(trnfile='/home/rink/tiles_l1b_train.h5', tstfile='/home/rink/ti
for ds_name in train_params:
dat = trn_data_dct[ds_name]
trn_data_dct_aug[ds_name].append(np.fliplr(dat[k,]))
trn_data_dct_aug[ds_name].append(np.flipup(dat[k,]))
trn_data_dct_aug[ds_name].append(np.flipud(dat[k,]))
trn_data_dct_aug[ds_name].append(np.rot90(dat[k,]))
trn_icing_intesity_aug.append(iceint)
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment