You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.4 KiB
1.4 KiB
Change Log
Versioned according to Semantic Versioning.
Unreleased
Fixed:
- Use correct import,
s/click/types
, # 40
0.0.9 - 2022-04-26
Changed:
0.0.8 - 2021-02-02
Fixed:
- handle image smaller than patch size
- fix unbound variable error, #27
0.0.7 - 2021-02-02
Changed:
- Use OCR-D/core resource resolving, #25
0.0.6 - 2020-11-23
Fixed:
- Require h5py < 3, qurator-spk/sbb_textline_detection#50, #18
- Require
tensorflow-gpu
(CPU+GPU), nottensorflow
(CPU only), #20
0.0.5 - 2020-11-02
Fixed:
- Memory leak, start tf session only once, #17 ht @sulzbals
0.0.4 - 2020-10-27
Changed:
- Env var
SBB_BINARIZE_DATA
is combined withmodel
param now, #9
0.0.3
Fixed:
- typo broke
sbb_binarize
CLI, #13
0.0.2
Changed:
SBB_BINARIZE_DATA
can replacemodel
parameter, #6
Fixed:
[0.0.1]
Initial release