1
evalie
6y

Does anyone know of a simple facial recognition program that I could train locally on a set of people’s faces?
I’m tasked with culling through a few hundred photos to find ones of certain people. I need the originals taken off the network drive and copied to a hard-disk.

Comments
  • 1
    Not sure about face specific, but if you're starting from not much, I'd see what you can find in python's sci-kit-learn for image recognition.

    Weird problem, though. I doubt ML is precise and accurate enough at scale to be truly helpful here. It sounds like false negative and false positives would both be problematic. I'd check accuracy stats of a given tool before diving into this one, you might be signing up for disappointment.
Add Comment