thisiskeithkwan commited on
Commit
ba78cf3
·
verified ·
1 Parent(s): 462ab23

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - image-classification
5
+ language:
6
+ - en
7
+ ---
8
+
9
+ # Pectus Excavatum Dataset
10
+
11
+ ## Dataset Description
12
+
13
+ This dataset contains images of pectus excavatum cases with various demographic information and risk levels. The dataset is intended for medical research and classification purposes.
14
+
15
+ ### Labels
16
+
17
+ The dataset includes the following label categories:
18
+ - Age: adult, child
19
+ - Ethnicity: asian, white, hispanic, undetermined
20
+ - Gender: male, female
21
+ - Risk Level: high-risk, low-risk
22
+
23
+ ### Data Splits
24
+
25
+ - creation_date: 2025-01-22T14:12:49.587991 images
26
+ - original_size: 741 images
27
+ - split_stats: N/A images
28
+ - class_weights: N/A images
29
+ - excluded: N/A images
30
+
31
+ ## Dataset Structure
32
+
33
+ The dataset is organized into three splits:
34
+ - `train/`: Training set
35
+ - `images/`: Training images
36
+ - `labels.csv`: Training labels
37
+ - `val/`: Validation set
38
+ - `images/`: Validation images
39
+ - `labels.csv`: Validation labels
40
+ - `test/`: Test set
41
+ - `images/`: Test images
42
+ - `labels.csv`: Test labels
43
+
44
+ Additional files:
45
+ - `split_metadata.json`: Contains metadata about the dataset splits
46
+ - `test_set_validation_report.json`: Validation report for the test set
47
+
48
+ ### Labels Format
49
+
50
+ Each `labels.csv` file contains the following columns:
51
+ - image_id: Unique identifier for each image
52
+ - original_path: Original path of the image
53
+ - new_path: New path in the processed dataset
54
+ - original_category: Original category label
55
+ - age: Age category
56
+ - ethnicity: Ethnicity category
57
+ - gender: Gender category
58
+ - risk_level: Risk level category
59
+
60
+ ## Citation
61
+
62
+ If you use this dataset in your research, please cite it appropriately.
63
+
64
+ ## Acknowledgements
65
+
66
+ Thanks to all contributors and medical professionals who helped in creating and labeling this dataset.