-
* **Version**: 19.15
* **Where did you get dlib**: dlib.net
* **Platform**: ARM-Linux with VFP & NEON
`interpolation.h` provides 1 common and 3 optimized version of `resize_image()`:
```C++
//…
-
## Expected Behavior
Trying to install dlib in windows to use along with face detection modules.
## Current Behavior
Throws error and cannot use along with python. I tried to build it to using t…
-
Hi! I have updated to dlib 19.7 with `pip install...` but trying to run detector on CPU always caused MemoryError, so i found here a solution to setup dlib from this repository.
I have uninstalled ol…
-
From this question from [stackoverflow](https://stackoverflow.com/a/51054158/6329006) which compares dlib's face detect with MTCNN . The MTCNN's method outperform dlib both in accuracy and performance…
-
Hi,
the demo project in [tech-pic-collage ](https://tech.pic-collage.com/face-landmarks-detection-in-your-android-app-part-1-2c4431eaa3d9) series helped me a lot to learn about face detection to get…
-
In Python:
cnn_face_detector = dlib.cnn_face_detection_model_v1(model_fn)
how to explicitly delete this object and release its resource on GPU?
And another question is:
https://github.com/da…
-
I tried the same piece of code on both Android and iOS. I got the following results:
OS | Phone | CPU | Image Size | Speed
---- | ------- | ----- | ------------ | -------
Android | samsung galax…
-
I create a wpf demo for face compare, the code is as following:
```
private void StartVideo()
{
tVideo = new Thread(new ThreadStart(() =>
{
…
-
Please correct me if I am wrong. ( I am focusing just on faces)
As I understand, vid2vid lets you provide a video from which each frame is like labeled data for training. So once one has a trained…
-
Hi,
Firstly, thank you for you library. It is very usefull.
## Expected Behavior
I would like to do a face detection in real team.
So I try to use Dlib with CUDA.
I compile Dlib with CUDA and …