@@ -42,15 +42,15 @@ pip install brats
42
42
### Segmentation
43
43
<details >
44
44
45
- <summary > <strong > Adult Glioma Segmentation (Pre Operation ) </strong > </summary >
45
+ <summary > <strong > Adult Glioma Segmentation (Pre Treatment ) </strong > </summary >
46
46
<br >
47
47
48
48
49
49
``` python
50
- from brats import AdultGliomaPreOpSegmenter
51
- from brats.constants import AdultGliomaPreOpAlgorithms
50
+ from brats import AdultGliomaPreTreatmentSegmenter
51
+ from brats.constants import AdultGliomaPreTreatmentAlgorithms
52
52
53
- segmenter = AdultGliomaPreOpSegmenter (algorithm = AdultGliomaPreOpAlgorithms .BraTS23_1, cuda_devices = " 0" )
53
+ segmenter = AdultGliomaPreTreatmentSegmenter (algorithm = AdultGliomaPreTreatmentAlgorithms .BraTS23_1, cuda_devices = " 0" )
54
54
# these parameters are optional, by default the winning algorithm of 2023 will be used on cuda:0
55
55
segmenter.infer_single(
56
56
t1c = " path/to/t1c.nii.gz" ,
@@ -61,26 +61,26 @@ segmenter.infer_single(
61
61
)
62
62
```
63
63
64
- ** Class:** ` brats.AdultGliomaPreOpSegmenter ` ([ Docs] ( https://brats.readthedocs.io/en/latest/core/segmentation_algorithms.html#brats.core.segmentation_algorithms.AdultGliomaPreOpSegmenter ) )
64
+ ** Class:** ` brats.AdultGliomaPreTreatmentSegmenter ` ([ Docs] ( https://brats.readthedocs.io/en/latest/core/segmentation_algorithms.html#brats.core.segmentation_algorithms.AdultGliomaPreTreatmentSegmenter ) )
65
65
66
- | Year | Rank | Author | Paper | CPU Support | Key Enum |
67
- | ---- | ---- | --------------------------------- | ------------------------------------------ | ----------- | ----------------------------------------------------------------------------------------------------------------------------- |
68
- | 2023 | 1st | _ André Ferreira, et al._ | [ Link] ( https://arxiv.org/abs/2402.17317v1 ) | ❌ ; | [ BraTS23_1] ( https://brats.readthedocs.io/en/latest/utils/utils.html#brats.constants.**AdultGliomaPreOpAlgorithms **.BraTS23_1 ) |
69
- | 2023 | 2nd | _ Andriy Myronenko, et al._ | N/A | ❌ ; | [ BraTS23_2] ( https://brats.readthedocs.io/en/latest/utils/utils.html#brats.constants.**AdultGliomaPreOpAlgorithms **.BraTS23_2 ) |
70
- | 2023 | 3rd | _ Fadillah Adamsyah Maani, et al._ | N/A | ❌ ; | [ BraTS23_3] ( https://brats.readthedocs.io/en/latest/utils/utils.html#brats.constants.**AdultGliomaPreOpAlgorithms **.BraTS23_3 ) |
66
+ | Year | Rank | Author | Paper | CPU Support | Key Enum |
67
+ | ---- | ---- | --------------------------------- | ------------------------------------------ | ----------- | ------------------------------------------------------------------------------------------------------------------------------------ |
68
+ | 2023 | 1st | _ André Ferreira, et al._ | [ Link] ( https://arxiv.org/abs/2402.17317v1 ) | ❌ ; | [ BraTS23_1] ( https://brats.readthedocs.io/en/latest/utils/utils.html#brats.constants.**AdultGliomaPreTreatmentAlgorithms **.BraTS23_1 ) |
69
+ | 2023 | 2nd | _ Andriy Myronenko, et al._ | N/A | ❌ ; | [ BraTS23_2] ( https://brats.readthedocs.io/en/latest/utils/utils.html#brats.constants.**AdultGliomaPreTreatmentAlgorithms **.BraTS23_2 ) |
70
+ | 2023 | 3rd | _ Fadillah Adamsyah Maani, et al._ | N/A | ❌ ; | [ BraTS23_3] ( https://brats.readthedocs.io/en/latest/utils/utils.html#brats.constants.**AdultGliomaPreTreatmentAlgorithms **.BraTS23_3 ) |
71
71
72
72
</details >
73
73
74
74
<details >
75
- <summary > <strong > Adult Glioma Segmentation Post Treatment / Operation </strong > </summary >
75
+ <summary > <strong > Adult Glioma Segmentation Post Treatment </strong > </summary >
76
76
<br >
77
77
78
78
79
79
``` python
80
- from brats import AdultGliomaPostOpSegmenter
81
- from brats.constants import AdultGliomaPostOpAlgorithms
80
+ from brats import AdultGliomaPostTreatmentSegmenter
81
+ from brats.constants import AdultGliomaPostTreatmentAlgorithms
82
82
83
- segmenter = AdultGliomaPostOpSegmenter (algorithm = AdultGliomaPostOpAlgorithms .BraTS23_1, cuda_devices = " 0" )
83
+ segmenter = AdultGliomaPostTreatmentSegmenter (algorithm = AdultGliomaPostTreatmentAlgorithms .BraTS23_1, cuda_devices = " 0" )
84
84
# these parameters are optional, by default the winning algorithm of 2024 will be used on cuda:0
85
85
segmenter.infer_single(
86
86
t1c = " path/to/t1c.nii.gz" ,
@@ -91,13 +91,13 @@ segmenter.infer_single(
91
91
)
92
92
```
93
93
94
- ** Class:** ` brats.AdultGliomaPostOpSegmenter ` ([ Docs] ( https://brats.readthedocs.io/en/latest/core/segmentation_algorithms.html#brats.core.segmentation_algorithms.AdultGliomaPostOpSegmenter ) )
94
+ ** Class:** ` brats.AdultGliomaPostTreatmentSegmenter ` ([ Docs] ( https://brats.readthedocs.io/en/latest/core/segmentation_algorithms.html#brats.core.segmentation_algorithms.AdultGliomaPostTreatmentSegmenter ) )
95
95
96
- | Year | Rank | Author | Paper | CPU Support | Key Enum |
97
- | ---- | ---- | ------------------------ | ----- | ----------- | -------------------------------------------------------------------------------------------------------------------------- |
98
- | 2024 | 1st | _ André Ferreira, et al._ | N/A | ❌ ; | [ BraTS24_1] ( https://brats.readthedocs.io/en/latest/utils/utils.html#brats.constants.AdultGliomaPostOpAlgorithms .BraTS24_1 ) |
99
- | 2024 | 2nd | _ Team kimbab_ | N/A | ❌ ; | [ BraTS24_2] ( https://brats.readthedocs.io/en/latest/utils/utils.html#brats.constants.AdultGliomaPostOpAlgorithms .BraTS24_2 ) |
100
- | 2024 | 3rd | _ Adrian Celaya_ | N/A | ✅ ; | [ BraTS24_3] ( https://brats.readthedocs.io/en/latest/utils/utils.html#brats.constants.AdultGliomaPostOpAlgorithms .BraTS24_3 ) |
96
+ | Year | Rank | Author | Paper | CPU Support | Key Enum |
97
+ | ---- | ---- | ------------------------ | ----- | ----------- | --------------------------------------------------------------------------------------------------------------------------------- |
98
+ | 2024 | 1st | _ André Ferreira, et al._ | N/A | ❌ ; | [ BraTS24_1] ( https://brats.readthedocs.io/en/latest/utils/utils.html#brats.constants.AdultGliomaPostTreatmentAlgorithms .BraTS24_1 ) |
99
+ | 2024 | 2nd | _ Team kimbab_ | N/A | ❌ ; | [ BraTS24_2] ( https://brats.readthedocs.io/en/latest/utils/utils.html#brats.constants.AdultGliomaPostTreatmentAlgorithms .BraTS24_2 ) |
100
+ | 2024 | 3rd | _ Adrian Celaya_ | N/A | ✅ ; | [ BraTS24_3] ( https://brats.readthedocs.io/en/latest/utils/utils.html#brats.constants.AdultGliomaPostTreatmentAlgorithms .BraTS24_3 ) |
101
101
102
102
</details >
103
103
0 commit comments