🧹 dinglehopper: Disable metrics in JSON report, too
parent
5303eea80c
commit
4951823a29
@ -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…
Reference in New Issue