Releases: clovaai/synthtiger
Releases · clovaai/synthtiger
1.2.1
- 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
- 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
- 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
- Update unicode utils (#27)
1.0.1
- Support python 3.10.
- Fixed typo in README.
- Wrote README more clearly.
- Updated value type in help.