Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
prepkg committed Jun 19, 2021
0 parents commit 3d3698d
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
45 changes: 45 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# libfacedetection-raspberrypi

![libfacedetection-raspberrypi](https://i.ibb.co/QD8t7Cy/libfacedetection-raspberrypi.png)

Precompiled **libfacedetection** binaries for **Raspberry Pi 3 & 4**.

## 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 Buster (32-bit)

## Install

* `wget https://github.com/prepkg/libfacedetection-raspberrypi/releases/latest/download/libfacedetection.deb`
* `sudo apt install -y ./libfacedetection.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](https://github.com/ShiqiYu/libfacedetection)

0 comments on commit 3d3698d

Please sign in to comment.