nischi / MMM-Face-Reco-DNN

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

Config #15

Closed Biteldamian closed 4 years ago

Biteldamian commented 4 years ago

Im having issues getting it working, sorry such a noob at this stuff

I installed everyrting but i cant seem to make a good config file when i start the pm2 program it automaticly goes to the error where you need a config file

nischi commented 4 years ago

@Biteldamian Can you please provide your config that i can check whats wrong?

Biteldamian commented 4 years ago

i could not drop the json file so i made a txt config.txt

Biteldamian commented 4 years ago

the dataset map is named 'damian'

nischi commented 4 years ago

you miss a comma before classes in module config from "compliments" and "clock".

{
            module: "clock",
            position: "top_left"   <--- missing comma

            classes: 'damian',
},