Go to file
Brandon Amos b70dcdd0b6 Merge pull request #44 from yarnbasket/feature/setup.py
setup.py so that openface can be used directly as a python library
2015-12-22 20:29:31 -05:00
batch-represent batch-represent: Set the default tensor type. 2015-11-09 11:12:10 -05:00
demos Real-Time Web Demo: Simplify server initialization. 2015-12-19 18:17:27 -05:00
docker Add more Torch dependencies to the docs and Dockerfile for completeness. 2015-11-13 16:52:33 -05:00
docs Docs: Remove typo. 2015-12-20 17:36:32 -05:00
evaluation Update LFW results with changes from #50. 2015-12-10 21:04:00 -05:00
images Update LFW results with changes from #50. 2015-12-10 21:04:00 -05:00
models nn4: Add LRN and remove 5x5 convolutions for #55. 2015-12-20 22:29:55 -05:00
openface Fix pep8 warning. 2015-12-16 13:14:39 -05:00
training nn4: Add LRN and remove 5x5 convolutions for #55. 2015-12-20 22:29:55 -05:00
util Fix pep8 issues. 2015-12-21 19:09:54 -05:00
.gitignore Update LFW results with changes from #50. 2015-12-10 21:04:00 -05:00
.gitmodules Add torch-TripletEmbedding submodule. 2015-09-18 16:57:25 -04:00
.travis.yml Add simple .travis.yml for pep8 checks. 2015-10-13 07:37:40 -04:00
LICENSE Add LICENSE. 2015-09-23 19:28:51 -04:00
README.md Move repo contents from docs to README. 2015-12-05 09:09:02 -05:00
cloc.sh Update cloc.sh 2015-10-13 08:03:08 -04:00
mkdocs.yml Docs: Initial commit of FAQ. 2015-12-06 16:20:25 -05:00
setup.py linting errors, try #2 2015-10-30 12:47:04 -04: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{amos2015openface,
    title        = {{OpenFace: Face Recognition with Deep Neural Networks}},
    author       = {Amos, Brandon and Harkes, Jan and Pillai, Padmanabhan and Elgazzar, Khalid and Satyanarayanan, Mahadev},
    howpublished = {\url{http://github.com/cmusatyalab/openface}},
    note         = {Accessed: 2015-11-11}
}

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

Licensing

The source code and trained models nn4.v1.t7 and celeb-classifier.nn4.v1.t7 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