Nic-Ma commited on
Commit
7f153c2
·
1 Parent(s): b6434f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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 configs/metadata.json --config_file configs/inference.json`
28
  Verify the metadata format:
29
- `python -m monai.bundle verify_metadata --meta_file configs/metadata.json --filepath eval/schema.json`
30
  Verify the data shape of network:
31
- `python -m monai.bundle verify_net_in_out network_def --meta_file configs/metadata.json --config_file configs/inference.json`
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.