Testimony Adekoya commited on
Commit
704417d
·
1 Parent(s): edbbe80
Files changed (1) hide show
  1. config.yaml +6 -1
config.yaml CHANGED
@@ -46,8 +46,13 @@ cnn_model_settings:
46
  # -- Hybrid Strategy Settings (Not used in 'geometric' mode) --
47
  hybrid_settings:
48
  alert_threshold: 1.0
 
49
  weights:
50
- eye_closure: 0.45; yawning: 0.30; head_nod: 0.55; looking_away: 0.25; cnn_prediction: 0.60
 
 
 
 
51
 
52
  # -- Alerting System --
53
  alerting:
 
46
  # -- Hybrid Strategy Settings (Not used in 'geometric' mode) --
47
  hybrid_settings:
48
  alert_threshold: 1.0
49
+ # CORRECTED: Each weight is now on its own line.
50
  weights:
51
+ eye_closure: 0.45
52
+ yawning: 0.30
53
+ head_nod: 0.55
54
+ looking_away: 0.25
55
+ cnn_prediction: 0.60
56
 
57
  # -- Alerting System --
58
  alerting: