We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e808f4 commit f0ffcffCopy full SHA for f0ffcff
3 files changed
scripts/mode_control.py
@@ -6,3 +6,4 @@ class Mode(IntEnum):
6
USER = 0
7
AUTONOMOUS = 1
8
LINE = 2
9
+ FACE = 3 # Gender / age detection via DeepFace
0 commit comments