Skip to content

prepkg/dlib-raspberrypi

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
June 26, 2021 14:31
November 1, 2023 14:05

dlib-raspberrypi

dlib-raspberrypi

Precompiled Dlib 19.24.2 binaries for Raspberry Pi 3 & 4. Read the following blog post for additional information.

Supported features

  • NEON optimization
  • Linked with OpenBLAS library
  • Python 3 bindings

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/dlib-raspberrypi/releases/latest/download/dlib_64.deb
sudo apt install -y ./dlib_64.deb

Uninstall

sudo apt purge --autoremove -y dlib

Debian Package

Debian package contains the following shared libraries:

Library Description
libdlib.so Modern C++ toolkit containing machine learning algorithms and tools

Reference

  1. Dlib repository