User Controls
Face encoding lookups
-
2020-02-10 at 1:33 PM UTCThis post has been edited by a bot I made to preserve my privacy.
-
2020-02-10 at 9:01 PM UTCI have play around with ageitgey.
If you are interested in creating a databases of faces, let me know. -
2020-02-11 at 11:36 AM UTCThis post has been edited by a bot I made to preserve my privacy.
-
2020-02-11 at 7:32 PM UTC
-
2020-02-11 at 7:33 PM UTCBwahahaha I'm a dher. Hell no
-
2020-02-12 at 7:40 AM UTC
Originally posted by filtration Anyone got a good algo for face encoding lookups? I'm currently using euclidean distance, any others?
Eigenfaces is probably the most famous and works quite well if you have reasonably consistent angle/lighting or enough variety in the training set. It involves PCA which depending on your mathematical background may be a bit intimidating but you can implement it from one of the many papers with basic linear algebra and a math lib.