Update README.md
Browse files
README.md
CHANGED
@@ -15,14 +15,14 @@ _Figure 1: HDUNet VMAT architecture_
|
|
15 |
|
16 |
### 2.2. Input
|
17 |
<ul>
|
18 |
-
<li> CT</li>
|
19 |
-
<li> Target volumes contours and prescription</li>
|
20 |
-
<li> Organs at risks contours</li>
|
21 |
</ul>
|
22 |
|
23 |
### 2.3. Output
|
24 |
<ul>
|
25 |
-
<li> DOSE</li>
|
26 |
</ul>
|
27 |
|
28 |
### 2.4 Training details
|
|
|
15 |
|
16 |
### 2.2. Input
|
17 |
<ul>
|
18 |
+
<li> CT: 3D float matrix</li>
|
19 |
+
<li> Target volumes contours and prescription: 3D float matrices: pixel value set with prescription in different targt volumes</li>
|
20 |
+
<li> Organs at risks contours: 3D boolean matrices, one per considered organ</li>
|
21 |
</ul>
|
22 |
|
23 |
### 2.3. Output
|
24 |
<ul>
|
25 |
+
<li> DOSE: 3D float matrix</li>
|
26 |
</ul>
|
27 |
|
28 |
### 2.4 Training details
|