Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rearrange tabs in napari #246

Closed
Tracked by #249
lorenzocerrone opened this issue May 23, 2024 · 2 comments
Closed
Tracked by #249

Rearrange tabs in napari #246

lorenzocerrone opened this issue May 23, 2024 · 2 comments
Assignees
Labels
GUI Napari GUI related

Comments

@lorenzocerrone
Copy link
Collaborator

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.
@lorenzocerrone lorenzocerrone self-assigned this May 23, 2024
@lorenzocerrone lorenzocerrone added the GUI Napari GUI related label May 23, 2024
@qin-yu
Copy link
Collaborator

qin-yu commented May 25, 2024

  • 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:

  1. (Add a model)
  2. Load an image
  3. (Gaussian blur)
  4. Run prediction
  5. Run watershed
  6. Run filter (the one I developed)
  7. Run GASP
  8. Run filter
  9. Export segmentation

So having "Data", "Main", and "Extra" doesn't add complexity for inference. I would say your proposal is nice overall.

@lorenzocerrone lorenzocerrone changed the title Rearange tabs in napari Rearrange tabs in napari May 27, 2024
@qin-yu
Copy link
Collaborator

qin-yu commented Jun 3, 2024

Fixed by #249

@qin-yu qin-yu closed this as completed Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GUI Napari GUI related
Projects
None yet
Development

No branches or pull requests

2 participants