mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-09 03:40:12 +02:00
🧹 dinglehopper: Disable metrics in JSON report, too
This commit is contained in:
parent
5303eea80c
commit
4951823a29
1 changed files with 2 additions and 0 deletions
|
@ -1,8 +1,10 @@
|
|||
{
|
||||
"gt": "{{ gt }}",
|
||||
"ocr": "{{ ocr }}",
|
||||
{% if metrics %}
|
||||
"cer": {{ cer|json_float }},
|
||||
"wer": {{ wer|json_float }},
|
||||
{% endif %}
|
||||
"n_characters": {{ n_characters }},
|
||||
"n_words": {{ n_words }}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue