Skip to content

Patch based augmentations/transformations #954

@Paddy-Xu

Description

@Paddy-Xu

🚀 Feature
patch based augmentations

Motivation

I think those augmentations are very useful, but as far as I understand, those are based on the whole image.
Is it possible to do patch based augmentations?

In theory it is equivalent as whether to do transformation or to extract patch first. However, I just noticed that image-wise transforms like elastic deformation and rotation is extremely memory consuming, so it makes more sense to first extract patch and then do the transformation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions