-
As seen in the README there's a checkpoint for the model which detects faces:
![image](https://user-images.githubusercontent.com/95345571/179947934-be5bd06f-287a-4a5b-8ffd-ff42712b2be9.png)
Also, …
-
**PROPOSAL**
A face ID feature that displays the ID to respective faces on the frame.
Example:
If one person is detected, assign this ID as 0, and display this ID on the bounding box. Whenever…
-
### Describe your issue. If applicable, add screenshots to help explain your problem.
This requirement addresses the issue where face detection is not functioning properly on Android when using the…
-
Tested on Samsung S5 and Samsung S7
-
### First, confirm
- [X] I have read the [instruction](https://github.com/Gourieff/sd-webui-reactor/blob/main/README.md) carefully
- [X] I have searched the existing issues
- [X] I have updated the e…
-
Faces that take up the majority of the image are not detected. What parameters can I change to fix this?
-
* face_recognition version:
* Python version:3.5
* Operating System: raspbian stretch
i did everything correctly with the library .... run it and it was it was okay, it detected faces .. but aft…
-
bboxes = det_net.batched_detect_faces(batch_frames, conf_threshold=0.8, nms_threshold=0.15, use_origin_size=False)
File "python3.10/site-packages/facexlib/detection/retinaface.py", line 320, in…
-
### Have you completed your first issue?
- [X] I have completed my first issue
### Guidelines
- [X] I have read the guidelines
- [X] I have the link to my latest merged PR
### Latest Merg…
-
http://docs.opencv.org/master/d7/d8b/tutorial_py_face_detection.html#gsc.tab=0
ok so this is the magic right here:
first detect with face cascades,
then take the rectangles they return,
crop the ima…