-
# Summary of your issue
Hi there!
I need to convert my System.Drawing.Bitmap to your Array2D and back again to my System.Drawing.Bitmap.
I have tried to use the DlibDotNet Extension - BitmapExt…
-
Hey @takuya-takeuchi
I'm trying to update to `19.16.0.20190313`.
Unfortunately I'm getting the following error on Ubuntu 18.04:
```
System.EntryPointNotFoundException: Unable to find an ent…
-
## How to judge the face is facing camera or side? is there any api to deal with this?
## Expected Behavior
## Current Behavior
## Steps to Reproduce
-
I changed your `face_landmark_detection.cpp` file to a bare minimum for better overview and I only want to have an output of the first image where not lines or circles are the overlay landmarks but ra…
-
_Please describe the issue in as much detail as possible, including any errors and traces_
Basically after building the package as instructed on Manjaro Arch if you attempt to add a new face this e…
-
I've installed MKL, recompiled DLIB and see almost no time difference in face detection.
Ensured importing the correct module.
MKL was found during compilation, no errors there.
I use get_frontal_f…
-
l used dlib library in detection(face landmark detection) and it works well but when use dnn for face recognition l get this error :
jni/dlib\dlib/threads/parallel_for_extension.h:310: error: undefin…
-
I got a MemoryError when i running Extract.Here is the log
```
01/16/2019 22:49:22 MainProcess MainThread multithreading start DEBUG Spawning Process: (name: 'Detect…
-
## Expected Behavior
http://dlib.net/cnn_face_detector.py.html should works with either GTX GPU or RTX GPU
## Current Behavior
When launching example on RTX 2070 the face detector failed with thi…
-
Hi,
Is the detector obtained from **dlib.get_frontal_face_detector()** can be shared between multiple threads operating on it simultaneously or we should use thread locking to synchronize access?