9 comments

[ 4.5 ms ] story [ 19.5 ms ] thread
I wonder how this works of people with darker skin tones. Often the contrast between face and environment is smaller, or at least significantly different. This has caused problems in face detection before.
Why not try it out and report back? There is a live demo on the project page.
To add on to that, the demo is completely Client-side. You can turn off your net if you have any privacy issues.
The demo uses the webcam, and unfortunately I lack the proper skin color for this task.
Nice work, though I can't test the live demo as I don't have a webcam on my desktop.

You could add some sample results on the github repo (or some tests) with photos of different quality and complexity showing before and face recognised.

Here's a quick-n-dirty demo with image loaded from a file: https://codepen.io/helb/full/LmVjjG/

Code is mostly taken from the project's github, i just added file selection and image resizing to fit canvas.