You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @qin-yu, I would like to propose the following changes.
merge the predictions and segmentation in a single Extra workflows (to save space for the upcoming training/dataset tab)
remove the watershed in segmentation and add back the functionalities in Main
Always use the dropdown menu for Extra workflow (i.e., remove the TOO_MANY_WIDGES = False check). Having all the widgets open adds a lot of clutter to the UI.
The text was updated successfully, but these errors were encountered:
merge the predictions and segmentation in a single Extra workflows (to save space for the upcoming training/dataset tab)
remove the watershed in segmentation and add back the functionalities in Main
These changes doesn't really affect me and might be new-user-friendly.
Always use the dropdown menu for Extra workflow (i.e., remove the TOO_MANY_WIDGES = False check). Having all the widgets open adds a lot of clutter to the UI.
I would like to have easier access to all widgets for more direct feedback ("on_change" events) during development, I propose to have an environment variable to allow this (that's why I did a TOO_MANY_WIDGES, but didn't have time to finish)
The workflow for me to segment or to show new users how to segment using PlantSeg is the following:
(Add a model)
Load an image
(Gaussian blur)
Run prediction
Run watershed
Run filter (the one I developed)
Run GASP
Run filter
Export segmentation
So having "Data", "Main", and "Extra" doesn't add complexity for inference. I would say your proposal is nice overall.
Hey @qin-yu, I would like to propose the following changes.
predictions
andsegmentation
in a singleExtra workflows
(to save space for the upcoming training/dataset tab)watershed
insegmentation
and add back the functionalities inMain
Extra workflow
(i.e., remove theTOO_MANY_WIDGES = False
check). Having all the widgets open adds a lot of clutter to the UI.The text was updated successfully, but these errors were encountered: