FluxML / DataAugmentation.jl

Flexible data augmentation library for machine and deep learning
https://fluxml.ai/DataAugmentation.jl/dev/
MIT License
41 stars 17 forks source link

Feature: allow for padding with `Crop` with `FromRandom()` #66

Open theabhirath opened 2 years ago

theabhirath commented 2 years ago

Similar to the torchvision operator, it would be great if DataAugmentation.jl could support padding images and then cropping from them randomly.