Face-Recognition-Raspberry-Pi-64-bits icon indicating copy to clipboard operation
Face-Recognition-Raspberry-Pi-64-bits copied to clipboard

Recognize 2000+ faces on your Raspberry Pi 4 with database auto-fill and anti-spoofing

Results 10 Face-Recognition-Raspberry-Pi-64-bits issues
Sort by recently updated
recently updated
newest added

Hi, @Qengineering what I noticed that you are aligning the face in TWrap: ``` cv::warpPerspective(SmallFrame, aligned, m, cv::Size(96, 112), cv::INTER_LINEAR); resize(aligned, aligned, cv::Size(112, 112), 0, 0, cv::INTER_LINEAR); ``` I saw...

Hi, I installed ncnn with vulkan on the raspberry pi 4B 8Gb correctly and I'm running the ncnn examples successfully on vulkan. But I'm not knowing how to correctly configure...

Hello, Nice!! Thanks for sharing the source code. You provided in #10 one example of how to compile with g++, but how can i create a CMakeLists.txt to compile using...

Hello, I am doing a project using your project: https://github.com/Qengineering/Face-Recognition-Raspberry-Pi-64-bits/tree/main/src I would like to ask about this MTCNN model. How was it trained? How many faces were trained with this...

Can I add my own picture to the database? I realize that when I add my own picture it got a segmentation error. Do I need to crop the picture?

#12 Is it possible to run ./FaceRecognition without having the models folder? In other words, somehow the models files be compiled with cmake.

Hi, Is there any accuracy % for this ncnn recognition model ? I would like to learn your opinion about the onnx and nccn differences between accuracy (sacrifice if any)...

Hi, Is this FaceRecog could work on the windows 10 ? I am a Unix/Linux guy and microsoft makes me crazy. Different compilers and not accepting the compiled libraries. Is...

Hi , I love your work and appreciated. Learn a lot. Do you have android (JNI) version of this project or planning ? Thx

Hi Sir, Do you know how to implement Automatic number plate recognition on RPI4 ? The problem statement looks similar to face recognition. As in one has to first find...