Go to file
Paolo Tagliaferri c1d800f657 Added bounding box drawing to video capture 2018-01-28 15:59:21 -05:00
.github Init stalebot. 2017-11-18 09:13:24 -05:00
api-docs Add numpy.linalg as a mock module for API docs. 2016-06-07 16:49:35 -04:00
batch-represent Fix the data type image.load 2016-10-07 14:27:21 -04:00
data ms-celeb-1m: Use MID for directory, imgSearchRank+faceID for name. 2016-07-31 08:51:31 -04:00
demos Added bounding box drawing to video capture 2018-01-28 15:59:21 -05:00
docs add packages for 'Demo 1: Real-Time Web' to work 2017-06-08 11:57:46 +01:00
evaluation Make OpenFace work with Python 3 (#231) 2017-04-24 17:50:16 -04:00
images Added --multi option to infer operation to show a list of faces detected (#189) 2016-09-22 06:51:04 -04:00
models Use https for the model downloads. 2017-02-07 13:43:42 -05:00
openface Make OpenFace work with Python 3 (#231) 2017-04-24 17:50:16 -04:00
tests Tests: Generalize to Python 2 and 3. Run Python 2 by default. 2017-04-24 18:01:10 -04:00
training Fix the data type image.load 2016-10-07 14:27:21 -04:00
util Add example of how to call the script to generate an annotated image 2018-01-28 15:23:41 -05: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 Use https for the model downloads. 2017-02-07 13:43:42 -05:00
CONTRIBUTING.md Update CONTRIBUTING.md 2016-02-15 15:04:06 -05:00
Dockerfile Docker config changes supporting TLS (part 2). This fixes an issue with pip and some of the dependent libraries. 2017-05-02 09:08:43 -04:00
LICENSE Add LICENSE. 2015-09-23 19:28:51 -04:00
README.md nit(README): use svg for travis status (#254) 2017-04-07 13:26:30 -04:00
cloc.sh Update cloc.sh 2015-10-13 08:03:08 -04:00
mkdocs.yml Add sphere demo docs. 2016-09-15 08:43:39 -04:00
opencv-dlib-torch.Dockerfile Update opencv-dlib-torch.Dockerfile (#241) 2017-04-24 17:56:35 -04:00
requirements.txt Unknown people benchmarking with lfw dataset. (#171) 2016-07-28 14:38:14 -04:00
run-tests.sh Tests: Generalize to Python 2 and 3. Run Python 2 by default. 2017-04-24 18:01:10 -04:00
setup.py Bump version to 0.2.1 2016-02-25 12:41:24 -05:00

README.md

OpenFace • Build Status Release License 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

Please cite OpenFace in your publications if it helps your research. The following is a BibTeX and plaintext reference for our OpenFace tech report.

@techreport{amos2016openface,
  title={OpenFace: A general-purpose face recognition
    library with mobile applications},
  author={Amos, Brandon and Bartosz Ludwiczuk and Satyanarayanan, Mahadev},
  year={2016},
  institution={CMU-CS-16-118, CMU School of Computer Science},
}

B. Amos, B. Ludwiczuk, M. Satyanarayanan,
"Openface: A general-purpose face recognition library with mobile applications,"
CMU-CS-16-118, CMU School of Computer Science, Tech. Rep., 2016.

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