Fix breast density example application to make it work with SDK v0.6+ #491
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The breast density example application was first created with App SDK v0.5. Post SDK v0.6 release, the code had been updated and works when running with Python interpreter. The README file, however, was not updated to correctly use the new MONAI Deploy CLI. There was also an application bug that caused model network loading error when run as an MONAI App Package.
Code and the doc were updated and tested in dev env.
BTW, the Sonar Cloud is complaining about code duplication erroneously, which I have not found a way to acknowledge and mark as such.