Add link to paper (#3)
Browse files- Add link to paper (d6e4abc9bb3bea77046970ba78f529a73cf3a679)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,19 +1,20 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
|
|
|
|
|
|
|
|
|
|
3 |
tags:
|
4 |
- lesion-segmentation
|
5 |
- lesion-tracking
|
6 |
- real-time
|
7 |
- cine-MRI
|
8 |
- radiotherapy
|
9 |
-
task_categories:
|
10 |
-
- image-segmentation
|
11 |
-
- mask-generation
|
12 |
-
size_categories:
|
13 |
-
- 1M<n<10M
|
14 |
challenge_homepage: https://trackrad2025.grand-challenge.org/trackrad2025/
|
15 |
challenge_repository: https://github.com/LMUK-RADONC-PHYS-RES/trackrad2025/
|
16 |
---
|
|
|
17 |
### **The dataset 🗃️**
|
18 |
Overall, the TrackRAD2025 challenge provides over **2.8 million unlabeled** sagittal cine-MRI frames from 477 individual patients, and over **10,000 labeled** sagittal cine-MRI frames
|
19 |
(+8000 from frames with multiple observers) from 108 individual patients. Precisely,
|
@@ -132,12 +133,12 @@ For training, centers A, B and C provided both unlabeled and manually labeled da
|
|
132 |
| Labeled | 2 | 2 |
|
133 |
|
134 |
| 1.5 T MRI-linac | B | C | Total |
|
135 |
-
|
136 |
| Labeled | 3 | 3 | 6 |
|
137 |
|
138 |
##### *Final testing set*
|
139 |
| 0.35 T MRI-linac | A | D | Total |
|
140 |
-
|
141 |
| Labeled | 5 | 20 | 25 |
|
142 |
|
143 |
| 1.5 T MRI-linac | B | C | X | Total |
|
@@ -193,4 +194,4 @@ The following pre-processing steps were performed on the data:
|
|
193 |
- Anonymization
|
194 |
- Reshaping and orientation correction
|
195 |
- Resampling to 1x1 mm2 in-plane pixel spacing
|
196 |
-
- Conversion to 16-bit unsigned integer
|
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
+
size_categories:
|
4 |
+
- 1M<n<10M
|
5 |
+
task_categories:
|
6 |
+
- image-segmentation
|
7 |
+
- mask-generation
|
8 |
tags:
|
9 |
- lesion-segmentation
|
10 |
- lesion-tracking
|
11 |
- real-time
|
12 |
- cine-MRI
|
13 |
- radiotherapy
|
|
|
|
|
|
|
|
|
|
|
14 |
challenge_homepage: https://trackrad2025.grand-challenge.org/trackrad2025/
|
15 |
challenge_repository: https://github.com/LMUK-RADONC-PHYS-RES/trackrad2025/
|
16 |
---
|
17 |
+
|
18 |
### **The dataset 🗃️**
|
19 |
Overall, the TrackRAD2025 challenge provides over **2.8 million unlabeled** sagittal cine-MRI frames from 477 individual patients, and over **10,000 labeled** sagittal cine-MRI frames
|
20 |
(+8000 from frames with multiple observers) from 108 individual patients. Precisely,
|
|
|
133 |
| Labeled | 2 | 2 |
|
134 |
|
135 |
| 1.5 T MRI-linac | B | C | Total |
|
136 |
+
|------------------|---------|--------|
|
137 |
| Labeled | 3 | 3 | 6 |
|
138 |
|
139 |
##### *Final testing set*
|
140 |
| 0.35 T MRI-linac | A | D | Total |
|
141 |
+
|------------------|---------|--------|
|
142 |
| Labeled | 5 | 20 | 25 |
|
143 |
|
144 |
| 1.5 T MRI-linac | B | C | X | Total |
|
|
|
194 |
- Anonymization
|
195 |
- Reshaping and orientation correction
|
196 |
- Resampling to 1x1 mm2 in-plane pixel spacing
|
197 |
+
- Conversion to 16-bit unsigned integer
|