Anirudh Balaraman commited on
Commit
63647f2
Β·
unverified Β·
1 Parent(s): 9cc4997

Enhance README with input and output details

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -58,12 +58,14 @@ python run_inference.py --config config/config_preprocess.yaml
58
  ```
59
 
60
  Run run_inference.py to execute the full pipeline, from preprocessing to model predictions.
61
- - πŸ“ Inputs:
62
  - πŸ“‚ *t2_dir, dwi_dir, adc_dir*: Path to T2W, DWI and ADC sequnces respectively.
63
  - πŸ“‚ *output_dir*: Path to store preprocessed files and results.
 
 
64
  ⚠️ ***NOTE: For each scan, all sequences should share the same filename, and the input files must be in NRRD format.***
65
 
66
- - πŸ“Š Outputs:
67
  The following are stored for each scan:
68
  - 🩺 Risk of csPCa.
69
  - πŸ”’ PI-RADS score.
 
58
  ```
59
 
60
  Run run_inference.py to execute the full pipeline, from preprocessing to model predictions.
61
+ - πŸ“ **Input arguments:**
62
  - πŸ“‚ *t2_dir, dwi_dir, adc_dir*: Path to T2W, DWI and ADC sequnces respectively.
63
  - πŸ“‚ *output_dir*: Path to store preprocessed files and results.
64
+
65
+
66
  ⚠️ ***NOTE: For each scan, all sequences should share the same filename, and the input files must be in NRRD format.***
67
 
68
+ - πŸ“Š **Outputs:**
69
  The following are stored for each scan:
70
  - 🩺 Risk of csPCa.
71
  - πŸ”’ PI-RADS score.