-
I am working with face detection.
when i try to use dlib cnn method for FD, i write a demo code as follows. it works in dnn_mmod_face_detection_ex.cpp, but in my project **it stops at "nnnet(img)**;"…
-
## Expected Behavior
Faces to be detected
## Current Behavior
The line that generates an error is the number 601 of the file "scan_fhog_pyramid.h" :
typedef typename image_traits:: pixel_type…
-
First of all, great looking lib
Every time I try to install it gets stuck on `extract:face-recognition: sill extract face-recognition@`
node: 9.2.0
npm: 5.6.0
macOS: High Sierra 10.13.2
-
Hello, I need to speed up the face detector. So one of the options was to use a face tracker.
Procedure:
I am detecting a face in the first frame, then I create a tracker for the detected face. Th…
cfoch updated
6 years ago
-
* face_recognition version: N/A
* Python version: N/A
* Operating System: N/A
### Description
I am porting your library to C# on https://github.com/takuya-takeuchi/FaceRecognitionDotNet.
Then…
-
## Expected Behavior
I am relatively new to computer vision and very impressed of dlib library! I have faced a strange problem while trying to build my own detector, based on "FHOG Object Detection" …
-
Trying to compile Dlib with CUDA support for Python. I have cloned the github source into my local and installed necessary libs like cmake etc... and initiated the build.
**python setup.py install …
-
tl;dr - use super-fast precomputed CNN model in CPU to check a video (or whole bunch of images ) for faces (upto 128 fames at a time), then a really a well-optimised HoG face recognition method to ext…
-
Hi ,
I'm Trying to measure dlib's inference time and searched for some reference about the expected run-time for the c++ face recognition using GPU?
All i found was #98, concerning CPU inference an…
-
Hello. I am a member of the GNOME Foundation. I wonder if dlib is suitable for implementing Snapchat-like effects. I would like to implement these kind of effects in [Cheese](https://en.wikipedia.org/…
cfoch updated
6 years ago