Skip to content

Instantly share code, notes, and snippets.

@Diyago
Created August 25, 2019 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Diyago/2804dc7bb77556b8240f2e8406fd9a95 to your computer and use it in GitHub Desktop.
Save Diyago/2804dc7bb77556b8240f2e8406fd9a95 to your computer and use it in GitHub Desktop.
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