Skip to content

Releases: gregunz/invertransforms

v0.2.1

15 Oct 01:29
Compare
Choose a tag to compare

FIX:

  • Rotation angles were inversed

v0.2.0

14 Oct 18:47
Compare
Choose a tag to compare

New Feature:

  • Automatic tracking of transformations

More detailed documentations

v0.1.2

14 Oct 08:31
Compare
Choose a tag to compare
DOCS markdown updated

v0.1.1

13 Oct 17:36
Compare
Choose a tag to compare

Bug fix:

  • PyPi description is now automatically the README.md

Initial Release

13 Oct 17:16
Compare
Choose a tag to compare

Initial release of the library, it includes the following transformations:

  • Affine
  • CenterCrop
  • ColorJitter
  • Compose
  • Crop
  • FiveCrop
  • Grayscale
  • Identity
  • Lambda
  • LinearTransformation
  • Normalize
  • Pad
  • Perspective
  • RandomAffine
  • RandomApply
  • RandomChoice
  • RandomCrop
  • RandomErasing
  • RandomGrayscale
  • RandomHorizontalFlip
  • RandomOrder
  • RandomPerspective
  • RandomResizedCrop
  • RandomRotation
  • RandomSizedCrop
  • RandomVerticalFlip
  • Resize
  • Rotation
  • Scale
  • TenCrop
  • ToPILImage
  • ToTensor
  • TransformIf