Releases: FluxML/DataAugmentation.jl
Releases · FluxML/DataAugmentation.jl
v0.3.2
DataAugmentation v0.3.2
Merged pull requests:
- Make Flips ND compatible and fix ND ScaleKeepAspect, ScaleFixed and PinOrigin (#75) (@itan1)
- Fix missing Interpolations dependency for docs (#98) (@paulnovo)
- Optimize multiple crops (#99) (@paulnovo)
- Fix ScaleKeepAspect scaling to wrong size (#100) (@paulnovo)
Closed issues:
- FlipX, FlipY and ScaleFixed are not ND compatible (#74)
v0.3.1
v0.3.0
DataAugmentation v0.3.0
Merged pull requests:
- Migrate to documenter jl, + doc upgrades (#88) (@isentropic)
- Add
PermuteDims
transformation (#89) (@adrhill) - Make
ImageToTensor
compatible with Flux'sWHC
format (#90) (@adrhill) - Update README.md (#92) (@isentropic)
- Add 3d rotations (#93) (@paulnovo)
- Fix BoundingBox rotations (#95) (@paulnovo)
Closed issues:
- Bounding Box not rotated properly (#94)
v0.2.12
DataAugmentation v0.2.12
Merged pull requests:
- Make clamp01 optional in AdjustBrightness and AdjustContrast (#77) (@itan1)
- fix documentation link: repository moved to FluxML (#81) (@itan1)
- Actions node 12 => node 16 (#82) (@vnegi10)
- Bump compat entries (#84) (@adrhill)
- Remove unused type variable (#85) (@adrhill)
- test on latest julia version (#86) (@CarloLucibello)
Closed issues:
v0.2.11
v0.2.10
DataAugmentation v0.2.10
Merged pull requests:
v0.2.9
v0.2.8
DataAugmentation v0.2.8
Merged pull requests:
v0.2.7
DataAugmentation v0.2.7
Closed issues:
- missing documentation badge in the README (#55)
- Cropping can only be performed at the end of a pipeline (#62)
Merged pull requests:
- CompatHelper: bump compat for ImageTransformations to 0.9, (keep existing compat) (#49) (@github-actions[bot])
- CompatHelper: bump compat for Images to 0.25, (keep existing compat) (#57) (@github-actions[bot])
- Update dependencies, replace Images with ImageCore (#58) (@adrhill)
- Fix crop-projective composition (#63) (@lorenzoh)
v0.2.6
DataAugmentation v0.2.6
Closed issues:
tfm = CenterCrop
,tfm = RandomCrop
does not work as we expected (#52)
Merged pull requests: