scalableminds / webknossos

Visualize, share and annotate your large 3D images online
https://webknossos.org
GNU Affero General Public License v3.0
130 stars 24 forks source link

Followup for multi-annotation trainings #8097

Open daniel-wer opened 2 months ago

daniel-wer commented 2 months ago

Detailed Description

8071 allows starting a job to train a model on multiple annotations, selected by id or uri. Follow-up wishes came up:

Context

daniel-wer commented 5 days ago

@dieknolle3333 I updated the issue description to indicate that the first of the two TODOs was implemented already. I did not know this issue existed and was assigned to you. I hope you have not started working on that yet.

For the second TODO, @MatthisCl is implementing the worker side in https://github.com/scalableminds/voxelytics/pull/3833 and it would be great if you could make the mag selectable in the frontend as described in the issue :) To do so, please have a look at what I implemented in https://github.com/scalableminds/webknossos/pull/8222. The warnings about the minimum bounding box size and that dimensions should be multiples will need to take the mag into account if it is different from 1 (as an example, if mag 2 is selected bounding boxes should be at least 20 vx [in mag 1] which corresponds to 10 vx in mag 2). Let me know if you have any questions about that.

dieknolle3333 commented 5 days ago

@daniel-wer thank you for this update and the additional information. I didn't start working on this issue yet, but I am planning to take it on next :)