MMM-Face-Reco-DNN icon indicating copy to clipboard operation
MMM-Face-Reco-DNN copied to clipboard

Face recognition with opencv and deep neural network

Results 15 MMM-Face-Reco-DNN issues
Sort by recently updated
recently updated
newest added

Hi, Is there any plan to make this module compatible with the new camera interface of Raspberry Pi OS 64-bit? Raspberry Pi OS 64-bit doesn't work anymore with the Python...

help wanted

Great module! Wanted to let you know that as of Apr 2022, the following dependency versions are working: | Dependency | Versions | | ---------------- | -------- | | OpenCV...

Hey, I just got everything installed on a virtual environment but even if I set classes and everything, my Face won't be recognized. I just wanted to try the facerecognition.py...

Hey, I am trying to get this module running but I got stuck in a few spots. First, I created a folder in home/pi/MagicMirror/modules/MMM-Face-Reco-DNN called "dataset". In /home/pi/MagicMirror/modules/MMM-Face-Reco-DNN/**dataset** I have...

Like @patrickmoineau does in his fork, implementing a way to create his dataset with the camera. But in a separate file and do not touch the encoding.py. https://github.com/patrickmoineau/MMM-Face-Reco-DNN/commit/7ea8595b1950089358e1881ac5830006e2bdbeca

enhancement

This is just an idea to enhance the extended dataset feature. Today you can only extend the dataset or you can skip this feature. My idea is to be more...

enhancement

I'm not sure where else to put this but perhaps a thread of what configurations have worked for people would be helpful. Here's mine: |Library|Version| |--------|--------| |opencv-python|4.4.0.46| dlib|19.21.1 face-recognition|1.3.0 imutils|0.5.3...

I tried your module with OpenCV 4.2.0 from git and it works fine. Here's what I did to make it compile (rough draft of install script; might not work, but...

documentation

In the python file, images are shown using cv2.imshow(). Is there a way to show these on the mirror? This makes it visual and shows people what's going on under...

help wanted

Facerecognition is quite expensive in terms of CPU and Memory... I'm thinking of running the whole thing on an external Pi/Spare Laptop and publish messages via MQTT... The module could...

enhancement