Skip to content

Releases: clovaai/synthtiger

1.2.1

11 Nov 08:02
c00cc7b
Compare
Choose a tag to compare
  • Fix seed bug and update test code (#46)
    • Fixed a bug for seed with none value. (#45 (comment))
    • Added retry parameter in generator function to make testing easier.
    • Updated test code.

1.2.0

10 Nov 17:22
8f05903
Compare
Choose a tag to compare
  • Updated seed feature (#44)
    • Random seed is also applied to main process.
    • Added get_global_random_states, set_global_random_states, set_global_random_seed functions.

1.1.0

09 Nov 16:03
95ad39f
Compare
Choose a tag to compare
  • Added character bbox and mask outputs (#33, #39)
  • Added seed option (#42)
  • Changed multi processing structure (#42)
    • The incoming indexes are random when storing data because the task completion times are different.
  • Updated ubuntu depends (#41)
  • Updated some style and add some information in README.md (#40)

1.0.2

08 May 17:11
87f6de8
Compare
Choose a tag to compare
  • Update unicode utils (#27)

1.0.1

17 Feb 09:56
c520905
Compare
Choose a tag to compare
  • Support python 3.10.
  • Fixed typo in README.
  • Wrote README more clearly.
  • Updated value type in help.

1.0.0

15 Feb 10:02
f73206b
Compare
Choose a tag to compare
  • Initial release