Spaces:
Running
Running
adding tables to AI models page
Browse files- ai_models.html +71 -3
- style.css +9 -1
ai_models.html
CHANGED
@@ -38,15 +38,83 @@
|
|
38 |
<div class="col-lg-8">
|
39 |
<h1 class="mb-4 mt-4">AI models</h1>
|
40 |
|
41 |
-
<section id="segmentation-models">
|
42 |
<h2>Segmentation models</h2>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
</section>
|
44 |
|
45 |
-
<section id="dose-prediction">
|
46 |
<h2>Dose prediction</h2>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
</section>
|
48 |
|
49 |
-
<section id="add-your-models">
|
50 |
<h2>Add your models</h2>
|
51 |
</section>
|
52 |
</div>
|
|
|
38 |
<div class="col-lg-8">
|
39 |
<h1 class="mb-4 mt-4">AI models</h1>
|
40 |
|
41 |
+
<section class="mt-4" id="segmentation-models">
|
42 |
<h2>Segmentation models</h2>
|
43 |
+
<table class="mt-4 ml-5">
|
44 |
+
<tr>
|
45 |
+
<th>Location</th>
|
46 |
+
<th>Architectures</th>
|
47 |
+
</tr>
|
48 |
+
<tr>
|
49 |
+
<td>H&N nodes</td>
|
50 |
+
<td>nnUNetv2</td>
|
51 |
+
</tr>
|
52 |
+
<tr>
|
53 |
+
<td>H&N OAR</td>
|
54 |
+
<td>nnUNetv2</td>
|
55 |
+
</tr>
|
56 |
+
<tr>
|
57 |
+
<td>Prostate OAR</td>
|
58 |
+
<td>nnUNetv2</td>
|
59 |
+
</tr>
|
60 |
+
<tr>
|
61 |
+
<td>Breast OAR</td>
|
62 |
+
<td>nnUNetv2</td>
|
63 |
+
</tr>
|
64 |
+
<tr>
|
65 |
+
<td>Brain OAR</td>
|
66 |
+
<td>nnUNetv2</td>
|
67 |
+
</tr>
|
68 |
+
<tr>
|
69 |
+
<td>Brain Tumor</td>
|
70 |
+
<td>SwinUNETR</td>
|
71 |
+
</tr>
|
72 |
+
<tr>
|
73 |
+
<td>Esophagus OAR</td>
|
74 |
+
<td>nnUNetv2</td>
|
75 |
+
</tr>
|
76 |
+
<tr>
|
77 |
+
<td>Body segmentation</td>
|
78 |
+
<td>SwinUNETR</td>
|
79 |
+
</tr>
|
80 |
+
</table>
|
81 |
</section>
|
82 |
|
83 |
+
<section class="mt-4" id="dose-prediction models">
|
84 |
<h2>Dose prediction</h2>
|
85 |
+
<table class="mt-4 ml-5">
|
86 |
+
<tr>
|
87 |
+
<th>Location</th>
|
88 |
+
<th>Architectures</th>
|
89 |
+
</tr>
|
90 |
+
<tr>
|
91 |
+
<td>H&N PT</td>
|
92 |
+
<td>HDUNet</td>
|
93 |
+
</tr>
|
94 |
+
<tr>
|
95 |
+
<td>H&N VMAT</td>
|
96 |
+
<td>HDUNet</td>
|
97 |
+
</tr>
|
98 |
+
<tr>
|
99 |
+
<td>Prostate IMRT</td>
|
100 |
+
<td>HDUNet</td>
|
101 |
+
</tr>
|
102 |
+
<tr>
|
103 |
+
<td>Breast PT</td>
|
104 |
+
<td>HDUNet</td>
|
105 |
+
</tr>
|
106 |
+
<tr>
|
107 |
+
<td>Esophagus PT</td>
|
108 |
+
<td>HDUNet</td>
|
109 |
+
</tr>
|
110 |
+
<tr>
|
111 |
+
<td>Esophagus IMRT</td>
|
112 |
+
<td>HDUNet</td>
|
113 |
+
</tr>
|
114 |
+
</table>
|
115 |
</section>
|
116 |
|
117 |
+
<section class="mt-4" id="add-your-models">
|
118 |
<h2>Add your models</h2>
|
119 |
</section>
|
120 |
</div>
|
style.css
CHANGED
@@ -16,7 +16,15 @@ p {
|
|
16 |
}
|
17 |
|
18 |
td, th {
|
19 |
-
border: 1px solid
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
}
|
21 |
|
22 |
.card {
|
|
|
16 |
}
|
17 |
|
18 |
td, th {
|
19 |
+
border-bottom: 1px solid rgb(107, 114, 128);
|
20 |
+
border-right: 1px solid rgb(107, 114, 128);
|
21 |
+
font-size: large;
|
22 |
+
background-color: rgb(250, 250, 251);
|
23 |
+
padding: 10px 50px;
|
24 |
+
}
|
25 |
+
|
26 |
+
table {
|
27 |
+
border: 3px solid rgb(250, 250, 251);
|
28 |
}
|
29 |
|
30 |
.card {
|