tomas-gajarsky / facetorch

Python library for analysing faces using PyTorch
Apache License 2.0
487 stars 43 forks source link

About face detection area #75

Open tawichi opened 3 months ago

tawichi commented 3 months ago

When using RetinaFace for face recognition, is the face cropped to exclude the background or is it cropped to a rectangular area?

tomas-gajarsky commented 2 months ago

The faces are cropped out as squares including just a tiny bit of the background as can be seen on the example images with predicted bounding boxes here