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

[FEA] Integrating models from different packages with MONAI #242

Open
vikashg opened this issue Jan 21, 2022 · 2 comments
Open

[FEA] Integrating models from different packages with MONAI #242

vikashg opened this issue Jan 21, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request
Projects

Comments

@vikashg
Copy link
Collaborator

vikashg commented Jan 21, 2022

Is your feature request related to a problem? Please describe.
We would like to bring in models made using a different platform/package like detectron2 or some other package that was not written using MONAI and deploy it using MAP.

Describe the solution you'd like
We would like an example package where it shows clearly and in a step-by-step process how to deploy models trained using packages other than MONAI.

Describe alternatives you've considered
I have used the ODK in clara to deploy similar models.

@vikashg vikashg added the enhancement New feature or request label Jan 21, 2022
@vikashg vikashg added this to To do in v0.4.0 via automation Jan 21, 2022
@MMelQin
Copy link
Collaborator

MMelQin commented Jan 21, 2022

The (Clara) ODK in its core provides the utility to converts and application, in Docker image, to a Clara compliant "operator", an Docker Image itself, depending on what the original application is capable of with regard to input, output, inference logic, it may or may not need to reply on other operators (in Docker images) to provide DICOM parsing and writing capability.

We can discuss options to bring in a existing application, maybe already a Docker image itself, and what the App SDK can facilitate, bearing in mind that we had from the beginning required the MONAI Application Package to include existing external Docker image as part of the MAP.

@dbericat
Copy link
Member

dbericat commented Feb 4, 2022

This is related to the BYO container. As soon as 0.3 is done, we have to discuss whether this goes to 0.4 or 0.5. Good challenge!

@MMelQin MMelQin removed this from To do in v0.4.0 Jun 27, 2022
@MMelQin MMelQin added this to To do in v0.5.0 via automation Jun 27, 2022
@MMelQin MMelQin added this to To do in v1.0.0 via automation Sep 22, 2022
@MMelQin MMelQin removed this from To do in v0.5.0 Sep 22, 2022
@dbericat dbericat removed this from To do in v1.0.0 Oct 12, 2022
@dbericat dbericat added this to Needs Triage in Backlog via automation Oct 12, 2022
@MMelQin MMelQin moved this from Needs Triage to Low priority in Backlog Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Backlog
Low priority
Development

No branches or pull requests

4 participants