File tree Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Original file line number Diff line number Diff line change 1+ .idea
Original file line number Diff line number Diff line change 1+ # dlib-raspberrypi
2+
3+ ![ dlib-raspberrypi] ( https://i.ibb.co/JCYH1V5/dlib-raspberrypi.png )
4+
5+ Precompiled ** Dlib 19.22** binaries for ** Raspberry Pi 3 & 4** .
6+
7+ ## Supported features
8+
9+ * NEON optimization
10+ * Linked with OpenBLAS library
11+ * Python 2 and Python 3 bindings
12+
13+ ## Prerequisites
14+
15+ ### Supported Boards
16+
17+ * Raspberry Pi 3 Model A+
18+ * Raspberry Pi 3 Model B+
19+ * Raspberry Pi 4 Model B
20+
21+ Tested on Raspberry Pi 4 Model B (8 GB).
22+
23+ ### Supported OS
24+
25+ * Raspberry Pi OS Buster (32-bit)
26+
27+ ## Install
28+
29+ * ` wget https://github.com/prepkg/dlib-raspberrypi/releases/latest/download/dlib.deb `
30+ * ` sudo apt install -y ./dlib.deb `
31+
32+ ## Uninstall
33+
34+ * ` sudo apt purge --autoremove -y dlib `
35+
36+ ## Debian Package
37+
38+ Debian package contains the following shared libraries:
39+
40+ | Library | Description |
41+ | :------------------------- | :--------------------------------------------------------------------- |
42+ | libdlib.so | Modern C++ toolkit containing machine learning algorithms and tools |
43+
44+ ## Reference
45+
46+ 1 . [ Dlib repository] ( https://github.com/davisking/dlib )
You can’t perform that action at this time.
0 commit comments