-
1.
Hi is it possible to implemenet MMOD CNN as face detector instead of or as alternative to HOG which is used currently?
http://blog.dlib.net/2016/10/easily-create-high-quality-object.html
Th…
-
Hi,
We saw that dlib has some acurracy problems with asian faces. Could you retrain dlib in order to get better results including this dataset (http://afad-dataset.github.io) ?
Thanks.
-
## Expected Behavior
When trying to run cnn_face_detection_model_v1 on a big image dlib raises a RuntimeError (Cuda OOM).
After that, we should be able to make other calls to dlib.
Side note : is …
-
## Expected Behavior
I wrote a python script that takes an image containing an obvious face, then performs face detection with a method called [LFFD](https://github.com/YonghaoHe/A-Li…
-
I got an error when running opencv in Python on raspberry pi.
I tried to find and apply it to fix the error, but it did not work out.
I also confirmed that the module "face" is in the file open…
-
**Has anyone tried combining different Face Detection model with Dlib's 68-landmarks**
I am interested to know if someone has worked on combining a different face detection model, such as MTCNN wit…
-
Following the README and https://github.com/goodspb/pdlib/issues/12 (installed libx11-dev) the makes of dlib and pdlb seem to have worked ok. But I'm getting 5 failures in "make test"
```
========…
-
I'm trying to install dlib on ubuntu 18.10 to use [face_recognition](https://github.com/ageitgey/face_recognition). I follow the steps provided by [this source](https://www.learnopencv.com/install-dli…
-
Running the go-face installation with the current go version and raspian (debian buster) leads to a compiling error:
```
...
/usr/include/c++/8/bits/vector.tcc: In member function ‘void dlib::los…
-
Hi,
I compiled dlib wit cuda 10.1 successfully no problem there.
When I try to use face detection / feature extracting I have below errors. where should ı look *
> terminate called after thro…