Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM: Quarter Pounder Deluxe model #31170

Merged
merged 6 commits into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions selfdrive/modeld/models/dmonitoring_model.current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
d1124586-761e-4e18-a771-6b5ef35124fe
6fec774f513a19e44d4316e46ad38277197d45ea
60abed33-9f25-4e34-9937-aaf918d41dfc
50887963963a3022e85ac0c94b0801aef955a608
4 changes: 2 additions & 2 deletions selfdrive/modeld/models/dmonitoring_model.onnx
Git LFS file not shown
4 changes: 2 additions & 2 deletions selfdrive/modeld/models/dmonitoring_model_q.dlc
Git LFS file not shown
6 changes: 3 additions & 3 deletions selfdrive/monitoring/driver_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ def __init__(self):
self._FACE_THRESHOLD = 0.7
self._EYE_THRESHOLD = 0.65
self._SG_THRESHOLD = 0.9
self._BLINK_THRESHOLD = 0.895
self._BLINK_THRESHOLD = 0.865

self._EE_THRESH11 = 0.275
self._EE_THRESH12 = 5.5
self._EE_THRESH11 = 0.241
self._EE_THRESH12 = 4.7
self._EE_MAX_OFFSET1 = 0.06
self._EE_MIN_OFFSET1 = 0.025
self._EE_THRESH21 = 0.01
Expand Down
2 changes: 1 addition & 1 deletion selfdrive/test/process_replay/model_replay_ref_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4b983afeba5ec953f0d37e7b3499bde5209728eb
4a01784a6b83a49301a68adf52bb7dcfcb7173b5
Loading