mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-10-06 14:39:55 +02:00
image_enhancer: use latest page extraction model
This commit is contained in:
parent
c8ebe84697
commit
8b30bdbae2
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class Enhancer:
|
||||||
self.model_dir_of_binarization = dir_models + "/eynollah-binarization_20210425"
|
self.model_dir_of_binarization = dir_models + "/eynollah-binarization_20210425"
|
||||||
self.model_dir_of_enhancement = dir_models + "/eynollah-enhancement_20210425"
|
self.model_dir_of_enhancement = dir_models + "/eynollah-enhancement_20210425"
|
||||||
self.model_dir_of_col_classifier = dir_models + "/eynollah-column-classifier_20210425"
|
self.model_dir_of_col_classifier = dir_models + "/eynollah-column-classifier_20210425"
|
||||||
self.model_page_dir = dir_models + "/eynollah-page-extraction_20210425"
|
self.model_page_dir = dir_models + "/model_eynollah_page_extraction_20250915"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
for device in tf.config.list_physical_devices('GPU'):
|
for device in tf.config.list_physical_devices('GPU'):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue