DBusAI / Explanator

Find optimal augmentations with help of albumentations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explanator

Find optimal augmentations with help of albumentations

Two simple rows:

from explanator import Explanator
Explanator(transforms=[])

and all current transformations in albumentations with params will be printed:

Blur {'blur_limit': 7, 'always_apply': False, 'p': 0.5}

VerticalFlip {'always_apply': False, 'p': 0.5}

.....

from explanator import AlbuWidget
AlbuWidget(<any albumentation transform>)

:TODO - add multiple params, right now only single (type float and int) Example

About

Find optimal augmentations with help of albumentations


Languages

Language:Jupyter Notebook 99.7%Language:Python 0.3%