melisklc0 commited on
Commit
2081e71
·
verified ·
1 Parent(s): 52fd1c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ pretty_name: Stroke Classification Dataset (CT Scans)
23
  ## Summary
24
 
25
  - **Task:** Binary CT image classification (`No-Stroke` = 0, `Stroke` = 1)
26
- - **Dataset Size:** Approximately 15,000 augmented brain CT images (~3 GB)
27
  - **Structure:** 3-fold cross-validation (`Fold1`, `Fold2`, `Fold3`), each containing `train/` and `test/` splits
28
  - **Labeling Strategy:** Original classes (`No Stroke`, `Bleeding`, `Ischemia`) were converted into a binary setup by merging `Bleeding` and `Ischemia` into a single `Stroke` class for emergency triage
29
 
 
23
  ## Summary
24
 
25
  - **Task:** Binary CT image classification (`No-Stroke` = 0, `Stroke` = 1)
26
+ - **Dataset Size:** ~16.5k images per fold, ~49.5k files across folds on disk. ~3 GB total
27
  - **Structure:** 3-fold cross-validation (`Fold1`, `Fold2`, `Fold3`), each containing `train/` and `test/` splits
28
  - **Labeling Strategy:** Original classes (`No Stroke`, `Bleeding`, `Ischemia`) were converted into a binary setup by merging `Bleeding` and `Ischemia` into a single `Stroke` class for emergency triage
29