-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdataset.json
More file actions
executable file
·66 lines (65 loc) · 1.9 KB
/
dataset.json
File metadata and controls
executable file
·66 lines (65 loc) · 1.9 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "ToothFairy 2",
"description": "Segmentation of maxillofacial CBCT volumes",
"reference": "https://ditto.ing.unimore.it/toothfairy2/",
"license": "CC-BY-SA 4.0",
"release": "20/04/2024",
"tensorImageSize": "4D",
"labels": {
"background": 0,
"Lower Jawbone": 1,
"Upper Jawbone": 2,
"Left Inferior Alveolar Canal": 3,
"Right Inferior Alveolar Canal": 4,
"Left Maxillary Sinus": 5,
"Right Maxillary Sinus": 6,
"Pharynx": 7,
"Bridge": 8,
"Crown": 9,
"Implant": 10,
"Upper Right Central Incisor": 11,
"Upper Right Lateral Incisor": 12,
"Upper Right Canine": 13,
"Upper Right First Premolar": 14,
"Upper Right Second Premolar": 15,
"Upper Right First Molar": 16,
"Upper Right Second Molar": 17,
"Upper Right Third Molar (Wisdom Tooth)": 18,
"NA1": 19,
"NA2": 20,
"Upper Left Central Incisor": 21,
"Upper Left Lateral Incisor": 22,
"Upper Left Canine": 23,
"Upper Left First Premolar": 24,
"Upper Left Second Premolar": 25,
"Upper Left First Molar": 26,
"Upper Left Second Molar": 27,
"Upper Left Third Molar (Wisdom Tooth)": 28,
"NA3": 29,
"NA4": 30,
"Lower Left Central Incisor": 31,
"Lower Left Lateral Incisor": 32,
"Lower Left Canine": 33,
"Lower Left First Premolar": 34,
"Lower Left Second Premolar": 35,
"Lower Left First Molar": 36,
"Lower Left Second Molar": 37,
"Lower Left Third Molar (Wisdom Tooth)": 38,
"NA5": 39,
"NA6": 40,
"Lower Right Central Incisor": 41,
"Lower Right Lateral Incisor": 42,
"Lower Right Canine": 43,
"Lower Right First Premolar": 44,
"Lower Right Second Premolar": 45,
"Lower Right First Molar": 46,
"Lower Right Second Molar": 47,
"Lower Right Third Molar (Wisdom Tooth)": 48
},
"numTraining": 480,
"numTest": 50,
"file_ending": ".nii.gz",
"channel_names": {
"0": "CBCT"
}
}