-
I've been playing around with the new face detector in /examples/dnn_mmod_face_detection_ex.cpp. I ran the program on the /examples/faces directory exactly as written in the example file itself, but I…
-
How do I recognize faces realtime?
-
I have a CentOS 7 operating system installed on my current server, and it works very well but I've created a second virtual machine for your application and installed Ubuntu 18.10 - Nextcloud software…
-
I recently installed the facerecognition app with the dependency binaries built from source. Upon running `occ face:background_job`, the app starts scanning, but until now all images are skipped becau…
-
Hi, first off, thank you for this wonderful library it has made our lives so much easier. We are looking to perform batch inference for the dlib CNN face detector and are currently scripting with Pyth…
-
Hi, I have a new issue after having successfully installed facerecognition
My system is a Raspberry Pi 4 with 4GB of RAM, running RaspBian 10 Buster.
Nextcloud 17.0.2.1 with manually installed Fac…
-
What are you doing ?
I am running python cnn based face detector cuda based gpu in nginx server created through WSGI (web service gateway interface) using below command
`uwsgi -- processes=2 --socke…
-
Just getting to know about MTCNN face landmark detection. Sorry to bother if it's a rookie question.
I am wondering how are the chin coordinates obtained. Isn't MTCNN can only generate 5 points (bo…
-
Hi! My environment like follows:
- **ubuntu:** 16.7.2
- **cuda:** 10.0.130
- **cudnn:** 7.6.1
- **Driver Version:** 410.104
- **python:** 3.7.3
- **cmake:** 3.5.1
- **gcc:** (Ubuntu 5.4.0-6u…
-
## Expected Behavior
I try to save the face chip after face detection with the following code:
`
extract_image_chip(img, get_face_chip_details(shape, 150, 0.25), face_chip);
matrix face_chip_move …