Skip to content
Snippets Groups Projects
Commit b8341337 authored by Tamino Huxohl's avatar Tamino Huxohl
Browse files

patch dataset now correctly uses augemntation transforms

parent 455bed65
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,8 @@ class MuMapPatchDataset(MuMapDataset):
recon = recon[:, z : z + s, y : y + s, x : x + s]
mu_map = mu_map[:, z : z + s, y : y + s, x : x + s]
recon, mu_map = self.transform_augmentation(recon, mu_map)
return recon, mu_map
def __len__(self):
......
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