Read the statement by Michael Teeuw here.
Facial Recognition - customize your mirror for every user!
-
@YourhighnessLeender @reaper81 I would not advise removing the notification module, since then you wouldn’t be able to see any notification anymore. Instead I would suggest you to remove the lines in the MMM-Facial-Recognition.js file where they call
this.sendNotification("SHOW_ALERT", here also something);
-
Added an option.
@tosti007 I am not sure its a good idea to advice people to change module code since it makes updating more dificult for them and could also break stuff. -
@paviro Yea that’s true, sorry for it, however I also don’t really think it’s advisable to disable the notifications in total. I see an option for a new configurable feature here? :)
-
@paviro it’s working now! Thank you :) I changed the algorithm from LBPH to Fisher regenerated the training.xml with train.py and my mirror can identify me :-D
unfortunately I have new problem.
Everything working great until only one person is in training.xml if it’s more then one person face is trained identify mirror the face but the name is always from the last person in the user list. -
@paviro Wow, that was realy fast, thanks. Where can I find the new Option? Can you add them in your Github-Documentation?
-
@reaper81 you can find it in the readme, it’s
welcomeMessage
-
@benkej Thats odd how does the tester react? :)
-
@paviro every trained face identify as the last person in the user list. If is only single face is trained working the tester without problem. I tried LBPH and fisher algorithm also. Already changed the picam to webcam but I get the same result :(
-
I put the welcomeMessage in my config.js after updating but still can’t see the welcome message…
-
To update your module i have to use: “git pull https://github.com/paviro/MMM-Facial-Recognition” ?