Image Segmentation
medical
File size: 1,015 Bytes
b5c3025
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{ 
 "channel_names": {
   "0": "CT"
 }, 
 "labels": {
   "background": 0,
    "T1": 1,
    "T2": 2,
    "T3": 3,
    "T4": 4,
    "T5": 5,
    "T6": 6,
    "T7": 7,
    "T8": 8,
    "T9": 9,
    "T10": 10,
    "T11": 11,
    "T12": 12,
    "L1": 13,
    "L2": 14,
    "L3": 15,
    "L4": 16,
    "L5": 17,
    "L6": 18,
    "sacrum": 19,
    "coccyx": 20,
    "T13": 21
 }, 
 "numTraining": 1216, 
 "file_ending": ".nii.gz",
 "dataset_name" : "VertebralBodies Thorax/Abdomen/Sacrum",
 "reference": "https://huggingface.co./datasets/fhofmann/VertebralBodiesCT-Labels",
 "release": "2024-08-29",
 "license": "CC BY-SA 4.0",
 "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."
}