nischi / MMM-Face-Reco-DNN

Face recognition with opencv and deep neural network
MIT License
91 stars 46 forks source link

Issues Switching Classes #100

Closed jokerxshot closed 3 years ago

jokerxshot commented 3 years ago

I recently got the facial recognition up and running as described in the documentation but whenever it recognizes a face, it does not change the layout on MagicMirror. I get a message saying that the correct user logged in and all my modules (except for MMM-Face-Reco-DNN) have a class (ex. classes: "sue",). Is there something in the module that I should be classifying first?

jokerxshot commented 3 years ago

Put the names of the classes in the known/recognized faces line. Did not know that it needed to be classified there first. My bad.