1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-07-09 18:29:51 +02:00

🚧 Use voter from JSON config

This commit is contained in:
Gerber, Mike 2019-08-08 13:38:35 +02:00
parent 67aa3db357
commit 64794363d8
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
"XXX checkpoint": {"type": "string", "format": "file", "cacheable": true},
"processes": {"type": "number", "default": 1},
"batch_size": {"type": "number", "default": 1},
"XXX voter": {"type": "string", "default": "confidence_voter_default_ctc"},
"voter": {"type": "string", "default": "confidence_voter_default_ctc"},
"XXXX extended_prediction_data_format": {"type": "string", "default": "json"},
"XXX output_dir": "TODO",
"XXX extended_prediction_data": "TODO"