nischi / MMM-Face-Reco-DNN

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

Updated not working 'stranger' for 'unknown' #27

Closed 4p3rtur3 closed 4 years ago

4p3rtur3 commented 4 years ago

Changed if (person === 'Unknown') to if (person === 'unknown') in order to function properly because Face-Reco gives it in lower case. Before it always sayd "Hello Unknown, nice to meet you!" in the welcome message (and its translations) for strangers.

nischi commented 4 years ago

Nice Thx