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

Integrate DataLoaders with `augment` #102

Open johnnychen94 opened 3 years ago

johnnychen94 commented 3 years ago

https://github.com/lorenzoh/DataLoaders.jl has a very nice implementation to support image loading/augmentation with background threads, so I think we can maybe take advantage of it, and maybe deprecate augment_batch in favor of this.

johnnychen94 commented 3 years ago

CRef: https://github.com/FluxML/Flux.jl/issues/1282