Spaces:
Sleeping
Sleeping
Update config.yaml
Browse files- config.yaml +2 -0
config.yaml
CHANGED
@@ -11,6 +11,8 @@ detection_strategy: "geometric"
|
|
11 |
# -- Geometric Strategy Settings --
|
12 |
# Parameters for the facial landmark-based detection methods.
|
13 |
geometric_settings:
|
|
|
|
|
14 |
low_light_thresh: 60
|
15 |
eye_ar_thresh: 0.24 # Increased: Catches squinting
|
16 |
eye_ar_consec_frames: 10 # Decreased: Faster eye closure detection
|
|
|
11 |
# -- Geometric Strategy Settings --
|
12 |
# Parameters for the facial landmark-based detection methods.
|
13 |
geometric_settings:
|
14 |
+
downsize_factor: 0.5
|
15 |
+
skip_frames: 1
|
16 |
low_light_thresh: 60
|
17 |
eye_ar_thresh: 0.24 # Increased: Catches squinting
|
18 |
eye_ar_consec_frames: 10 # Decreased: Faster eye closure detection
|