Y
Hacker News
new
|
ask
|
show
|
jobs
by
ajcarpy2005
2515 days ago
Does anyone know if I could do facial recognition reliably with an Arduino?
1 comments
kortex
2515 days ago
You could probably do something crude on an M4. Here's a fairly performant face detector in tensorflow:
https://github.com/iitzco/faced
You'd probably need to roll your own lightweight face vectorizer though.
link
You'd probably need to roll your own lightweight face vectorizer though.