All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add
PermuteDims
transformation
ImageToTensor
now returns arrays inWHC
format instead ofHWC
- Added optional
clamp
flag toAdjustBrightness
andAdjustContrast
- Transfered repository to FluxML
- Bump Setfield compat
- Fix
RandomCrop
transform
- Set up Pollen.jl documentation
- Fix deprecated call to
warp
- Fix compatibility with ImageTransformations 0.9
- Replace Images.jl dependency with ImageCore.jl
- Fix crop-projective composition
CenterCrop
and co. now work properly on their own. (fixes #52)
TableRow
item- transforms for
TableRow
:FillMissing
,Categorify
andNormalizeRow
Buffered
now stores aDict
of item type -> buffer, to alleviate the need to recreate buffers if the buffered transform is applied to multiple items
BufferedThreadsafe
now properly passes through explicit random stateScaleKeepAspect
no longer sometimes produces a black border- fix
Sequence |> Sequence
now has a method ToTensor
now works on different color types and N-dimensional arraysMaskMulti
now has a constructor forIndirectArray
s
- Color augmentation transforms
- Stochastic transformation wrappers
WarpAffine
projective transformation
- Moved documentation generation to Pollen.jl