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

Make it possible to create various segmentation tasks and switch between them #42

Open
jcohenadad opened this issue Jul 12, 2024 · 1 comment

Comments

@jcohenadad
Copy link
Member

Suggestion from @laurentletg

Currently, a use case is defined with a config file. If users would like to create multiple tasks (eg: segmentation of brain MS lesions, segmentation of brain tumors, etc.) it would be nice for the user to be able to generate multiple config files and then select the desired one from the Slicer module.

This would probably require changing the module name in the CMake file, python filename (and script), and .ui file (unless there is a way to do this directly in the extension wizard) -

@delphinepilon
Copy link
Collaborator

This is now supported. The configuration files are saved in the output folder. Therefore, a user is able to continue working on multiple projects by simply selecting one of the project's output folder and the correct configurations will be applied to the extension. In addition, this output folder can be shared between members of a same team for collaboration and/or revision.

I have made some videos describing the new configuration GUI, here is the link!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants