Upload dataset.json
Browse files
nnUNetTrainer__nnUNetResEncUNetMPlans__3d_fullres/dataset.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"channel_names": {
|
3 |
+
"0": "CT"
|
4 |
+
},
|
5 |
+
"labels": {
|
6 |
+
"background": 0,
|
7 |
+
"T1": 1,
|
8 |
+
"T2": 2,
|
9 |
+
"T3": 3,
|
10 |
+
"T4": 4,
|
11 |
+
"T5": 5,
|
12 |
+
"T6": 6,
|
13 |
+
"T7": 7,
|
14 |
+
"T8": 8,
|
15 |
+
"T9": 9,
|
16 |
+
"T10": 10,
|
17 |
+
"T11": 11,
|
18 |
+
"T12": 12,
|
19 |
+
"L1": 13,
|
20 |
+
"L2": 14,
|
21 |
+
"L3": 15,
|
22 |
+
"L4": 16,
|
23 |
+
"L5": 17,
|
24 |
+
"L6": 18,
|
25 |
+
"sacrum": 19,
|
26 |
+
"coccyx": 20,
|
27 |
+
"T13": 21
|
28 |
+
},
|
29 |
+
"numTraining": 1216,
|
30 |
+
"file_ending": ".nii.gz",
|
31 |
+
"dataset_name" : "VertebralBodies Thorax/Abdomen/Sacrum",
|
32 |
+
"reference": "https://huggingface.co/datasets/fhofmann/VertebralBodiesCT-Labels",
|
33 |
+
"release": "2024-08-29",
|
34 |
+
"license": "CC BY-SA 4.0",
|
35 |
+
"description": "1216 CT scans, with segmentations of the vertebral bodies in the thorax, abdomen, and sacrum. CT scans and initial labels derive from the VerSe (https://github.com/anjany/verse, license CC BY-SA 4.0) and TotalSegmentator (license CC BY 4.0 DEED) dataset. Files were processed, and labels were adapted as described in the README.md. A validation set is available separately."
|
36 |
+
}
|