Name Last Update
3rdparty Loading commit data...
app Loading commit data...
data Loading commit data...
docs Loading commit data...
openbr Loading commit data...
scripts Loading commit data...
share/openbr Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
CMakeLists.txt Loading commit data...
CODE_OWNERS.txt Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...

README.md

www.openbiometrics.org

1) Identify the latest stable release tag 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 <tag>   (eg: git checkout v1.1.0)
$ git submodule init
$ git submodule update

3) Build OpenBR by following the Build Instructions for your OS.