new option for CNN
This commit is contained in:
parent
bd02f998f2
commit
683837df91
1 changed files with 5 additions and 0 deletions
|
|
@ -21,6 +21,11 @@ dismiss_lockscreen = false
|
||||||
# The howdy command will still function
|
# The howdy command will still function
|
||||||
disabled = false
|
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]
|
[video]
|
||||||
# The certainty of the detected face belonging to the user of the account
|
# 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
|
# On a scale from 1 to 10, values above 5 are not recommended
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue