Replies: 1 comment
-
Hi @khamyl This is a very relevant question and we are working on building a documentation that can help you understand the differences. Give us few days to compile and provide the answers. However in the mean time you can think of the whole infrastructure as follows
So your question though valid that why are we not using monai deploy in monai label, that simple answer is bit historical as deploy existed much before bundles and when bundles came through as a self contained package which can also train and do inference, it was plugged into the backend of MONAI label for real-time inferencing during labeling.
Hope this clarifies a bit. Adding @wyli @dbericat @pdogra89 for more comments/visibility |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am studying the MONAI framework. I started with MONAI Deploy. As the idea was quite compelling I started to explore the MONAI and MONAI Label. But I found out that they do not follow the MONAI Deploy idea i.e. for example the MONAI Label apps (MONAI Core apps) are not Apps built using MONAI Deploy Operators. What I am trying to understand is the whole picture. What is the relationship between MONAI Core/Label/Deploy? Is MONAI core a library of useful classes, MONAI Label is few apps laveraging MONAI Core classes? And if I want I can rewrite MONAI Label apps using MONAI Deploy FW?
Thanks for any help to understand the relations among these frameworks. :)
Beta Was this translation helpful? Give feedback.
All reactions