-
# Summary of your issue
I'm trying to extract a 3*4 image from the scan of passport but when i use ```Dlib.ExtractImage4Points``` it just extract the face. What should I do to extract all the picture…
-
I followed these instructions:
git clone git@github.com:davisking/dlib.git
cd dlib
python setup.py install --yes DLIB_JPEG_SUPPORT
python python_examples/face_detector.py examples/faces/2007_0077…
-
In context, I transfer video from a camera on a raspberry pi 3, to a local computer. The local network is only used for this purpose so there is no congestion on the network, besides I am connected …
-
Hi everyone,
RealSense SDK version 2.30.0 is now available to download from the link below. I thought I should give it the status of an Announcement as it is a major release that adds many feature…
-
Hi @davisking:
I've followed instructions as provided on the links below to train a shape predictor using the train_shape_predictor_ex.cpp.
* https://sourceforge.net/p/dclib/discussion/442517/th…
-
Hi,
Thank you very much for sharing the face landmark model. When I run on my own image, the detection results are not very good. Below is the result of a test image. Did I do something wrong? Than…
-
Hi,
We are able to get C++ library in our custom board using yocto recipe.To get dlib with python bindings pip is not working in our board.So when I am trying to run python setup.py install in yo…
-
Hello !
I was thinking to integrate OpenFace with Android but I saw it uses about 100mb ram on ubuntu and 200 mb ram on windows which is too much for a device but seeing this difference in os I'm thin…
-
Hi,
I'm testing the CNN MMOD face detection of dlib. In my multithreaded application, I initialize the detector in the main thread like this :
`dlib::deserialize("data/mmod_human_face_detector.d…
-
Hi,
face_recognition was working properly until I've restarted my computer, then during the `import face_recognition` I'm having a:
Error while calling cudaGetDevice(&the_device_id) in file
...\A…