Got face recognition and save_faces working RPI5 , let me know if anyone interested
18 Likes
Hi. Yes I am interested. Please share your work.
Hi! I would be interested as well.
Yes! absolutely. Please share details.
Checked in the code here GitHub - sanjoyg/rpi_hailo8l_face_recognition: Face Recognition using RPI5 Hailo8L AI Accelerator KIT
3 Likes
@sanjoyg your tutorial and repo are great help, especially as refernces and working examples are hard to find, thanks for that.
A few notes worth updating:
- at least for me, all apt-get and dpkg commands required sudo, even when you didn’t write them as such.
$ pip3 install hailort-4.18.0-cp311-cp311-linux_aarch64.whl
required activating the venv first, otherwise it refused.- downloading TAPPAS is currently available for x86 only, I assume it changed since you took the screenshot, which shows the option for arm64 as well. That is the current state:
I am following here in case you’ll have any updates. plus starring your repo
Could you or someone here please update this as how we should get all these files in your shell script? I think today there has been updates to the steps perhaps?