nischi / MMM-Face-Reco-DNN

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

Classes syntax error #107

Closed djkemp closed 2 years ago

djkemp commented 2 years ago

All installed and encodings.pickle file created.

I am having some trouble setting classes on each module as I keep getting syntax errors.

I've tried appending classes: 'always' to all modules other than the face-reco, and also nesting classes: 'always' under config: {} for each module but keep getting syntax error "Unexpected token classes" when checking the config file with npm run config:check.

Should I have included the face-reco module as the first module or am I doing something else wrong here?

Any help is much appreciated as it feels like I'm almost there with this.

djkemp commented 2 years ago

A simple mistake of not adding commas!