Documenting RandomTransplantation for cut and paste augmentation #2063
robmarkcole
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Cut and paste augmentation is particularly useful for ship datasets, where ships can be placed in other areas of the ocean.
This requires using
from kornia.augmentation.container import AugmentationSequential
as the torchgeo implementation adds a channel dim to the mask which is not allowed.Note
kornia.__version__ == 0.7.2
And some results - this will work well enough for open water, but can place ships in odd locations.
And to use in training:
Beta Was this translation helpful? Give feedback.
All reactions