zapaishchykova / SegmentationReview

Slicer3D extension for rating using Likert-type score Deep-learning generated segmentations, with segment editor functionality. Created to speed up the validation process done by a clinician - the dataset loads in one batch with no need to load masks and volumes separately.
MIT License
25 stars 9 forks source link

Multi-label segmentation masks - make the visibility toggle persistent throughout cases #16

Closed ibro45 closed 4 weeks ago

ibro45 commented 4 months ago

I’m working with masks that have multiple labels (e.g., 14). I am only interested in a subset of these labels (e.g., 2 out of 14). When I toggle the visibility to focus on these 2 labels for a single case, all 14 labels are shown again when I move on to the next case.

Is it possible to make the toggle settings persistent across different cases?

zapaishchykova commented 2 months ago

Thats a good point, I haven't really tested or developed this for the multiple-label segmentation review. Its def possible to save visibility settings for the session, I'll add it to the roadmap unless you want to create a pull request