You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-10Lines changed: 18 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Raidionics 3D Slicer plugin
2
-
Plugin developed to perform automatic segmentation and clinical reporting using custom models.
2
+
Plugin developed to perform automatic segmentation and clinical reporting (RADS) using custom models.
3
3
4
4
Please cite the following article if you use the plugin:
5
5
>`@misc{,`
@@ -10,24 +10,32 @@ Please cite the following article if you use the plugin:
10
10
`primaryClass=`
11
11
`}`
12
12
13
-
## 1. Method background
13
+
## 1. Methodological background
14
14
15
-
More information about the different models provided and architectures used can be accessed from those previous publications:
15
+
More information about the different models provided and architectures used can be accessed from the below-listed publications.
16
+
17
+
## 1.1 Neuro
18
+
* AGUNet neural network architecture => [Meningioma Segmentation in T1-Weighted MRI Leveraging Global Context and Attention Mechanisms](https://www.frontiersin.org/articles/10.3389/fradi.2021.711514/full)
19
+
20
+
* Standardized reporting and Data System (RADS) => [Glioblastoma Surgery Imaging—Reporting and Data System: Standardized Reporting of Tumor Volume, Location, and Resectability Based on Automated Segmentations ](https://www.mdpi.com/2072-6694/13/12/2854)
21
+
22
+
* Segmentation performance => [Glioblastoma Surgery Imaging–Reporting and Data System: Validation and Performance of the Automated Segmentation Task ](https://www.mdpi.com/2072-6694/13/18/4674)
23
+
24
+
## 1.2 Mediastinum
25
+
* Mediastinum organs segmentation => [Semantic segmentation and detection of mediastinal lymph nodes and anatomical structures in CT data for lung cancer staging](https://link.springer.com/article/10.1007/s11548-019-01948-8)
26
+
* Lymph nodes segmentation => [Mediastinal lymph nodes segmentation using 3D convolutional neural network ensembles and anatomical priors guiding](https://www.tandfonline.com/doi/pdf/10.1080/21681163.2022.2043778)
16
27
17
-
>`@article{bouget2021mediastinal,`
18
-
`title={Mediastinal lymph nodes segmentation using 3D convolutional neural network ensembles and anatomical priors guiding},`
19
-
`author={Bouget, David and Pedersen, Andr{\'e} and Vanel, Johanna and Leira, Haakon O and Lang{\o}, Thomas},`
20
-
`journal={arXiv preprint arXiv:2102.06515},`
21
-
`year={2021}`
22
-
`}`
23
28
24
29
## 2. Plugin installation
25
30
26
31
2.1 Download 3DSlicer for your running Operating System at https://download.slicer.org/ (running on stable 4.11).
27
32
28
33
2.2 Download the Raidionics plugin code:
29
34
* release candidate with name .... on the right-hand panel (Github repo).
0 commit comments