kba
|
5171e09c2d
|
eynollah.py: fix kwargs to writer
|
2025-11-28 12:52:28 +01:00 |
|
kba
|
c24cf94bce
|
enforce kwargs for writer.build_...
|
2025-11-28 12:52:28 +01:00 |
|
kba
|
4aa9543a7d
|
remove more branches after textline_light default true
|
2025-11-27 11:30:00 +01:00 |
|
kba
|
177d555ded
|
factor out extract_only_images as eynollah extract-images
|
2025-11-26 21:37:00 +01:00 |
|
kba
|
83e8b289da
|
🔥 drop light_version/textline_light (now default and implied)
|
2025-11-26 20:48:22 +01:00 |
|
kba
|
ca83cf934d
|
fix imports from src/cli/cli_*/*_cli
|
2025-11-26 20:48:14 +01:00 |
|
kba
|
095b36c389
|
models: split into layout, extra and ocr
layout: Everything not OCR or extra
ocr: trocr/cnnrnn models
extra: obsolete or niche models
|
2025-11-26 19:49:59 +01:00 |
|
kba
|
000af16a47
|
🔥 remove torch pinning
|
2025-11-26 19:23:49 +01:00 |
|
kba
|
e503c1a0b7
|
drop obsolete multi-model binarization
|
2025-11-26 18:51:41 +01:00 |
|
kba
|
82266f8234
|
reorganize cli
|
2025-11-26 18:51:20 +01:00 |
|
kba
|
5a1900e664
|
🔥 remove OCR option from eynollah layout
|
2025-11-26 18:12:03 +01:00 |
|
kba
|
0f410c2e7c
|
disable tf/keras logging on first import
|
2025-11-26 16:37:54 +01:00 |
|
kba
|
9d9d32daed
|
update OCR-D bindings
|
2025-11-26 16:20:27 +01:00 |
|
vahidrezanezhad
|
ed5b5c13dd
|
Add test images; call TrOCR processor from the same directory as the TrOCR model
|
2025-11-07 12:47:21 +01:00 |
|
kba
|
f902756ce1
|
try importing torch, then shapely, then tensorflow
|
2025-11-06 13:10:35 +01:00 |
|
kba
|
d224b0f7e8
|
try with shapely.set_precision(...mode="keep_collpased")
|
2025-11-06 11:55:40 +01:00 |
|
kba
|
9ab565fa02
|
model basedir might be a symlink
|
2025-10-29 21:02:42 +01:00 |
|
kba
|
4772fd17e2
|
missed changing override mechanism in eynollah_ocr
|
2025-10-29 20:47:13 +01:00 |
|
kba
|
29c273685f
|
fix merge issues
|
2025-10-29 20:15:19 +01:00 |
|
kba
|
de76eabc1d
|
Merge branch 'cli-logging' into model-zoo
|
2025-10-29 19:41:01 +01:00 |
|
kba
|
5e22e9db64
|
model_zoo: make type str to reduce importing overhead
|
2025-10-29 19:16:35 +01:00 |
|
kba
|
a913bdf7dc
|
make --model-basedir and --model-overrides top-level CLI options
|
2025-10-29 18:48:41 +01:00 |
|
kba
|
b6f82c72b9
|
refactor cli tests
|
2025-10-29 17:23:21 +01:00 |
|
kba
|
ef999c8f0a
|
Merge branch 'model-zoo' of lx0145.sbb.spk-berlin.de:/data/eynollah into model-zoo
|
2025-10-27 11:45:20 +01:00 |
|
kba
|
294b6356d3
|
wip
|
2025-10-27 11:45:16 +01:00 |
|
kba
|
51d2680d9c
|
wip
|
2025-10-27 11:44:59 +01:00 |
|
kba
|
ec1fd93dad
|
wip
|
2025-10-23 11:58:23 +02:00 |
|
kba
|
883546a6b8
|
eynollah models package
|
2025-10-22 17:05:40 +02:00 |
|
kba
|
04bc4a63d0
|
reorganize model_zoo
|
2025-10-22 16:04:48 +02:00 |
|
kba
|
d94285b3ea
|
rewrite model spec data structure
|
2025-10-22 13:07:35 +02:00 |
|
kba
|
146658f026
|
eynollah layout: fix trocr_processor model_zoo call
|
2025-10-22 10:48:26 +02:00 |
|
kba
|
4c8abfe19c
|
eynollah_ocr: actually replace the model calls
|
2025-10-22 10:48:26 +02:00 |
|
kba
|
1337461d47
|
adopt image_enhancer to the zoo
|
2025-10-21 19:24:55 +02:00 |
|
kba
|
f0c86672f8
|
adopt mb_ro_on_layout to the zoo
|
2025-10-21 17:55:08 +02:00 |
|
kba
|
bcffa2e503
|
adopt binarizer to the zoo
|
2025-10-21 17:53:24 +02:00 |
|
kba
|
a53d5fc452
|
update docs/makefile to point to v0.6.0 models
|
2025-10-21 13:15:57 +02:00 |
|
kba
|
c6b863b13f
|
typing and asserts
|
2025-10-21 12:05:27 +02:00 |
|
kba
|
44b75eb36f
|
cli: model -> model_basedir
|
2025-10-21 11:05:12 +02:00 |
|
kba
|
062f317d2e
|
Introduce model_zoo to Eynollah_ocr
|
2025-10-20 21:14:52 +02:00 |
|
kba
|
d609a532bf
|
organize imports mostly
|
2025-10-20 19:46:07 +02:00 |
|
kba
|
48d1198d24
|
move Eynollah_ocr to separate module
|
2025-10-20 19:15:31 +02:00 |
|
kba
|
a850ef39ea
|
factor model loading in Eynollah to EynollahModelZoo
|
2025-10-20 18:34:44 +02:00 |
|
kba
|
6c89888166
|
Refactor CLI for consistent logging and late imports
|
2025-10-17 17:47:59 +02:00 |
|
kba
|
38c028c6b5
|
📦 v0.6.0
|
2025-10-17 10:36:30 +02:00 |
|
kba
|
76c13bcfd7
|
Merge branch 'integrate-training-from-sbb_pixelwise_segmentation' of https://github.com/qurator-spk/eynollah into integrate-training-from-sbb_pixelwise_segmentation
|
2025-10-16 20:50:24 +02:00 |
|
kba
|
af5abb77fd
|
Merge branch 'main' into integrate-training-from-sbb_pixelwise_segmentation
|
2025-10-16 20:50:16 +02:00 |
|
Robert Sachunsky
|
948c8c3441
|
join_polygons: try to catch rare case of MultiPolygon
|
2025-10-15 16:58:17 +02:00 |
|
kba
|
f485dd4181
|
📦 v0.6.0rc2
|
2025-10-14 16:10:50 +02:00 |
|
kba
|
7daa0a1bd5
|
Merge branch 'fix-196' into prepare-v0.6.0rc2
|
2025-10-14 14:52:36 +02:00 |
|
Robert Sachunsky
|
8299e7009a
|
setup_models: avoid unnecessarily loading region_fl
|
2025-10-14 14:27:32 +02:00 |
|