AndreaPorri commited on
Commit
460ad73
·
verified ·
1 Parent(s): 2615ff3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -18
README.md CHANGED
@@ -16,9 +16,9 @@ This COCO dataset is designed for real-time "precise eye detection" task under v
16
  ## **Dataset Splits**
17
  This dataset is intentionally provided as a **single training split** containing all 72,317 examples. This design choice allows researchers to:
18
 
19
- - Create custom split ratios tailored to their specific needs
20
- - Ensure different random seeds don't lead to overlapping examples between studies
21
- - Implement cross-validation strategies more flexibly
22
 
23
  You are responsible for creating appropriate validation and test splits using the provided training data. We recommend using 70-80% for training, 10-15% for validation, and 10-15% for testing, depending on your requirements.
24
 
@@ -94,18 +94,18 @@ coco_dataset = CocoDetection(
94
  # <span style="font-size: 1.5em; font-weight: bold;">Preprocessing e Augmentation applied</span>
95
 
96
  1. **<u>Preprocessing</u>**:
97
- - Auto-orientation (with EXIF orientation stripping)
98
- - Resize to 640x640 (Stretch)
99
 
100
  2. **<u>Data Augmentation</u>** (create 7 versions for each image):
101
- - Random crop: 0-30% of the image
102
- - Random rotation: ±15 degrees
103
- - Random shear: ±15° horizontal/vertical
104
- - Brightness adjustment: ±25%
105
- - Exposure adjustment: ±15%
106
- - Gaussian blur: up to 1.2px
107
- - Salt and pepper noise: 0.3% of pixels
108
- - Cutout: 7 boxes, each with a size of 2%
109
 
110
 
111
  # <span style="font-size: 1.5em; font-weight: bold;">Repository File Structure</span>
@@ -126,9 +126,9 @@ Eyes-Detection/
126
  # <span style="font-size: 1.5em; font-weight: bold;">License - CC BY-NC-SA 4.0</span>
127
 
128
  1. **<u>What you can do</u>**:
129
- - Share - copy and redistribute the material
130
- - Adapt - remix, transform, and create derivative works
131
- - Use for research, study, and non-commercial projects
132
 
133
  2. **<u>Mandatory conditions</u>**:
134
  - Attribution - You must give appropriate credit, provide a link to the license, and indicate if changes were made.
@@ -148,8 +148,8 @@ Eyes-Detection/
148
 
149
 
150
  # <span style="font-size: 1.5em; font-weight: bold;">Limitations and Ethical Considerations</span>
151
- - The dataset contains <u>images of faces</u>
152
- - Use permitted <u>only for non-commercial purposes</u>
153
  - It is the user's responsibility to ensure ethical use in compliance with privacy laws.
154
 
155
 
 
16
  ## **Dataset Splits**
17
  This dataset is intentionally provided as a **single training split** containing all 72,317 examples. This design choice allows researchers to:
18
 
19
+ - Create custom split ratios tailored to their specific needs.
20
+ - Ensure different random seeds don't lead to overlapping examples between studies.
21
+ - Implement cross-validation strategies more flexibly.
22
 
23
  You are responsible for creating appropriate validation and test splits using the provided training data. We recommend using 70-80% for training, 10-15% for validation, and 10-15% for testing, depending on your requirements.
24
 
 
94
  # <span style="font-size: 1.5em; font-weight: bold;">Preprocessing e Augmentation applied</span>
95
 
96
  1. **<u>Preprocessing</u>**:
97
+ - Auto-orientation (with EXIF orientation stripping).
98
+ - Resize to 640x640 (Stretch).
99
 
100
  2. **<u>Data Augmentation</u>** (create 7 versions for each image):
101
+ - Random crop: 0-30% of the image.
102
+ - Random rotation: ±15 degrees.
103
+ - Random shear: ±15° horizontal/vertical.
104
+ - Brightness adjustment: ±25%.
105
+ - Exposure adjustment: ±15%.
106
+ - Gaussian blur: up to 1.2px.
107
+ - Salt and pepper noise: 0.3% of pixels.
108
+ - Cutout: 7 boxes, each with a size of 2%.
109
 
110
 
111
  # <span style="font-size: 1.5em; font-weight: bold;">Repository File Structure</span>
 
126
  # <span style="font-size: 1.5em; font-weight: bold;">License - CC BY-NC-SA 4.0</span>
127
 
128
  1. **<u>What you can do</u>**:
129
+ - Share - copy and redistribute the material.
130
+ - Adapt - remix, transform, and create derivative works.
131
+ - Use for research, study, and non-commercial projects.
132
 
133
  2. **<u>Mandatory conditions</u>**:
134
  - Attribution - You must give appropriate credit, provide a link to the license, and indicate if changes were made.
 
148
 
149
 
150
  # <span style="font-size: 1.5em; font-weight: bold;">Limitations and Ethical Considerations</span>
151
+ - The dataset contains <u>images of faces</u>.
152
+ - Use permitted <u>only for non-commercial purposes</u>.
153
  - It is the user's responsibility to ensure ethical use in compliance with privacy laws.
154
 
155