1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-09 03:39:55 +02:00

📝 Document TODOs

This commit is contained in:
Gerber, Mike 2019-08-08 17:27:15 +02:00
parent ebf0d53640
commit 32469108c5

View file

@ -23,3 +23,10 @@ With `test-parameters.json`:
"checkpoint": "/path/to/some/trained/models/*.ckpt.json"
}
~~~
TODO
----
* Support Calamari's "extended prediction data" output
* Currently, the processor only supports a prediction using confidence voting of multiple models. While this is
superior, it makes sense to support single model prediction, too.