AndreaPorri commited on
Commit
891775c
·
verified ·
1 Parent(s): acdbd32

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -13
README.md CHANGED
@@ -25,19 +25,20 @@ This dataset is designed for real-time "precise eye detection" under various con
25
  - Diversity of lighting and poses.
26
 
27
  ## **Preprocessing e Augmentation applied**
28
- ### 1. <u>Preprocessing</u>:
29
- - Auto-orientation (with EXIF orientation stripping)
30
- - Resize to 640x640 (Stretch)
31
-
32
- ### 2. <u>Data Augmentation</u> (create 7 versions for each image):
33
- - Random crop: 0-30% of the image
34
- - Random rotation: ±15 degrees
35
- - Random shear: ±15° horizontal/vertical
36
- - Brightness adjustment: ±25%
37
- - Exposure adjustment: ±15%
38
- - Gaussian blur: up to 1.2px
39
- - Salt and pepper noise: 0.3% of pixels
40
- - Cutout: 7 boxes, each with a size of 2%
 
41
 
42
  **Nota importante**: Tutti i bounding box sono stati **completamente riannotati manualmente** su Roboflow per garantire la massima accuratezza.
43
 
 
25
  - Diversity of lighting and poses.
26
 
27
  ## **Preprocessing e Augmentation applied**
28
+
29
+ 1. **<u>Preprocessing</u>**:
30
+ - Auto-orientation (with EXIF orientation stripping)
31
+ - Resize to 640x640 (Stretch)
32
+
33
+ 2. **<u>Data Augmentation</u>** (create 7 versions for each image):
34
+ - Random crop: 0-30% of the image
35
+ - Random rotation: ±15 degrees
36
+ - Random shear: ±15° horizontal/vertical
37
+ - Brightness adjustment: ±25%
38
+ - Exposure adjustment: ±15%
39
+ - Gaussian blur: up to 1.2px
40
+ - Salt and pepper noise: 0.3% of pixels
41
+ - Cutout: 7 boxes, each with a size of 2%
42
 
43
  **Nota importante**: Tutti i bounding box sono stati **completamente riannotati manualmente** su Roboflow per garantire la massima accuratezza.
44