Facial Recognition Reference & I/O Control

Hello Everyone,
I’m wondering if there are any resources to help with this project.
I know nothing about facial recognition but I do know some python. I would like to get the facial recognition an example working with the following functions:

  1. Ability to create face profiles for different people
  2. When a face profile is detected, send a signal to an I/O pin
    The tutorial goes over many of the features but it does not know me how to use/customize the examples.

Any help is appreciated.

Hi, are you talking about the face recognition example ? You just need to put a few images of each person in sub directories and change the paths in the script. Note the face-recognition example is just a PoC implementation of a paper, it doesn’t work that well.