Skip to content

Releases: bhky/targetran

Targetran 0.13.0

24 Jun 04:31
d8d94ae
Compare
Choose a tag to compare
  • Drop support for Python 3.8; added support for 3.11.
  • Rename seqs_to_tf_dataset to to_tf_dataset.
  • Add keras-cv into requirements.txt.
  • Add new functions to_keras_cv_dict and to_keras_cv_model_input.
  • Update docs.

Targetran 0.12.1

04 Dec 22:00
Compare
Choose a tag to compare
  • Fix logic in targetran.utils.Compose.

Targetran 0.12.0

18 Aug 01:40
Compare
Choose a tag to compare
  • Add fill_value option for assigning value to be used to fill the out-of-boundaries regions, in the past it must be 0
  • Add keep_order option in TFCombineAffine and CombineAffine for ensuring the (randomly) chosen transformation steps will be executed in the provided order
  • More interpolation options for image resizing
  • Fix transpose bug

Targetran 0.11.8

14 Aug 05:38
Compare
Choose a tag to compare
  • Fixed bug that created one-pixel shift for some transformation cases
  • Simplified logic in base affine transformation function

Targetran 0.11.7

18 Jun 06:54
Compare
Choose a tag to compare
  • Fix range check: lower limit should be inclusive, and upper limit is exclusive if its value differs from the lower one

Targetran 0.10.4

18 Jun 06:54
Compare
Choose a tag to compare
  • Python 3.7 only
  • Fix range check: lower limit should be inclusive, and upper limit is exclusive if its value differs from the lower one

Targetran 0.11.6

05 Jun 05:40
Compare
Choose a tag to compare
  • Fix type annotations

Targetran 0.10.3

05 Jun 05:39
Compare
Choose a tag to compare
  • Python 3.7 only
  • Fix type annotations

Targetran 0.10.2

28 May 14:21
Compare
Choose a tag to compare
  • Python 3.7 only
  • Fix instantiating TF random number generator: do not use from non deterministic state

Targetran 0.11.5

28 May 14:28
Compare
Choose a tag to compare

Fix instantiating TF random number generator: do not use from non deterministic state