retinaface icon indicating copy to clipboard operation
retinaface copied to clipboard

RetinaFace: Deep Face Detection Library for Python

Results 7 retinaface issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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....

enhancement

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....

bug

### 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...

bug

## 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...