File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Read the following [blog post](https://lindevs.com/install-precompiled-dlib-on-r
99
1010* NEON optimization
1111* Linked with OpenBLAS library
12- * Python 2 and Python 3 bindings
12+ * Python 3 bindings
1313
1414## Prerequisites
1515
@@ -23,23 +23,30 @@ Tested on Raspberry Pi 4 Model B (8 GB).
2323
2424### Supported OS
2525
26- * Raspberry Pi OS Buster (32-bit)
26+ * Raspberry Pi OS Bullseye (32-bit)
2727
2828## Install
2929
30- * ` wget https://github.com/prepkg/dlib-raspberrypi/releases/latest/download/dlib.deb `
31- * ` sudo apt install -y ./dlib.deb `
30+ ``` shell
31+ wget https://github.com/prepkg/dlib-raspberrypi/releases/latest/download/dlib.deb
32+ ```
33+
34+ ``` shell
35+ sudo apt install -y ./dlib.deb
36+ ```
3237
3338## Uninstall
3439
35- * ` sudo apt purge --autoremove -y dlib `
40+ ``` shell
41+ sudo apt purge --autoremove -y dlib
42+ ```
3643
3744## Debian Package
3845
3946Debian package contains the following shared libraries:
4047
4148| Library | Description |
42- | :------------------------- | :--------------------------------------------------------------------- |
49+ | :---------------------------- | :----------------------------------------------------------------------- |
4350| libdlib.so | Modern C++ toolkit containing machine learning algorithms and tools |
4451
4552## Reference
You can’t perform that action at this time.
0 commit comments