Go to file
Brandon Amos cfe3a83e2f websocket server: Use store_true for --cuda. 2016-02-05 20:08:18 -05:00
api-docs Update copyright notices. 2016-01-13 14:52:52 -05:00
batch-represent batch-represent: Remove unused functions. 2016-01-12 17:29:45 -05:00
data
demos websocket server: Use store_true for --cuda. 2016-02-05 20:08:18 -05:00
docs Update copyright statement to include all models. 2016-01-26 17:51:57 -05:00
evaluation lfw: classify->verify 2016-02-05 20:08:18 -05:00
images Docs: Add performance to faq. 2016-01-19 06:16:18 -05:00
models Update copyright notices. 2016-01-13 14:52:52 -05:00
openface Disable stderr piping in Torch subprocess for #87 2016-01-29 10:36:38 -05:00
tests Update copyright notices. 2016-01-13 14:52:52 -05:00
training train.lua: Pass on comments. 2016-01-16 23:50:54 -05:00
util align-dlib: Remove outdated sys.path modification. 2016-01-25 15:54:12 -05:00
.gitignore
.gitmodules
.travis.yml
Dockerfile
LICENSE
README.md Update copyright statement to include all models. 2016-01-26 17:51:57 -05:00
cloc.sh
mkdocs.yml Change page location (sorry for 404s) 2016-01-12 16:26:26 -05:00
opencv-dlib-torch.Dockerfile Typo. 2016-01-13 16:11:00 -05:00
requirements.txt Use nn4.small2.v1 by default. 2016-01-12 15:46:57 -05:00
run-tests.sh
setup.py setup.py: Bump version. 2016-01-22 12:03:36 -05:00

README.md

OpenFace

Free and open source face recognition with deep neural networks.

[ ![Build Status] travis-image ] travis [ ![Release] release-image ] releases [ License license-image ] license [ Gitter gitter-image ] gitter



This research was supported by the National Science Foundation (NSF) under grant number CNS-1518865. Additional support was provided by the Intel Corporation, Google, Vodafone, NVIDIA, and the Conklin Kistler family fund. Any opinions, findings, conclusions or recommendations expressed in this material are those of the authors and should not be attributed to their employers or funding sources.

What's in this repository?

Citations

The following is a BibTeX and plaintext reference for the OpenFace GitHub repository. The reference may change in the future. The BibTeX entry requires the url LaTeX package.

@misc{amos2016openface,
    title        = {{OpenFace: Face Recognition with Deep Neural Networks}},
    author       = {Amos, Brandon and Ludwiczuk, Bartosz and Harkes, Jan and
                    Pillai, Padmanabhan and Elgazzar, Khalid and Satyanarayanan, Mahadev},
    howpublished = {\url{http://github.com/cmusatyalab/openface}},
    note         = {Accessed: 2016-01-11}
}

Brandon Amos, Bartosz Ludwiczuk, Jan Harkes, Padmanabhan Pillai,
Khalid Elgazzar, and Mahadev Satyanarayanan.
OpenFace: Face Recognition with Deep Neural Networks.
http://github.com/cmusatyalab/openface.
Accessed: 2016-01-11

Licensing

Unless otherwise stated, the source code and trained Torch and Python model files are copyright Carnegie Mellon University and licensed under the Apache 2.0 License. Portions from the following third party sources have been modified and are included in this repository. These portions are noted in the source files and are copyright their respective authors with the licenses listed.

Project Modified License
Atcold/torch-TripletEmbedding No MIT
facebook/fbnn Yes BSD