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

View File

@@ -1,2 +1,2 @@
0ff292a8-3a9c-47e7-9134-2c3b0f69a1fe
d7c2883ee58d7b757e588bdf13ec45891caf397c
a8236e30-5bee-4689-8ea0-fc102e2770e5
d508c79bae1c1c451f3af3e2bc231ce33678cb43

Binary file not shown.

Binary file not shown.

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

View File

@@ -1 +1 @@
012f7c1b4aca0e0f38a1a2ddea41e738debe0003
5fb5cd71a6e878cf45593ecea22c93e932f70c31