Spaces:
Runtime error
Runtime error
Anirudh Balaraman commited on
Enhance README with input and output details
Browse files
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 |
-
- π
|
| 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.
|