Read the statement by Michael Teeuw here.
MMM-Face-Reco-DNN + ProfileSwitcher
-
@stardyze there is no ‘actual’ class… Facereco just looks at the classes field to match against user names
-
@sdetweil So I can’t have specific classes or layouts for each person?
-
@stardyze https://github.com/nischi/MMM-Face-Reco-DNN
Yes, and you can share…
layout is a challenge… like profile u need multiple instances of the same module,
for different users…MM can only show or hide modules… so, you have one instance for sam, and another for bob
-
@sdetweil I do have classes set in each module but it doesn’t switch the profiles when a face is recognized. In the terminal, it says that the right user is recognized and is logged in but the layout doesn’t change.
-
@stardyze see
https://github.com/nischi/MMM-Face-Reco-DNN#classescase of the names matters… Sam does not equal sam
-
@sdetweil I did look through that page and all the case names are the same (lowercase) from my dataset folders for each person to the class names for each module and it still doesn’t switch modules in the mirror. Do I have to classify the each class first in the .js in the facereco module first?
-
@stardyze u now know everything I know…
I set the module up once, and it worked on the 1st try. haven’t used it since (as I am the only user)
-
@sdetweil Okay haha thank you so much for your time
-
@stardyze the mosdule classes are space separated… right?
-
@sdetweil you mean like the name of the class is not right next to the colon?