Update README.md
Browse files
README.md
CHANGED
|
@@ -24,11 +24,11 @@ Mean dice = 0.96
|
|
| 24 |
|
| 25 |
## commands example
|
| 26 |
Execute inference:
|
| 27 |
-
`python -m monai.bundle run evaluator --meta_file
|
| 28 |
Verify the metadata format:
|
| 29 |
-
`python -m monai.bundle verify_metadata --meta_file
|
| 30 |
Verify the data shape of network:
|
| 31 |
-
`python -m monai.bundle verify_net_in_out network_def --meta_file
|
| 32 |
|
| 33 |
# Disclaimer
|
| 34 |
This is an example, not to be used for diagnostic purposes.
|
|
|
|
| 24 |
|
| 25 |
## commands example
|
| 26 |
Execute inference:
|
| 27 |
+
`python -m monai.bundle run evaluator --meta_file metadata.json --config_file inference.json`
|
| 28 |
Verify the metadata format:
|
| 29 |
+
`python -m monai.bundle verify_metadata --meta_file metadata.json --filepath schema.json`
|
| 30 |
Verify the data shape of network:
|
| 31 |
+
`python -m monai.bundle verify_net_in_out network_def --meta_file metadata.json --config_file inference.json`
|
| 32 |
|
| 33 |
# Disclaimer
|
| 34 |
This is an example, not to be used for diagnostic purposes.
|