mirror of
https://github.com/qurator-spk/eynollah.git
synced 2026-06-28 07:49:21 +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
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue