Robert Sachunsky
Robert Sachunsky
@Jim-Salmons, my pleasure! Regarding communication channels, Twitter's not my cup of tea TBH, but you can reach me under the same nick at gitter.im. Probably not a replacement for public...
@lolipopshock > And the document is significantly different from the training datasets, so it's expected to generate the non-sense outputs. I see. I had my hopes up a little for...
I noticed that I fed images in BGR instead of RGB (the `cv2.imread` example in the README does not explain this, should have read the other documentation first). But it...
(In fairness, I _do_ get good looking results on PubLayNet itself. Here are 3 images from the validation subset: | *original image* | *on `publaynet` (large) model* | | ---...
Did nobody notice this? Should I make a PR for it?
Another use case is string deserialisation from hfst itself (i.e. from `HfstTransducer.write` serialisation). This is important for pickling, which is BTW also a requirement for `multiprocessing.Pool`. (The only alternative I...
> Is this extension of the PAGE format still relevant? I see that the latest changes in this [repo](https://github.com/Transkribus/TranskribusPageformat) are from March 2017. It is, but IIUC the schema has...
It's 2022 and we are not short of bytes any longer: I recommend against such abbreviations. Also: `page2013transkribus`
I can confirm this is needed for compilation under Linux (gcc 9.3.0, cmake 3.16.3).
(#57 is _not_ the problem here, the `version.h` macros look just fine to setup.py)