tkhangg0910 commited on
Commit
d473059
·
verified ·
1 Parent(s): 9c4377d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -178,3 +178,29 @@ configs:
178
  - split: test
179
  path: data/test-*
180
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
178
  - split: test
179
  path: data/test-*
180
  ---
181
+
182
+ | Category | Metric | Train | Test |
183
+ |----------------------------|---------------------------|-----------------------------------------|-----------------------------------------|
184
+ | **Status Distribution** | Moderate-Dementia | 392 | 168 |
185
+ | | Non-Dementia | 346 | 216 |
186
+ | | Mild-Dementia | 293 | 127 |
187
+ | **GCA Distribution** | Class 2 | 265 | 158 |
188
+ | | Class 1 | 1 | 1 |
189
+ | **Koedam Distribution** | Class 1 | 202 | 202 |
190
+ | | Class 2 | 126 | 9 |
191
+ | **MTA Distribution** | Class 2 | 169 | 73 |
192
+ | | Class 1 | 40 | 9 |
193
+ | | Class 3 | 1 | 1 |
194
+ | **Label Distribution** | GCA | 2170 | 1023 |
195
+ | | Koedam | 950 | 368 |
196
+ | | MTA | 126 | 49 |
197
+ | **Empty Samples** | No label samples | 275 | 176 |
198
+ | **Samples w/ BBox** | Num samples | 756 | 335 |
199
+ | **BBox per Class** | GCA | 2170 | 1023 |
200
+ | | Koedam | 950 | 368 |
201
+ | | MTA | 126 | 49 |
202
+ | **Mask Presence** | GCA | 618 | 307 |
203
+ | | Koedam | 416 | 153 |
204
+ | | MTA | 71 | 29 |
205
+ | **BBox Stats** | Avg bbox / sample | 3.148 | 2.818 |
206
+ | | Max bbox / sample | 13 | 14 |