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

Release v0.4.0 #312

Merged
merged 3 commits into from
Jul 12, 2022
Merged

Release v0.4.0 #312

merged 3 commits into from
Jul 12, 2022

Conversation

gigony
Copy link
Collaborator

@gigony gigony commented Jul 12, 2022

What's new in 0.4.0

  • New operator to automate inference with the newly introduced MONAI Bundle

MONAI Bundle Inference Operator

The new operator, MONAI Bundle Inference Operator, is intended to automate the inference with a MONAI Bundle in TorchScript with the following functionalities:

  • Parse the model metadata and extra configuration data in the TorchScript file
  • Instanciate MONAI transforms and inferer objects per bundle configuration data
  • Convert input/output of the operator to and from model network input
  • Support named model and can be used in a multi-model application

The example spleen segmentation application was accordingly updated to demonstrate the use of this new operator with the newly published Spleen CT Segmentation Bundle.

More details are in the tutorial.

What's fixed/updated

Additional information

Please visit GETTING STARTED guide and follow the tutorials.

You can learn more about SDK usage through DEVELOPING WITH SDK.

Please let us know how you like it and what could be improved by submitting an issue or asking questions

MMelQin and others added 3 commits July 11, 2022 15:59
Signed-off-by: mmelqin <mingmelvinq@nvidia.com>
Signed-off-by: mmelqin <mingmelvinq@nvidia.com>
* Add the missing content file

Signed-off-by: mmelqin <mingmelvinq@nvidia.com>

* Minor editorial change

Signed-off-by: mmelqin <mingmelvinq@nvidia.com>
@gigony gigony requested a review from MMelQin July 12, 2022 20:44
@gigony gigony added the enhancement New feature or request label Jul 12, 2022
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@gigony gigony added this to the v0.4 milestone Jul 12, 2022
@gigony gigony merged commit 7084a54 into main Jul 12, 2022
@MMelQin
Copy link
Collaborator

MMelQin commented Jul 12, 2022

I was actually just going through this and previous PR. #310 added the 06 MD file to main, and this one is adding again. It puzzled me.

Anyway, I think adding the missed md file to the v0.4 and v0.4.0 branch, then merging to main caused some issues, right?

Copy link
Collaborator

@MMelQin MMelQin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

06 MD file should have been, but missed when cutting the v0.4.0 branch, hence appearing here, otherwise, only the other three needs to be merged to main.

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
None yet
Development

Successfully merging this pull request may close these issues.

2 participants