Spaces:
Sleeping
Sleeping
Anirudh Balaraman commited on
Update index.md
Browse files- docs/index.md +1 -1
docs/index.md
CHANGED
|
@@ -21,7 +21,7 @@ WSAttention-Prostate is a two-stage deep learning pipeline that predicts clinica
|
|
| 21 |
```mermaid
|
| 22 |
%%{init: {'themeVariables': { 'fontSize': '20px' }}}%%
|
| 23 |
flowchart LR
|
| 24 |
-
A[Raw
|
| 25 |
B --> C[Stage 1:</br>PI-RADS Classification]
|
| 26 |
C --> D[Stage 2:</br>csPCa Prediction]
|
| 27 |
D --> E[Risk Score + Top-5 Salient Patches]
|
|
|
|
| 21 |
```mermaid
|
| 22 |
%%{init: {'themeVariables': { 'fontSize': '20px' }}}%%
|
| 23 |
flowchart LR
|
| 24 |
+
A[Raw bpMRI</br>T2 + DWI + ADC] --> B[Preprocessing]
|
| 25 |
B --> C[Stage 1:</br>PI-RADS Classification]
|
| 26 |
C --> D[Stage 2:</br>csPCa Prediction]
|
| 27 |
D --> E[Risk Score + Top-5 Salient Patches]
|