Skip to content

Commit 55036a2

Browse files
MMelQinSimoneBendazzoli93
authored andcommitted
Fix breast density example application to make it work with SDK v0.6+ (Project-MONAI#491)
* Fix this example application to make it work with SDK v0.6+ Signed-off-by: M Q <[email protected]> * Fix the example app errors and corrected folder name Signed-off-by: M Q <[email protected]> --------- Signed-off-by: M Q <[email protected]> Signed-off-by: Simone Bendazzoli <[email protected]>
1 parent 7748e49 commit 55036a2

File tree

1 file changed

+2
-2
lines changed
  • examples/apps/breast_density_classifier_app

1 file changed

+2
-2
lines changed

examples/apps/breast_density_classifier_app/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Sample data and a torchscript model can be downloaded from https://drive.google.
99
python app.py -i <input_dir> -o <out_dir> -m <breast_density_model>
1010
```
1111

12-
## Package the application as a MONAI Application Package (container image)
12+
## Package the application as a MONAI Application Package (contianer image)
1313
In order to build the MONAI App Package, go a level up and execute the following command.
1414
```
1515
monai-deploy package breast_density_classification_app -m <breast_density_model> -c breast_density_classifer_app/app.yaml --tag breast_density:0.1.0 --platform x64-workstation -l DEBUG
@@ -20,4 +20,4 @@ monai-deploy package breast_density_classification_app -m <breast_density_model>
2020
monai-deploy run breast_density-x64-workstation-dgpu-linux-amd64:0.1.0 -i <input_dir> -o <output_dir>
2121
```
2222

23-
Once the container exits successfully, check the results in the output directory. There should be a newly created DICOM instance file and a `output.json` file containing the classification results.
23+
Once the container exits successfully, check the results in the output directory. There should be a newly creeated DICOM instance file and a `output.json` file containing the classification results.

0 commit comments

Comments
 (0)