Solt Versions Save

Streaming over lightweight data transformations

v0.1.9

4 years ago
  • SOLT is now PyTorch Native
  • All the transform subtract the mean and std by default
  • Implemented a proper serialization and deserialization
  • Allowed to use dict instead of a data container
  • Introduced shorter transform names
  • Implemented a fair benchmark to compare with other libraries
  • Fixed a bug of JPEGCompression (@tiulpin )
  • Added IntensityRemappping transform (@soupault )

This release is not backward comparible

v0.1.8

4 years ago

A small release that includes JPEG compression augmentation and new blur type - motion blur.

v0.1.7

4 years ago

This release has some tests-related features and also adds two new transforms.

Detailed description:

  • Improved and parametrized many more testes
  • Added CutOut data augmentation
  • Added KeypointsJitter class that allows to apply random displacements to keypoints

v0.1.6

5 years ago

Matrix transformations are now cached and can be accessed after the application of the transform. New width and height are also stored.

v0.1.5

5 years ago
  • Increased the speed of brightness and contrast transforms
  • Increased the speed of random crops

v0.1.3

5 years ago

v0.1.2

5 years ago

v0.1.1

5 years ago

v0.1

5 years ago

Contrast, brightness and non-distorting rotations have been implemented. Also, one bug in perspective transform, was fixed.

v0.0.6

5 years ago

Added new examples, transforms, improved the internals by refactoring.