-
I'm trying to write a JNI wrapper to extract face descriptors and locations. I've so far used code from the examples to do this. It looks something like this:
```
frontal_face_detector detector;
…
-
When building dlib with `-DDLIB_JPEG_SUPPORT=0`, Python bindings shouldn't unconditionally refer to `save_jpeg()` (in face_recognition module), otherwise dlib becomes unimportable like so:
```
Imp…
-
Are you guys considering integrating with [Dlib](http://dlib.net/) ([GH repo](https://github.com/davisking/dlib))?
It implements some very cool image processing algorithms such as face landmark det…
-
IF YOU ARE REPORTING A BUG OR PROBLEM WITH DLIB THEN FILL OUT THE ENTIRE TEMPLATE BELOW. ISSUES ASKING QUESTIONS ABOUT WHY SOMETHING DOESN'T WORK THAT FAIL TO FILL OUT THE ENTIRE TEMPLATE WILL BE CLO…
td042 updated
6 years ago
-
Thanks for your work Tadas. I'm working on building a research project linked against OpenFace.
Is there a specific reason for re-hosting headers/libraries for dlib and opencv in your repo, as oppo…
-
It would be great to port the dlib 5-point landmark detector to this framework.
https://github.com/davisking/dlib-models/blob/master/shape_predictor_5_face_landmarks.dat.bz2
Right now, to perfor…
-
I have tried installing `dlib` on my Ubuntu 14.04 machine in two ways:
1. Using `pip install dlib`
2. Cloning and running `python3 setup.py install`
In both case it installs fine. But in both ca…
-
Hi, I'd like to verify two faces by comparing there representations in embedding space. How can I detect and extract features from a face image using your code?
-
Adapter: GTX 10606Gb
Windows 7
dlib-19.13.1
I suspect there's a memory leak in the dlib-cnn extractor code. I attempted to extract about 100 "big" pictures and the process crashed with OOM whenev…
-
Hi,
I'm trying to optimize face detection.
Can you open source your Dlib-android source code ?
Thank you! btw, Happy New Year!
ps: Here is my email address [weank1984@gmail.com](weank1984@gm…