monniert / docExtractor

(ICFHR 2020 oral) Code for "docExtractor: An off-the-shelf historical document element extraction" paper
https://www.tmonnier.com/docExtractor
MIT License
85 stars 10 forks source link

[suggestion] save detected regions as vgg-json #5

Closed seekingdeep closed 3 years ago

seekingdeep commented 3 years ago

@monniert

A good suggestion would be to save the predicted regions as a VGG Image Anotator .json file, even if the order of the predicted regions is wrong.

--output_json ./output/detected.json --ignore_readingorder

monniert commented 3 years ago

agreed, saving the predictions as a text file with coordinates (either via_json format or simple csv) is something I will implement when I have some time