mirror of
https://github.com/qurator-spk/eynollah.git
synced 2026-05-13 01:13:54 +02:00
update model zoo and docs to link to v0_8_0 model release on zenodo
This commit is contained in:
parent
a61fb09ec5
commit
03f3f9af17
3 changed files with 19 additions and 3 deletions
|
|
@ -64,7 +64,7 @@ When using Eynollah with Docker, see [`docker.md`](https://github.com/qurator-sp
|
||||||
|
|
||||||
## Models
|
## 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).
|
For model documentation and model cards, see [`models.md`](https://github.com/qurator-spk/eynollah/tree/main/docs/models.md).
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
from .specs import EynollahModelSpec, EynollahModelSpecSet
|
from .specs import EynollahModelSpec, EynollahModelSpecSet
|
||||||
|
|
||||||
# NOTE: This needs to change whenever models/versions change
|
# NOTE: This needs to change whenever models/versions change
|
||||||
ZENODO = "https://zenodo.org/records/17295988/files"
|
ZENODO = "https://zenodo.org/records/17727267"
|
||||||
MODELS_VERSION = "v0_7_0"
|
MODELS_VERSION = "v0_8_0"
|
||||||
|
|
||||||
def dist_url(dist_name: str="layout") -> str:
|
def dist_url(dist_name: str="layout") -> str:
|
||||||
return f'{ZENODO}/models_{dist_name}_{MODELS_VERSION}.zip'
|
return f'{ZENODO}/models_{dist_name}_{MODELS_VERSION}.zip'
|
||||||
|
|
|
||||||
|
|
@ -84,6 +84,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resources": [
|
"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",
|
"url": "https://zenodo.org/records/17580627/files/models_all_v0_7_0.zip?download=1",
|
||||||
"name": "models_layout_v0_7_0",
|
"name": "models_layout_v0_7_0",
|
||||||
|
|
@ -135,6 +143,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resources": [
|
"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",
|
"url": "https://zenodo.org/records/17580627/files/models_all_v0_7_0.zip?download=1",
|
||||||
"name": "models_layout_v0_7_0",
|
"name": "models_layout_v0_7_0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue