Read the statement by Michael Teeuw here.
MMM-Face-Reco-DNN how to setup multi users
-
Hi I am a complete noob and have been trying to get the multi user working … I have the dataset created and when I do the encode it seems to work but for the life of me I can not get the users to work… I have added the following to the module config(tried both user/userClasses)
// Array with usernames (copy and paste from training script)
//users: [“Ivan”,“John”],
or
userClasses: [“Ivan”,“John”],then assigned the module to the person
{
module: ‘MMM-GoogleMapsTraffic’,
classes: “Ivan”,
position: ‘bottom_left’,when I run the npm start all I get are the always modules but the ones assigned to the user don’t show up. Where am I going wrong did I miss a step facial rec is working .
Any help would be greatly appreciated as I love this module so far just can’t get that part working.
-
@ijahmc2u I do not know but it seems he added some debug recently
add debug:true to the module config
you will have output in two places
where u do
npm start
and in the developers window,
ctrl-shift-i on the keyboard, and select the console tab