retinaface
retinaface copied to clipboard
RetinaFace: Deep Face Detection Library for Python
How can we run retina face on multiple GPU?
I wrote a few simple lines to retrieve the extracted faces' original image locations alongside the faces themselves, because when one detects a lot of faces from one image with...
Currently the extracted faces are cropped to a very narrow region around the landmarks, often times cropping out the chin or the hair. Is is possible to set the bounding...
It's a bit annoying that retinaface keeps showing Keras progression bar on every detection. It's especially taxing to Jupyter notebook where it starts to lag after a few hundred faces....
In extract_faces function of retinaface, facial_area[2] should be x + w instead of w, and facial_area[3] should be y + h instead of h. So, variable names are not correct....
### Before You Report a Bug, Please Confirm You Have Done The Following... - [x] I have updated to the latest version of the packages. - [x] I have searched...
## Tickets https://github.com/serengil/retinaface/issues/105 ### What has been done With this PR, `.extract_faces` can accept a list of images and processed them in a batch ## How to test ```shell make...