faced
faced copied to clipboard
For low resolution and dark contrast images.
Hi Ivan,
I used your face_detection model on some low resolution and dark contrast images such as the ones taken through cctv feed. The results aren't good on such images, Can you suggest resources which would be good for such kind of images, I'm okay with gpu usage.
Thanks, Aditya
Try this one for facial landmark detection. https://github.com/1adrianb/face-alignment
The above uses this face detection algorithm. https://github.com/yxlijun/S3FD.pytorch
These two are the best ones I have found so far if you don't care much about speed.