Barnabiii commited on
Commit
bd10dc1
1 Parent(s): e67fb32

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +51 -0
  2. images/architecture.png +0 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <h1 style="border-bottom: 2px solid black; font-size: 100px;" align="center"> HDUNet PBS </h1>
2
+
3
+ _Trained by Margerie Huet Dastarac ._ <br>
4
+ _Training date: 06/06/2023 ._
5
+
6
+ ## 1. Task Description
7
+ Prediction of the dose distribution with proton therapy beam scanning treatment.
8
+
9
+ ## 2. Model
10
+ ### 2.1. Architecture
11
+
12
+ <img width="100%" src=" images/architecture.png " alt="alternatetext">
13
+
14
+ _Figure 1: HDUNet PBS 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
29
+ <ul>
30
+ <li> Number of epoch: 400 </li>
31
+ <li> Loss function: MSE loss </li>
32
+ <li> Optimizer: AdamW </li>
33
+ <li> Learning Rate: 0.0001 </li>
34
+ <li> Dropout: No </li>
35
+ <li> Patch size in voxels: (128,128,128) </li>
36
+ <li> Data augmentation used:
37
+ <ul>
38
+ <li> RandCrop</li>
39
+ </ul>
40
+ </li>
41
+ </ul>
42
+
43
+ ## 3. Dataset
44
+ <ul>
45
+ <li> Location: Oropharynx </li>
46
+ <li> Training set size: 57 </li>
47
+ <li> Resolution in mm: 3x3x3 </li>
48
+ </ul>
49
+
50
+ ## Performance
51
+ + TBD
images/architecture.png ADDED