Face Recognition/Matching on RPI5 using Hailo8L

Sanjoy
Aug 30, 2024

--

Face recognition broadly usually has three parts

  1. Detecting a face inside frame
  2. Creating a numeric representation (aka embedding) of the detected face features
  3. Matching the embedding for closeness to generate a probability match

Goto Part 1 to setup Hailo8L with the tappas and updated library version

Download the code from here to run face

--

--