update model zoo and docs to link to v0_8_0 model release on zenodo

This commit is contained in:
kba 2026-05-09 17:58:59 +02:00
parent a61fb09ec5
commit 03f3f9af17
3 changed files with 19 additions and 3 deletions

View file

@ -64,7 +64,7 @@ When using Eynollah with Docker, see [`docker.md`](https://github.com/qurator-sp
## Models
Pretrained models can be downloaded from [Zenodo](https://zenodo.org/records/17194824) or [Hugging Face](https://huggingface.co/SBB?search_models=eynollah).
Pretrained models can be downloaded from [Zenodo](https://zenodo.org/records/17727267) or [Hugging Face](https://huggingface.co/SBB?search_models=eynollah).
For model documentation and model cards, see [`models.md`](https://github.com/qurator-spk/eynollah/tree/main/docs/models.md).

View file

@ -1,8 +1,8 @@
from .specs import EynollahModelSpec, EynollahModelSpecSet
# NOTE: This needs to change whenever models/versions change
ZENODO = "https://zenodo.org/records/17295988/files"
MODELS_VERSION = "v0_7_0"
ZENODO = "https://zenodo.org/records/17727267"
MODELS_VERSION = "v0_8_0"
def dist_url(dist_name: str="layout") -> str:
return f'{ZENODO}/models_{dist_name}_{MODELS_VERSION}.zip'

View file

@ -84,6 +84,14 @@
}
},
"resources": [
{
"url": "https://zenodo.org/records/17727267/files/models_all_v0_8_0.zip",
"name": "models_all_v0_8_0",
"type": "archive",
"size": 5636009377,
"description": "Models for layout detection, reading order detection, textline detection, page extraction, column classification, table detection, binarization and image enhancement",
"version_range": ">= v0.8.0"
},
{
"url": "https://zenodo.org/records/17580627/files/models_all_v0_7_0.zip?download=1",
"name": "models_layout_v0_7_0",
@ -135,6 +143,14 @@
}
},
"resources": [
{
"url": "https://zenodo.org/records/17727267/files/models_all_v0_8_0.zip",
"name": "models_all_v0_8_0",
"type": "archive",
"size": 5636009377,
"description": "Models for layout detection, reading order detection, textline detection, page extraction, column classification, table detection, binarization and image enhancement",
"version_range": ">= v0.8.0"
},
{
"url": "https://zenodo.org/records/17580627/files/models_all_v0_7_0.zip?download=1",
"name": "models_layout_v0_7_0",