diff --git a/src/config.ini b/src/config.ini index 1f577e9..55e29d6 100644 --- a/src/config.ini +++ b/src/config.ini @@ -21,6 +21,11 @@ dismiss_lockscreen = false # The howdy command will still function disabled = false +# Use CNN instead of HOG +# CNN model is much more accurate than the HOG based model, but takes much more +# computational power to run, and is meant to be executed on a GPU to attain reasonable speed. +use_cnn = false + [video] # The certainty of the detected face belonging to the user of the account # On a scale from 1 to 10, values above 5 are not recommended