Spaces:
Sleeping
Sleeping
Anirudh Balaraman commited on
Update README.md
Browse files
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
|