mirror of
https://github.com/qurator-spk/sbb_binarization.git
synced 2025-06-08 11:50:03 +02:00
Documenting tested Python and library versions.
This commit is contained in:
parent
4ce0e47529
commit
8b6b749ad4
2 changed files with 7 additions and 3 deletions
|
@ -16,6 +16,10 @@ Clone the repository, enter it and run
|
||||||
|
|
||||||
`pip install .`
|
`pip install .`
|
||||||
|
|
||||||
|
### Requirements
|
||||||
|
|
||||||
|
This project has been tested with Python 3.6 and the library versions specified in the requirements.txt, but might also work with later versions of Tensorflow.
|
||||||
|
|
||||||
### Models
|
### Models
|
||||||
|
|
||||||
Pre-trained models in `HDF5` format can be downloaded from here:
|
Pre-trained models in `HDF5` format can be downloaded from here:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
numpy
|
numpy
|
||||||
setuptools >= 41
|
setuptools>=41
|
||||||
opencv-python-headless
|
ocrd==2.38.0
|
||||||
ocrd >= 2.38.0
|
opencv-python-headless==4.6.0.66
|
||||||
tensorflow >= 2.4.0
|
tensorflow >= 2.4.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue