jherng commited on
Commit
0dc5539
·
1 Parent(s): 4a158e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +162 -0
README.md CHANGED
@@ -1,3 +1,165 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ dataset_info:
4
+ - config_name: classification
5
+ features:
6
+ - name: img_path
7
+ dtype: string
8
+ - name: bowel
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': healthy
13
+ '1': injury
14
+ - name: extravasation
15
+ dtype:
16
+ class_label:
17
+ names:
18
+ '0': healthy
19
+ '1': injury
20
+ - name: kidney
21
+ dtype:
22
+ class_label:
23
+ names:
24
+ '0': healthy
25
+ '1': low
26
+ '2': high
27
+ - name: liver
28
+ dtype:
29
+ class_label:
30
+ names:
31
+ '0': healthy
32
+ '1': low
33
+ '2': high
34
+ - name: spleen
35
+ dtype:
36
+ class_label:
37
+ names:
38
+ '0': healthy
39
+ '1': low
40
+ '2': high
41
+ - name: any_injury
42
+ dtype: bool
43
+ - name: metadata
44
+ struct:
45
+ - name: series_id
46
+ dtype: int32
47
+ - name: patient_id
48
+ dtype: int32
49
+ - name: incomplete_organ
50
+ dtype: bool
51
+ - name: aortic_hu
52
+ dtype: float32
53
+ - name: pixel_representation
54
+ dtype: int32
55
+ - name: bits_allocated
56
+ dtype: int32
57
+ - name: bits_stored
58
+ dtype: int32
59
+ splits:
60
+ - name: train
61
+ num_bytes: 802231
62
+ num_examples: 4239
63
+ - name: test
64
+ num_bytes: 89326
65
+ num_examples: 472
66
+ download_size: 96729254048
67
+ dataset_size: 891557
68
+ - config_name: classification-with-mask
69
+ features:
70
+ - name: img_path
71
+ dtype: string
72
+ - name: seg_path
73
+ dtype: string
74
+ - name: bowel
75
+ dtype:
76
+ class_label:
77
+ names:
78
+ '0': healthy
79
+ '1': injury
80
+ - name: extravasation
81
+ dtype:
82
+ class_label:
83
+ names:
84
+ '0': healthy
85
+ '1': injury
86
+ - name: kidney
87
+ dtype:
88
+ class_label:
89
+ names:
90
+ '0': healthy
91
+ '1': low
92
+ '2': high
93
+ - name: liver
94
+ dtype:
95
+ class_label:
96
+ names:
97
+ '0': healthy
98
+ '1': low
99
+ '2': high
100
+ - name: spleen
101
+ dtype:
102
+ class_label:
103
+ names:
104
+ '0': healthy
105
+ '1': low
106
+ '2': high
107
+ - name: any_injury
108
+ dtype: bool
109
+ - name: metadata
110
+ struct:
111
+ - name: series_id
112
+ dtype: int32
113
+ - name: patient_id
114
+ dtype: int32
115
+ - name: incomplete_organ
116
+ dtype: bool
117
+ - name: aortic_hu
118
+ dtype: float32
119
+ - name: pixel_representation
120
+ dtype: int32
121
+ - name: bits_allocated
122
+ dtype: int32
123
+ - name: bits_stored
124
+ dtype: int32
125
+ splits:
126
+ - name: train
127
+ num_bytes: 58138
128
+ num_examples: 185
129
+ - name: test
130
+ num_bytes: 6600
131
+ num_examples: 21
132
+ download_size: 4196738529
133
+ dataset_size: 64738
134
+ - config_name: segmentation
135
+ features:
136
+ - name: img_path
137
+ dtype: string
138
+ - name: seg_path
139
+ dtype: string
140
+ - name: metadata
141
+ struct:
142
+ - name: series_id
143
+ dtype: int32
144
+ - name: patient_id
145
+ dtype: int32
146
+ - name: incomplete_organ
147
+ dtype: bool
148
+ - name: aortic_hu
149
+ dtype: float32
150
+ - name: pixel_representation
151
+ dtype: int32
152
+ - name: bits_allocated
153
+ dtype: int32
154
+ - name: bits_stored
155
+ dtype: int32
156
+ splits:
157
+ - name: train
158
+ num_bytes: 50714
159
+ num_examples: 185
160
+ - name: test
161
+ num_bytes: 5757
162
+ num_examples: 21
163
+ download_size: 4196631843
164
+ dataset_size: 56471
165
  ---