mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-09 20:00:01 +02:00
🚧 dinglehopper: Compare line text directories (WIP)
This commit is contained in:
parent
36b36f6986
commit
a018006f98
1 changed files with 2 additions and 2 deletions
|
@ -103,8 +103,8 @@ def process(gt_dir, ocr_dir, report_prefix, *, metrics=True):
|
||||||
|
|
||||||
template = env.get_template(template_fn)
|
template = env.get_template(template_fn)
|
||||||
template.stream(
|
template.stream(
|
||||||
gt=gt,
|
gt=gt_dir, # Note: directory
|
||||||
ocr=ocr,
|
ocr=ocr_dir, # Note: directory
|
||||||
cer=cer,
|
cer=cer,
|
||||||
n_characters=n_characters,
|
n_characters=n_characters,
|
||||||
wer=wer,
|
wer=wer,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue