Closed mweidling closed 1 year ago
@paulpestov For you mostly this document is interesting: https://github.com/OCR-D/quiver-back-end/blob/91d25f7a4b169960e35ef805198b1eee9476719d/data/workflows.json
is it possible to also update the metrics-definitions.json?
is it possible to also update the metrics-definitions.json?
I think this information should actually be retrieved from the JSON Schema. I added it here for the time being as long as the schema isn't merged.
is it possible to also update the metrics-definitions.json?
I think this information should actually be retrieved from the JSON Schema. I added it here for the time being as long as the schema isn't merged.
The front-end relies on that data in order to display the namings correctly. So for me if would be sufficient to add placeholder strings for now.
is it possible to also update the metrics-definitions.json?
I think this information should actually be retrieved from the JSON Schema. I added it here for the time being as long as the schema isn't merged.
The front-end relies on that data in order to display the namings correctly. So for me if would be sufficient to add placeholder strings for now.
Done in 7265707.
This PR adds most of the missing metrics that have been defined in the schema to
workflows.json
.These include:
eval_tool (a string for UI)
cpu_time
cer_mean
cer_median
cer_range
(instead ofcer_min_max
)cer_standard_deviation
wer
pages_per_minute
on document level and
wer
on page level.