Same app, different workspaces for different models? #1468
-
Hello, I am curious about how to deploy multiple models (for different use cases - e.g. localization_spine,segmentation_vertebra). I have these two models currently running on the same machine on different ports with different monailabel instances, but I am wondering if it would be possible to run it on the same monailabel instance: The following seems possible, but I am wondering why the models are sharing the same workspace.
Ideally, I want to have something like this:
Am I missing something? Can I configure this in the datastore? What is the quickest way to get this working? Or do you recommend using different monailabel apps for this use case? Thanks a lot, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Unfortunately, due to current design limitations, only one studies can be used... the initial idea for supporting multiple models per studies is.. annotators might use multiple models.. each partially contributing to whole annotation work.. at the end they will get all the labeling (multiple organs) annotation work done per image.. i believe, in your example, you have specific samples per model only.. |
Beta Was this translation helpful? Give feedback.
-
@SachidanandAlle Why is there a dropdown for |
Beta Was this translation helpful? Give feedback.
Unfortunately, due to current design limitations, only one studies can be used...
the initial idea for supporting multiple models per studies is.. annotators might use multiple models.. each partially contributing to whole annotation work.. at the end they will get all the labeling (multiple organs) annotation work done per image..
i believe, in your example, you have specific samples per model only..
using forward proxy can be one solution but I think it's may not still be the perfect solution.