Florian M
Florian M
> For the mincut/neighbors route in non-3d-viewport, we don't have the unmapped id yet, but we can do another request to get these (like we do it for split/merge). These...
> In the TODOs for this PR the following is listed: > >> implement API that maps from segmentId to a segmentPosition > > In my understanding wk already knows...
From my point of view the backend and worker side are done :) There are two more frontend checkboxes in the PR description, but I may not have thought of...
>> raw yaml input > does the back-end support this already? It should :tm: `workflowYaml` is an optional string param for the run training route. This yaml will be executed...
Could reuse reserveUpload, maybe with »willHappenOnDisk« bool param. Possibly with the normal reload trigger when the write/copy is finished. How would users trigger this? In the UI?
> the backend was not yet adapted to return unmapped segment IDs from the tracing store if an editable mapping is active I’m not entirely sure which route this concerns....
- [x] blocked by #7528
Good idea! The `???` is certainly not very pretty. What do you have in mind specifically?Should the behavior also change? Or just how this looks in code? I’m wondering if...
In https://github.com/scalableminds/webknossos/pull/7288 I add the possibility to specify an IntArray transpose codec. However, it will still only work correctly for C and F order (either expressed by string or by...
I learned today that this does not touch the AxisOrder or the AdditionalCoordinates order. Instead it is only applied when reading a chunk. So for this we should change the...