Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/biometrics/openbr
Open Source Biometrics, Face Recognition
https://github.com/biometrics/openbr
Last synced: 4 days ago
JSON representation
Open Source Biometrics, Face Recognition
- Host: GitHub
- URL: https://github.com/biometrics/openbr
- Owner: biometrics
- License: other
- Created: 2012-12-20T02:52:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T21:28:32.000Z (about 2 months ago)
- Last Synced: 2024-10-29T15:08:04.204Z (about 2 months ago)
- Language: C++
- Homepage: www.openbiometrics.org
- Size: 47 MB
- Stars: 2,849
- Watchers: 250
- Forks: 772
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-list - openbr - Open Source Biometrics, Face Recognition. (Computer Vision / Classification & Detection & Tracking)
- awesome-biometrics - OpenBiometrics - Framework for biometrics algorithms research
README
**www.openbiometrics.org**
1) Identify the latest stable [release tag](https://github.com/biometrics/openbr/releases) such as "v1.1.0"
2) Download all OpenBR source code and switch to that release tag:
$ git clone https://github.com/biometrics/openbr.git
$ cd openbr
$ git checkout (eg: git checkout v1.1.0)
$ git submodule init
$ git submodule update
3) Build OpenBR by following the **[Build Instructions](http://openbiometrics.org/docs/install/)** for your OS.