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:
ZwX1616
2022-04-07 16:53:06 -07:00
committed by GitHub
parent 156234ced3
commit eeeec4c2f4
5 changed files with 11 additions and 11 deletions
+4 -4
View File
@@ -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