nischi / MMM-Face-Reco-DNN

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

How to hide or show modules for specific users in runtime? #80

Closed dipato closed 3 years ago

dipato commented 3 years ago

Dear all,

The face recognition part is working very well. My problem is when I want that a specific module was shown for a specific user. When I use "classes: 'always'", it shows well the modules, but when I use for example "classes: 'Diana'" in a module, this is not shown in the mirror. Also, if I use "classes: 'known'", the module is not shown. Can someome help me?

Thank you.

nischi commented 3 years ago

Hi @dipato

This should actually work, i have the same. For the module which i wanna only show to myself i have the classes: "thierry". You need to be carefull, it is case sensitive, is this maybe an issue?

dipato commented 3 years ago

Thank you dear Thierry, now it is working perfectly. Nice work!