Skip to content

Precompiled libfacedetection binaries for Raspberry Pi 3 & 4.

Notifications You must be signed in to change notification settings

prepkg/libfacedetection-raspberrypi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

libfacedetection-raspberrypi

libfacedetection-raspberrypi

Precompiled libfacedetection (fb0c773 commit) binaries for Raspberry Pi 3 & 4. Read the following blog post for additional information.

Supported features

  • NEON optimization
  • OpenMP multi-threading

Prerequisites

Supported Boards

  • Raspberry Pi 3 Model A+
  • Raspberry Pi 3 Model B+
  • Raspberry Pi 4 Model B

Tested on Raspberry Pi 4 Model B (8 GB).

Supported OS

  • Raspberry Pi OS Bookworm 64-bit

Install

wget https://github.com/prepkg/libfacedetection-raspberrypi/releases/latest/download/libfacedetection_64.deb
sudo apt install -y ./libfacedetection_64.deb

Uninstall

sudo apt purge --autoremove -y libfacedetection

Debian Package

Debian package contains the following shared libraries:

Library Description
libfacedetection.so CNN-based face detection

Reference

  1. libfacedetection repository