Read the statement by Michael Teeuw here.
Facial recognition
-
@majik655 things are constantly changing. I’ve only installed the MMM-face-reco-dnn on my Pi4
it’s a lot of work
-
@sdetweil said in Facial recognition:
@majik655 things are constantly changing. I’ve only installed the MMM-face-reco-dnn on my Pi4
it’s a lot of work
Yeah iv’e been through the process and back with the very beginning of face recog I was able to get it done but that was a long time ago… it seems it has come a long way.
I guess I get confused when it comes to the dataset… can I just put my own pictures from say my phone in there? Or do I have to somehow figure out how to take pictures and such with the camera on the pi?
The links in the instructions say “OpenCV 4.1.2 quick installation (wthout compliation) for Raspbian Buster”
Bu takes you to a page that is 4.3… for the opencv part is that the only part that is needed is this:
https://github.com/cyysky/OpenCV-Raspberry-Pi-4-Package-for-PythonAnyway made a backup of my mirror…now lets see if I can destroy it trying to get this working.
Thank you for your replies! -
@majik655 I took pics w my phone
-
@majik655 instructions written when opencv 4.1 was current, now 4.3. fun times
-
@sdetweil
Ok thats what I was hoping for …we will see how far I get lol Thanks again (I might have another question for ya but I will try not to)
Thanks -
@sdetweil Crap see another question… how many pics did you load in the beginning from your phone?
-
@majik655 I used 4 pics
-
@sdetweil said in Facial recognition:
@majik655 I used 4 pics
lol well I just uploaded 17 and im wondering if my PIR sensor or other module configs are stopping this …
I havent figured out yet if the camera is even working good… I am using a usb cam so I have it set to 0 in the config…But I have a motion sensor, mmm-pages and google assistant and assistant2display which I wonder is causing any issues.
The mirror boots up loads modules and then goes blank because I have all modules set to me (no default or everyone).
I need to figure out how to view live camera… I wish there was a way for the module to test or report what it sees or doesnt see for that matter.
-
@sdetweil
I finally got it!
I commented out basically everything in my config except for the basics like clock and such…
Nothing was working …
Then I realized the lights on the camera were not turning on when the MM started…which means there was no way it was going to recognize anything if it wasnt even on lolTo get it to work I had to change in the module config
source: 0,
to
source: '/dev/video0',
Which by the info source: 0, SHOULD BE /dev/Video0
Not sure why 0 didnt work but it works now with /dev/Video0!!!
Thank you for listening!
-
@majik655 nice work!