-
Source Python code here is :
``` python
def _raw_face_locations(img, number_of_times_to_upsample=1, model="hog"):
"""
Returns an array of bounding boxes of human faces in a image
:p…
-
Hi,
We are trying auto number to new faces in video stream. (ie tv, media or cctv). Detection is very good and than recognising.
If we try to recognise each new detected face from the same pers…
-
Hi,
We are working on a project and mainly using the dlib for reading face landmarks and metadata that we can calculate from it.
Can we use further such as distracted driver detection ? any dir…
-
dlib/image_processing/object_detector.h
I did face detection with below code from version 01/10/2018(don't quite accurate) and version 09/01/2018, it seems like the new version took 600ms to finish…
-
My understanding is that object bounding boxes need to be accurate for landmark training.
I want to train a fresh set of facial landmarks, but dlib already has good face detectors (especially the D…
-
Hi, I am trying to integrate dlib into an already existing VS2013 project. I came across this error while doing so. I will be digging further, but if anyone thinks they have come across this error, pl…
-
When I use GPU to detect faces with cnn_face_detection_model_v1 (mmod_human_face_detector.dat) I have 100% single core usage. strace util shows tons of
```
clock_gettime(CLOCK_MONOTONIC_RAW, {271…
-
* **Version**: 19.15
* **Where did you get dlib**: dlib.net
* **Platform**: Ubuntu 16.04.5 LTS, Ubuntu 16.04.4 LTS, CentOS Linux release 7.5.1804 (Core), all running a docker container based on Ubun…
-
Since a few months, `dlib` comes with a state-of-art face tracker, and provides an use [example](https://github.com/davisking/dlib/blob/master/examples/face_landmark_detection_ex.cpp) that is [impress…
-
Hi Kagami,
Thanks for the great work. This is one very nice go implementation of dlib face recognition.
Looking at facerec.cc, the Recognize function does both the face detection and face encodi…