In this module are implemented some generic `DataBox`..
Parameters
----------
size: int, default=224
determine to which size images should be resized.
folder: path-like, optional
select only images from `folder` path.
aug_kwargs: dict, default={}
add basic data augmentation to the training loop with the
albumentation library ; for more information look at
aug_transforms function documentation in fastai.
kwargs
additionnal keyword arguments for DataBlok interface.