Go to file
Brandon Amos 3b9b99c3b2 Bump scikit-learn requirements for #137. 2016-05-13 18:24:17 -04:00
.github Add a PR template and improve the issue template. 2016-02-19 14:30:19 -05:00
api-docs Update copyright notices. 2016-01-13 14:52:52 -05:00
batch-represent batch-represent: Handle edge case when a batch contains 1 image. 2016-03-16 11:17:15 -04:00
data Fix flake warnings. 2016-03-30 14:18:26 -04:00
demos Bump scikit-learn requirements for #137. 2016-05-13 18:24:17 -04:00
docs Add new TDS dependency to docs. 2016-05-07 20:46:49 -04:00
evaluation lfw-classification: Fix typo. 2016-03-11 18:32:22 -05:00
images demos/vis-outputs: Add aligned example images, fix image.load usage, and output where the images are being saved to 2016-03-09 22:26:12 -05:00
models nn4.small2.def: Comment out reshapes. 2016-02-06 18:56:50 -05:00
openface Fixed style-guide 2016-05-03 22:54:01 +03:00
tests Fix tests for training the DNN. 2016-03-06 19:45:37 -05:00
training Revert dataset.lua for #132. 2016-05-08 12:11:59 -04:00
util Added ability to skip images with more than one face; fixed threshold type 2016-05-03 22:15:57 +03:00
.gitignore Add git exception for download-lfw-subset. 2016-02-29 08:39:04 -05:00
.gitmodules Add torch-TripletEmbedding submodule. 2015-09-18 16:57:25 -04:00
.travis.yml Travis: Wget: Use -nv. 2016-01-11 16:58:27 -05:00
CONTRIBUTING.md Update CONTRIBUTING.md 2016-02-15 15:04:06 -05:00
Dockerfile Bump Dockerfile dependency for TDS for #132. 2016-05-08 12:15:30 -04:00
LICENSE Add LICENSE. 2015-09-23 19:28:51 -04:00
README.md Update badges in README. 2016-03-08 20:55:39 -05:00
cloc.sh Update cloc.sh 2015-10-13 08:03:08 -04:00
mkdocs.yml Change page location (sorry for 404s) 2016-01-12 16:26:26 -05:00
opencv-dlib-torch.Dockerfile Add new TDS dependency to the Dockerfile. 2016-05-07 20:45:49 -04:00
requirements.txt Use nn4.small2.v1 by default. 2016-01-12 15:46:57 -05:00
run-tests.sh Set executable bit on run-tests.sh. 2016-01-11 16:19:37 -05:00
setup.py Bump version to 0.2.1 2016-02-25 12:41:24 -05:00

README.md

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

Free and open source face recognition with deep neural networks.



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