-
When a face has been detected and is displayed on an imageView, it is flipped.
-
Hi there! is there a way to access several eyes gaze at the same time?
I see in the analyses methode that it only uses the first one `landmarks = self._predictor(frame, faces[0])` how could I modify…
-
### Description of task
We need some way to detect the pipeline during the pipeline inspection mission under TACC.
This problem is just another version of the lane detection and following problem fac…
-
@WebDevSimplified
After getting the detected face.how to match it with the image stored in data base.pls provide some sample code.Thanks!
-
Thanks for your work and code.
But to be honest, in my test, the person identity and image quality is far behind instantid or faceid plus in current released model and weights.
some of my test,
…
-
This command:
!python3 detect_face.py --weights 'weights/yolov5n-face.pt' --image 'data/images/bus.jpg' --img-size 640
was working fine yesterday, but today i'm getting the error: ModuleNotFoundEr…
-
Hi ,
getting the following error when running detect_face.py using yolov5s weights
yolov5-face/models/yolo.py", line 88, in forward
y[..., class_range] = x[i][..., class_range].sigmoid()
I…
ozayr updated
1 month ago
-
Hi
I developed a web page to track face using tracking.js . It is working fine on android phone, but when it come come ipad or iphone some video is not rendered properly, frame rate i…
-
If faces are not detected, try this solution by @aznxed. The issue is that face are only detected when you take a picture in landscape mode which makes the usability of the app - and the code we learn…
-
Hi! Awesome project! I have been using it for the past days and I wonder something: what do you thing is the best heuristic to select a face, when multiple are detected but only one is in the picture?…