Clemens Neudecker
|
eff7a47852
|
Merge pull request #52 from bertsky/img-allow-alpha
allow alpha channels
|
2 years ago |
Clemens Neudecker
|
56ccb39539
|
Update README
* recommend cropping (fix #49)
* document huggingface saved_model
|
2 years ago |
Robert Sachunsky
|
a69470135a
|
load_model: also allow SavedModel directories
|
2 years ago |
Robert Sachunsky
|
88d64de67b
|
pil2cv: reduce transparency to white
|
2 years ago |
vahid
|
f11d0b0bf7
|
#42 is resolved
|
2 years ago |
vahidrezanezhad
|
2355d0ec8f
|
Merge pull request #43 from apacha/fix_no_models_available
Raise error when no models were loaded
|
2 years ago |
Alexander Pacha
|
55a9fba677
|
Small fix to raise an exception when no model was found instead of failing later with TypeError: 'int' object is not subscriptable.
|
2 years ago |
Konstantin Baierer
|
c99be55af2
|
📦 v0.0.10
|
2 years ago |
Konstantin Baierer
|
2abd8ae848
|
📝 changelog
|
2 years ago |
Konstantin Baierer
|
d1e9389b54
|
Merge pull request #40 from maxnth/fix/cli
use types.Path instead of click.Path to avoid NameError
|
2 years ago |
maxnth
|
dc5a5c791a
|
use types.Path instead of click.Path to avoid NameError
|
2 years ago |
Clemens Neudecker
|
e4c1eb2913
|
Merge pull request #37 from bertsky/patch-2
depend on tensorflow not tensorflow-gpu, drop holding h5py
|
3 years ago |
Robert Sachunsky
|
fd93a45505
|
depend on tensorflow not tensorflow-gpu, drop holding h5py
|
3 years ago |
Clemens Neudecker
|
0877199c68
|
importing types from click is enough
|
3 years ago |
vahidrezanezhad
|
792619e830
|
Update cli.py
|
3 years ago |
vahidrezanezhad
|
82e0783e01
|
fixing #30. Directory of model(s) is needed not model file name.
|
3 years ago |
Clemens Neudecker
|
2119c907c4
|
Merge pull request #36 from qurator-spk/0.0.9
v0.0.9
|
3 years ago |
Clemens Neudecker
|
aab51dbe82
|
Update ocrd-tool.json
|
3 years ago |
Clemens Neudecker
|
b9bbbe9004
|
Update CHANGELOG.md
|
3 years ago |
Clemens Neudecker
|
ff78d4e85c
|
improve usage instructions
|
3 years ago |
vahidrezanezhad
|
0fe5232488
|
Merge pull request #35 from cneud/upgrade_to_tf2_with_tf1.compat_session
fix tf2 with tf1.compat session
|
3 years ago |
Clemens Neudecker
|
2d4ce8f706
|
don't require Keras explicitely
|
3 years ago |
Clemens Neudecker
|
83c60d7b26
|
cleanup
|
3 years ago |
cneud
|
b7aeb1ae8b
|
use tensorflow Keras backend
|
3 years ago |
Clemens Neudecker
|
1a4207c614
|
relax numpy version requirement
|
3 years ago |
Clemens Neudecker
|
df8e7bfb33
|
Update requirements.txt
|
3 years ago |
vahid
|
6296c6a82c
|
Revert "Merge pull request #34 from qurator-spk/upgrade_to_tf2_with_compat_mode"
This reverts commit 593458d321 , reversing
changes made to e1575268d7 .
|
3 years ago |
vahidrezanezhad
|
593458d321
|
Merge pull request #34 from qurator-spk/upgrade_to_tf2_with_compat_mode
actually use TF2 (with TF1.compat mode)
|
3 years ago |
Clemens Neudecker
|
33deaaa90d
|
actually use TF2 (with TF1.compat mode)
|
3 years ago |
vahidrezanezhad
|
e1575268d7
|
Merge pull request #31 from bertsky/factor-setup
Factor setup
|
3 years ago |
Robert Sachunsky
|
73b7b48dfb
|
ocrd-tool.json: add directory content-type for model
|
3 years ago |
Robert Sachunsky
|
416b5dd7e2
|
adapt to TF1 deprecation
|
3 years ago |
Robert Sachunsky
|
ad50ed287d
|
binarizer: reset TF session prior to predict()
|
3 years ago |
Robert Sachunsky
|
02423648ec
|
OCR-D CLI: encapsulate model loading into setup(), triggered by init
|
3 years ago |
Konstantin Baierer
|
8dd05064b2
|
📦 v0.0.8
|
4 years ago |
vahid
|
2c7cd84649
|
resolving error for inputs whcih have smaller scale than model patch
|
4 years ago |
vahidrezanezhad
|
3518618a01
|
Merge pull request #28 from qurator-spk/fix-unbound-var
extract page_image also for operation_level region
|
4 years ago |
Konstantin Baierer
|
f41cd58550
|
extract page_image also for operation_level region
|
4 years ago |
Konstantin Baierer
|
4a5544d985
|
📦 v0.0.7
|
4 years ago |
vahidrezanezhad
|
fdd5587247
|
Merge pull request #25 from OCR-D/resolve-resources
processor: self.resolve_resource model in addition to SBB_BINARIZE_DATA
|
4 years ago |
Konstantin Baierer
|
9636ba24c8
|
fix test
|
4 years ago |
Konstantin Baierer
|
a3b1e721b2
|
ocrd-cli: fix indentation
|
4 years ago |
Konstantin Baierer
|
fc6baf5897
|
use resmgr for model download
|
4 years ago |
Konstantin Baierer
|
c46d5d8b9c
|
fix test {level-of-operation,operation_level}
|
4 years ago |
Konstantin Baierer
|
4ceed759ad
|
processor: self.resolve_resource model in addition to SBB_BINARIZE_DATA
|
4 years ago |
Clemens Neudecker
|
26fc2c76ed
|
Merge pull request #23 from mikegerber/fix/readme-ocrd
Mention OCR-D interface in the README, fixes #22
|
4 years ago |
Gerber, Mike
|
8d4b54f303
|
Mention OCR-D interface in the README, fixes GH-22
|
4 years ago |
Konstantin Baierer
|
ea69494d2a
|
📦 v0.0.6
|
4 years ago |
Konstantin Baierer
|
5ef0ee81c8
|
Merge pull request #20 from bertsky/patch-1
require tensorflow-gpu instead of tensorflow
|
4 years ago |
Robert Sachunsky
|
a046699b0b
|
require tensorflow-gpu instead of tensorflow
|
4 years ago |