nischi / MMM-Face-Reco-DNN

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

default modules not showing for strangers #36

Closed mschlesinger19 closed 4 years ago

mschlesinger19 commented 4 years ago

I have found that when the module recognizes a stranger, those modules just labeled "default" are not shown. Classes "default everyone" are shown for strangers but "default" are not shown. Is anyone else seeing this issue? Maybe my configuration is incorrect.

nischi commented 4 years ago

Should be like you said. I need to test that on my system and fix it.

robertybob commented 4 years ago

@nischi have you had the opportunity to work on this? :)

nischi commented 4 years ago

I'm sorry, not yet.

majurgens commented 4 years ago

I have a similar problem but with "everyone". I've have found that there are other classes that work in specific ways.

For me,

majurgens commented 4 years ago

I've looked at the code and there is actually nowhere in the code that will show the "everyone" class when a user logs in and hide it when they log out. This is why it does not work.

There is code in there that would

The code looks good for "default" so I'm not sure what the problem is as reported by mschlesinger19

I have fix up the code in my local version. I'm not sure how I would go about putting it back in github .....