Read the statement by Michael Teeuw here.
MMM-Face-Reco-DNN
-
@Parvez sorry, no idea…
-
@sdetweil Thank you for your help…
-
@Parvez hi,
I took a fork of SMAI that uses recoDNN an doesn’t require any external python running (recoDNN does that), i also detail training.
https://github.com/jimbydude/MMM-AI-Face-Login
Cheers
-
Hi,
i have done all to import my fotos. i worked all along without any error.
is it possible to test the importet Foto set?
As i set up the Module, i will not recognice me. Is it possible to test anyway? -
@Seregeth I do not know. this would have to be provided by the OCV (Open computer vision)
code, not ours -
@sdetweil
Thank you very much for the feedback.I almost thought so. But maybe someone knows, so I can narrow down where my mistake is.
If it’s because the person isn’t recognised, it’s different than if I’ve set a parameter incorrectly.
-
@Seregeth the module hasn’t been supported for a number of years, and I don’t remember any debugging assistance provided
-
This post is deleted! -
@Seregeth I think you posted this to the wrong topic
has nothing to do with face reco
-
I have now managed to get the module to recognise me. Following this nice success, I now wanted to add other people to it.
But that is no longer possible, the process always stops:
I start:
python3 encode.py -i …/dataset/ -e encodings.pickle -d hogthen comes:
[INFO] quantifyng faces…
[INFO] processing image 1/17 - …/dataset/Pauline/img01.jpg
KilledI then tried deleting the first image (img01.jpg) once and trying again. It worked better then, but it still broke. This time, image img01.jpg came first, then image img04.jpg, then Killed.
What could be the reason that the process is no longer executed?