mittagessen

Results 65 comments of mittagessen

On 22/02/02 11:11AM, J. R. Schmid wrote: > Not sure if it's related: I wanted to recognize some other images and did so with the 3.0.7 that comes with eScript...

Urrrgh another shapely/GEOM bug. I'll look into it. In fact the code just above your instrumentation is there to circumvent `TopologyException`s caused by corner cases in the `unary_union` function. Apparently,...

It shouldn't really. This is in the serializer. But pytorch/cuda does some weird caching which is most likely the reason for increasing memory usage over time. In my experience it...

Sorry, accidental auto-close. I've pushed a fix for the error in your latest message (again geometry weirdness but this time in the region vectorization itself).

@stweil Could you tell me which model you used to get the serializer errors on `feilmoser1830_00519.jpg`? I've failed to reproduce it with your `reichsanzeiger_23.mlmodel` and the current `blla.mlmodel` but I...

Same with that one. No crash.

With the latest master and running: ``` kraken -a -i feilmoser1830_00519.jpg out.xml segment -bl ocr -m Downloads/digitue_best.mlmodel Loading ANN /home/mittagessen/git/kraken/kraken/blla.mlmodel ✓ Loading ANN Downloads/digitue_best.mlmodel ✓ Segmenting ✓ Processing ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100%...

OK, then I'll see if I can reproduce that environment (and the error). If it is the same error (you can actually get a full stack trace by with the...

That's already very helpful to know.

I can reproduce your bug with 1.8.2 and another unrelated TopologyException for 1.8.4. Awesome.