Skip to content

Releases: imedslab/solt

Release 0.2.1

01 Jun 06:58
6b4da78

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.9...v0.2.1

Improved API, Speed, bugfix a big release

10 Mar 14:07
20010b9

Choose a tag to compare

  • 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

JPEG transform and motion blur

26 Jul 08:18

Choose a tag to compare

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

CutOut, KeypointsJitter and tests

06 Jul 20:28

Choose a tag to compare

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

Matrix transformations caching

25 May 11:43

Choose a tag to compare

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

Solely performance improvement release

15 Feb 19:26

Choose a tag to compare

  • Increased the speed of brightness and contrast transforms
  • Increased the speed of random crops

Documentation improvements, flip transform extension

21 Nov 19:29

Choose a tag to compare

v0.1.3

Flip transform fixed and extended. Now allows to perform two-axes fli…

minor bugfixes, CI changes

17 Nov 21:15

Choose a tag to compare

v0.1.2

pytest version specified

Bugfixes, documentations, CI improvements, docs

13 Nov 14:41

Choose a tag to compare

Release v0.1: Contrast, Brightness, non-distorting rotations

13 Nov 13:41

Choose a tag to compare

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