Robert Sachunsky

Results 944 comments of Robert Sachunsky

> Well, if I have an image, which has a height of 1000, it has the pixel numbers from y=0 to y=999 (or y=1 to y=1000, depending on library used)....

Yes, that paper lent the idea for the `oversegmentation` and `undersegmentation` measures – but only these two (not the others), and I took the liberty to deviate from the exact...

> * When should such a CI test be triggered? Only for releases? As outlined above: for every new commit on a PR branch (via CircleCI rule `build`). > *...

@hnesk thanks for your thorough explanation! > * I was wondering if it is a good idea to include browse-ocrd in ocrd_all, because it will drag in a lot of...

Yes, I wonder what Tesseract is thinking when it does this. Such bad manners!

Technically, what exactly would you propose to do? Calculate the point-set difference of the polygons, and then look at the resulting ~~`interior` sets~~ multipolygon as a sequence?

Do you have an example where clipping is not enough to handle this?

> I thought about using https://shapely.readthedocs.io/en/stable/manual.html#splitting Yes, that would work. But there are other issues besides coordinates: - new IDs (append suffix to both, or just one) - fix/update reading...

Perhaps as an extra option `sanitize_remove_empty`?

In general we should think of this as some kind of **host adaptor** for local installation: we could have a make target (e.g. `make host`) or script (e.g. `configure`) that...