Anirudh Balaraman commited on
Commit
822a4b7
·
unverified ·
1 Parent(s): 402190d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -85,11 +85,11 @@ python preprocess_main.py \
85
 
86
  ### ⚙️ PI-RADS ans csPCa Model Training
87
  - **Input Arguments:**
88
- -*dataset_json*: File paths of the scans. JSON used for training: `dataset/PI-RADS_data.json`.
89
- -*data_root*: Root direcotry of T2W files.
90
- -*tile_count*: No. of patches per scan.
91
- -*tile_size*: Length and width of each patch.
92
- -*depth*: Depth of each 3D patch
93
  ⚠️ ***NOTE: run_cspca.py in train mode requires PI-RADS MIL backbone.***
94
 
95
  ```bash
 
85
 
86
  ### ⚙️ PI-RADS ans csPCa Model Training
87
  - **Input Arguments:**
88
+ - *dataset_json*: File paths of the scans. JSON used for training: `dataset/PI-RADS_data.json`.
89
+ - *data_root*: Root direcotry of T2W files.
90
+ - *tile_count*: No. of patches per scan.
91
+ - *tile_size*: Length and width of each patch.
92
+ - *depth*: Depth of each 3D patch
93
  ⚠️ ***NOTE: run_cspca.py in train mode requires PI-RADS MIL backbone.***
94
 
95
  ```bash