mirror of
https://github.com/qurator-spk/sbb_binarization.git
synced 2025-06-26 04:29:55 +02:00
Update README.md
This commit is contained in:
parent
32848ee222
commit
104235fef9
1 changed files with 10 additions and 13 deletions
23
README.md
23
README.md
|
@ -1,20 +1,17 @@
|
|||
# sbb_binarization
|
||||
|
||||
> Document Image Binarization using pre-trained models
|
||||
> Document Image Binarization
|
||||
|
||||
[](https://pypi.org/project/sbb-binarization/)
|
||||
[](https://circleci.com/gh/qurator-spk/sbb_binarization)
|
||||
[](https://github.com/qurator-spk/sbb_binarization/actions/workflows/test.yml)
|
||||
|
||||
## Examples
|
||||
|
||||
<img src="https://user-images.githubusercontent.com/952378/63592437-e433e400-c5b1-11e9-9c2d-889c6e93d748.jpg" width="180"><img src="https://user-images.githubusercontent.com/952378/63592435-e433e400-c5b1-11e9-88e4-3e441b61fa67.jpg" width="180"><img src="https://user-images.githubusercontent.com/952378/63592440-e4cc7a80-c5b1-11e9-8964-2cd1b22c87be.jpg" width="220"><img src="https://user-images.githubusercontent.com/952378/63592438-e4cc7a80-c5b1-11e9-86dc-a9e9f8555422.jpg" width="220">
|
||||
|
||||
## Installation
|
||||
|
||||
Python versions `3.7-3.10` are currently supported.
|
||||
Python `3.8-3.11` with Tensorflow `<=2.11.1` are currently supported. While newer versions might also work, we currently don't test this.
|
||||
|
||||
You can either install via
|
||||
You can either install from PyPI via
|
||||
|
||||
```
|
||||
pip install sbb-binarization
|
||||
|
@ -29,16 +26,16 @@ cd sbb_binarization; pip install -e .
|
|||
|
||||
### Models
|
||||
|
||||
Pre-trained models can be downloaded from the locations below. We also provide the models and [model card](https://huggingface.co/SBB/sbb_binarization) on 🤗
|
||||
Pre-trained models can be downloaded from the locations below. We also provide models and [model cards](https://huggingface.co/SBB/sbb_binarization) on 🤗
|
||||
|
||||
| Version | Format | Download |
|
||||
|----------|:-------------:|-------|
|
||||
| Version | Format | Download |
|
||||
|------------|:-------------:|------------------------------------------------------------------------------------------------------|
|
||||
| 2021-03-09 | `SavedModel` | https://github.com/qurator-spk/sbb_binarization/releases/download/v0.0.11/saved_model_2021_03_09.zip |
|
||||
| 2021-03-09 | `HDF5` | https://qurator-data.de/sbb_binarization/2021-03-09/models.tar.gz |
|
||||
| 2020-01-16 | `SavedModel` | https://github.com/qurator-spk/sbb_binarization/releases/download/v0.0.11/saved_model_2020_01_16.zip |
|
||||
| 2020-01-16 | `HDF5` | https://qurator-data.de/sbb_binarization/2020-01-16/models.tar.gz |
|
||||
| 2021-03-09 | `HDF5` | https://qurator-data.de/sbb_binarization/2021-03-09/models.tar.gz |
|
||||
| 2020-01-16 | `SavedModel` | https://github.com/qurator-spk/sbb_binarization/releases/download/v0.0.11/saved_model_2020_01_16.zip |
|
||||
| 2020-01-16 | `HDF5` | https://qurator-data.de/sbb_binarization/2020-01-16/models.tar.gz |
|
||||
|
||||
With [OCR-D](https://ocr-d.de/), you can use the [Resource Manager](https://ocr-d.de/en/models) to deploy models, e.g.
|
||||
With [OCR-D](https://ocr-d.de/), you can also use the [Resource Manager](https://ocr-d.de/en/models), e.g.
|
||||
|
||||
ocrd resmgr download ocrd-sbb-binarize "*"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue