0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-19 09:51:19 +02:00

new option for CNN

This commit is contained in:
dmig 2018-12-07 14:26:01 +07:00
parent bd02f998f2
commit 683837df91
No known key found for this signature in database
GPG key ID: A4A245B3AD37C4FC

View file

@ -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