Philipp Otto
Philipp Otto
A very cheap heuristic could be the following: - sample N bboxes à 4x4x4 pixel (ignore bounding boxes which are all zero) - per bbox, count the unique values -...
I would suggest to start using `Dataset.from_images` as soon as possible and if an error occurs, fallback to the old conversion mechanism. That approach would unblock this issue, thus, allowing...
A short update: @fm3 pushed 00e168323a0ac7d47d17edf209ac0d8a340f3b34 last week which removes the auto-generated client. As a byproduct, allocating a fresh httpx client for each api call is not done, anymore. Parallelizing...
> I think a hard timeout would be hard to define. There can be valid cases for jobs that go on for days. The timeout would only kick in, if...
Update: When creating https://github.com/scalableminds/webknossos-libs/pull/739 I noticed that OOMs typically end in a `BrokenProcessPool` exception. That exception can (and will be) handled by the resumable executor in the upcoming version of...
Maybe! Does the current `add_layer_from_images` implementation support tiled images? If yes, how would one use that?
> Ah, so tiled means 2D tiles in xy, right? Exactly!
Hi Qiyu, this feature is a good idea, but unfortunately not on our road map currently. However, we are open to pull requests, so maybe this is an option for...
Implementation note: could be done similarly to the maintenance banner. /api/buildinfo contains commit date that could be parsed.
@fm3 When you have some time, it would be great if you could make the `splitAgglomerate` and `mergeAgglomerate` compatible with passing the unmapped segment ids. The same basically for the...