mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-13 21:32:14 +08:00
DM: reduce model error on dsp by another 3.5x (#24159)
* a8236e30 * match * update model ref old-commit-hash: 720adbc49f3a849394b8139d91be906d771f24d7
This commit is contained in:
@@ -28,10 +28,10 @@ class DRIVER_MONITOR_SETTINGS():
|
||||
|
||||
self._FACE_THRESHOLD = 0.5
|
||||
self._PARTIAL_FACE_THRESHOLD = 0.8 if TICI else 0.45
|
||||
self._EYE_THRESHOLD = 0.55
|
||||
self._SG_THRESHOLD = 0.88 if TICI else 0.86
|
||||
self._BLINK_THRESHOLD = 0.61 if TICI else 0.59
|
||||
self._BLINK_THRESHOLD_SLACK = 0.8 if TICI else 0.75
|
||||
self._EYE_THRESHOLD = 0.65 if TICI else 0.6
|
||||
self._SG_THRESHOLD = 0.925 if TICI else 0.91
|
||||
self._BLINK_THRESHOLD = 0.8 if TICI else 0.55
|
||||
self._BLINK_THRESHOLD_SLACK = 0.9 if TICI else 0.7
|
||||
self._BLINK_THRESHOLD_STRICT = self._BLINK_THRESHOLD
|
||||
|
||||
self._EE_THRESH11 = 0.75 if TICI else 0.4
|
||||
|
||||
@@ -1 +1 @@
|
||||
012f7c1b4aca0e0f38a1a2ddea41e738debe0003
|
||||
5fb5cd71a6e878cf45593ecea22c93e932f70c31
|
||||
Reference in New Issue
Block a user