Created
August 25, 2019 13:16
-
-
Save Diyago/2804dc7bb77556b8240f2e8406fd9a95 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
augmented = aug_with_crop(image_size = 1024)(image=img, mask=mask) | |
image_aug = augmented['image'] | |
mask_aug = augmented['mask'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment