-
```
xvfb-run -s "-screen 0 140
0x900x24" python ex_dlib_pnp_head_pose_estimation_video.py ../../data/1.mp4 ./output.avi
Estimated camera matrix:
[[0. 0. 0.]
[0. 0. 0.]
[0. 0. 1.]]
Traceback…
-
## Expected Behavior
Simply that dlib will load the image for face detection and manipulation.
## Current Behavior
Python crash. Crash is fatal, no information available except in windows event v…
-
Hi Davis,
Thanks again for great library.
I would love to get some suggestions and ideas for multiply GPU usage for face detection.
is this something like this ? :
EDITED : to NN based
``…
-
## Expected Behavior
Successful linking of the bindings.
## Current Behavior
Error when linking with several undefined references:
```
undefined reference to `vtable for dlib::mfp_kernel_1_base…
-
When I execute 'import face_alignment', I meet 'Segmentation fault (core dumped)' and don't know how to debug it. I use Pytorch 0.4.0 and Python 3.6.5 Anaconda. Would you please help me and tell me w…
-
我clone代码到本地后,将get_from_camera里的照片清空,然后修改路径后,运行get_faces_from_camera后得到自己的数据集。然后把default_person.csv也删除了,再运行get_features_into_CSV.py,结果报错如下:
Traceback (most recent call last):
File "D:/360Download…
-
Hi Srianant
I working on a problem for a side/profile face recognition but dlib mainly works on front faces.
Can you please guide me how to attack the problem with facial landmarks for the side fa…
-
Hi All,
It is a great work. Thanks for the efforts. It is giving really good results.
One doubt is, Is there any API for the same library in C/C++?
Though it is derived from Dlib, I hope the "F…
-
This is a dlib python api issue as well as a cuda one.
I have a python application doing face image recognition and processing. CNN face detection model of dlib is used and I have no problem compili…
-
您好,感觉你这个工作做得挺好的,想问一下,每个人需要几张图片作为特征,还有这几张图片的角度和远近需要不一样吗?希望得到您的回复,谢谢~