From 683837df91b008f03ddb16d4c8e37d9fcb09db53 Mon Sep 17 00:00:00 2001 From: dmig Date: Fri, 7 Dec 2018 14:26:01 +0700 Subject: [PATCH] new option for CNN --- src/config.ini | 5 +++++ 1 file changed, 5 insertions(+) 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