-
Could you please tell me how to solve this problem:
Traceback (most recent call last):
File "get_faces_from_camera.py", line 103, in
img_gray = cv2.cvtColor(img_rd, cv2.COLOR_RGB2GRAY)
cv…
-
have you played with stabilizing the tracking from opencvforunity dlib package? it is rather shaky
yosun updated
5 years ago
-
Hi Smorodov,
I wan to utilise object tracking for face detection/recognition.
When we detect the face first time we are calculating its features for detection. But when the same people changes i…
-
Hi,
I have just spent a few hours with the library and the only thing I can say is that it is awesome!
I have followed the steps of http://dlib.net/compile.html in order to compile dlib-19.4:
…
-
Just wanted to say first thanks for making this utility. My /dev/video0 device is the main camera and the /dev/video2 is the IR sensors. video1 and 3 are inactive even though `v4l2-ctl --list-devices …
-
Hello community,
I am trying to carry out facial detection on 1080p 60fps video files. For this purpose I am using dlib, especially the `get_frontal_face_detector()` and `shape_predictor()` which I u…
-
I found some scientific articles that we could use to both get some ideas about our model and try to use the data sets they used in those articles.
[Facial Emotion Recognition in Real Time - stanfo…
-
Hello how to run example of **_face_landmark_detection.py_** on windows?
I was trying to run on vscode using this command: **python .\face_landmark_detection.py .\shape_predictor_68_face_landmarks.da…
-
Hi,
I've been trying to use the deploy/test.py script on two easy examples from LFW, but encountered several problems.
First, the predefined threshold does not pass any of the images. Now, even w…
-
@natanielruiz Hi thanks for the awesome work and sharing just had few queries
1. For face detection should we always use the FRCNN or is there any possibility of using some other detection techni…