Skip to content

New yaml API for augmentation #11

@sbinnee

Description

@sbinnee

What

Defining augmentation should be done in python. Required codes can be a fairly long code block. It would be nice to define it through yaml just like Config, so that it can be saved and reused. Augmentation library is albumentations anyway, so I just can follow their API.

How

  • Read yaml
  • exec and make albumentations augmenters
  • save method

Metadata

Metadata

Assignees

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