Evizero / Augmentor.jl

A fast image augmentation library in Julia for machine learning.
https://evizero.github.io/Augmentor.jl/
Other
138 stars 47 forks source link

let Either also accept pipeline #63

Open johnnychen94 opened 4 years ago

johnnychen94 commented 4 years ago

The following doesn't work right now

Either(
    NoOp(),
    FlipY(),
    Rotate90() |> FlipY(),
)