Project-MONAI / Project-MONAI/monai-deploy-app-sdk
[IMP] Enhance the MONAI Bundle inference operator to support the enhanced MONAI Bundle
@MMelQin is already working on this.
Since Apr 15, 2024.
- Dominant language
- Python
- Stars
- 138
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
Is your enhancement request related to a problem? Please describe.
MONAI Bundle has been enhanced in MONAI v1.3 with improved/additional Pythonic API. App SDK's built-in MONAI Bundle Inference Operator should be enhanced accordingly.
Also, expand the support of "actions" beyond pre-processing, post-processing, and infer, if appropriate.
Describe the solution you'd like
See how the new MONAI Bundle API in MONAI core can be used.
Describe alternatives you've considered
N/A
Additional context
Limitation of the MONAI Bundle is known as it was designed to support the most common inference pipelines, with simple pre-processing, infer, and post-processing. MONAI Bundle has evolved to support custom attributes/actions.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.