|
1 | | -# dlib-raspberrypi |
2 | | - |
3 | | - |
4 | | - |
5 | | -Precompiled **Dlib 19.24.5** binaries for **Raspberry Pi 3 & 4**. |
6 | | -Read the following [blog post](https://lindevs.com/install-precompiled-dlib-on-raspberry-pi) for additional information. |
7 | | - |
8 | | -## Supported features |
9 | | - |
10 | | -* NEON optimization |
11 | | -* Statically linked with OpenBLAS library |
12 | | -* Python 3 bindings |
13 | | - |
14 | | -## Prerequisites |
15 | | - |
16 | | -### Supported Boards |
17 | | - |
18 | | -* Raspberry Pi 3 Model A+ |
19 | | -* Raspberry Pi 3 Model B+ |
20 | | -* Raspberry Pi 4 Model B |
21 | | - |
22 | | -Tested on Raspberry Pi 4 Model B (8 GB). |
23 | | - |
24 | | -### Supported OS |
25 | | - |
26 | | -* Raspberry Pi OS Bookworm 64-bit |
27 | | - |
28 | | -## Install |
29 | | - |
30 | | -```shell |
31 | | -wget https://github.com/prepkg/dlib-raspberrypi/releases/latest/download/dlib_64.deb |
32 | | -``` |
33 | | - |
34 | | -```shell |
35 | | -sudo apt install -y ./dlib_64.deb |
36 | | -``` |
37 | | - |
38 | | -## Uninstall |
39 | | - |
40 | | -```shell |
41 | | -sudo apt purge --autoremove -y dlib |
42 | | -``` |
43 | | - |
44 | | -## Debian Package |
45 | | - |
46 | | -Debian package contains the following shared libraries: |
47 | | - |
48 | | -| Library | Description | |
49 | | -|:----------------------------|:-----------------------------------------------------------------------| |
50 | | -| libdlib.so | Modern C++ toolkit containing machine learning algorithms and tools | |
51 | | - |
52 | | -## Reference |
53 | | - |
54 | | -1. [Dlib repository](https://github.com/davisking/dlib) |
| 1 | +# dlib-raspberrypi |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | +Precompiled **Dlib 20.0** binaries for **Raspberry Pi 3 & 4**. |
| 6 | +Read the following [blog post](https://lindevs.com/install-precompiled-dlib-on-raspberry-pi) for additional information. |
| 7 | + |
| 8 | +## Supported features |
| 9 | + |
| 10 | +* NEON optimization |
| 11 | +* Statically linked with OpenBLAS library |
| 12 | +* Python 3 bindings |
| 13 | + |
| 14 | +## Prerequisites |
| 15 | + |
| 16 | +### Supported Boards |
| 17 | + |
| 18 | +* Raspberry Pi 3 Model A+ |
| 19 | +* Raspberry Pi 3 Model B+ |
| 20 | +* Raspberry Pi 4 Model B |
| 21 | + |
| 22 | +Tested on Raspberry Pi 4 Model B (8 GB). |
| 23 | + |
| 24 | +### Supported OS |
| 25 | + |
| 26 | +* Raspberry Pi OS Bookworm 64-bit |
| 27 | + |
| 28 | +## Install |
| 29 | + |
| 30 | +```shell |
| 31 | +wget https://github.com/prepkg/dlib-raspberrypi/releases/latest/download/dlib_64.deb |
| 32 | +``` |
| 33 | + |
| 34 | +```shell |
| 35 | +sudo apt install -y ./dlib_64.deb |
| 36 | +``` |
| 37 | + |
| 38 | +## Uninstall |
| 39 | + |
| 40 | +```shell |
| 41 | +sudo apt purge --autoremove -y dlib |
| 42 | +``` |
| 43 | + |
| 44 | +## Debian Package |
| 45 | + |
| 46 | +Debian package contains the following shared libraries: |
| 47 | + |
| 48 | +| Library | Description | |
| 49 | +|:----------------------------|:-----------------------------------------------------------------------| |
| 50 | +| libdlib.so | Modern C++ toolkit containing machine learning algorithms and tools | |
| 51 | + |
| 52 | +## Reference |
| 53 | + |
| 54 | +1. [Dlib repository](https://github.com/davisking/dlib) |
0 commit comments