Commit Graph

671 Commits

Author SHA1 Message Date
Brandon Amos 3582d542c4 Fix flake warning. 2016-07-29 16:05:45 -04:00
Brandon Amos 592052b819
Add comment. 2016-07-29 16:02:22 -04:00
Brandon Amos 45c0e05fca Remove comment from copied header. 2016-07-29 15:56:22 -04:00
Brandon Amos c35e2f38a8 ms-celeb-1m: Remove magic dependency from extraction script. 2016-07-29 15:53:54 -04:00
Brandon Amos 24f616b0bb ms-celeb-1m: Add data extraction script for #170 2016-07-29 15:53:15 -04:00
Brandon Amos 43e2b61d49
Docs: Mention classifier_webcam and unknown person detection. 2016-07-28 14:42:48 -04:00
Vijayenthiran Subramaniam fa2a3a5d20 Unknown people benchmarking with lfw dataset. (#171)
* Added few classifiers to demos/classifier.py; demos/classifier_test_train.py - for test train accuracy estimation; demos/classifier_webcam.py for webcam face recognition

* Two stage classifier in webcam demo

* Renamed classifier_test_train; cleaned up demos/classifier_webcam.py

* Initial commit of working unknown evaluation. Clean up pending

* Clean up lfw-classification-unknown.py and fix flake8 warnings
2016-07-28 14:38:14 -04:00
Brandon Amos 0d301b916d
Mention ASCII models in the FAQ. 2016-07-26 11:27:51 -04:00
Brandon Amos 8764f2bdba
Reference @davidsandberg's FaceNet TensorFlow implementation on our website. 2016-07-26 11:16:57 -04:00
Brandon Amos 8ff6792140
Link to @ageitgey's blog post on our website. 2016-07-26 11:12:56 -04:00
Brandon Amos a2df4c67ae
Fix flake8 warnings. 2016-07-25 19:06:25 -04:00
Brandon Amos 96743001d3
Add torch_neural_net.lutorpy by Vitalius Parubochyi 2016-07-25 17:27:11 -04:00
Brandon Amos 131f7bbf0c
Dockerfile: Fix link for #166. 2016-07-23 17:42:59 -04:00
Brandon Amos 469ae3bac9
Dockerfile: Link Torch binaries to /usr/local/bin for #166.
Thanks @luinstra for the suggestion
2016-07-23 17:20:30 -04:00
Brandon Amos a59f87d503
Remove unnecessary import. 2016-07-15 16:09:02 -04:00
Brandon Amos dd4f084c85 Remove --version 2 from tests. 2016-07-15 16:00:43 -04:00
Brandon Amos 84576d252d Remove align_v2.
align_v2 manually computes the same affine transformation as align_v1
2016-07-15 15:14:58 -04:00
Brandon Amos 87e5c047dc Merge pull request #161 from melgor/fix_test
Fix testing
2016-07-13 13:41:08 -04:00
melgor 4fad635aa4 Fix testing 2016-07-13 19:28:11 +02:00
Brandon Amos 2582f43797 dataset.lua: Comment out unused torch.linspace. 2016-07-12 12:06:12 -04:00
Brandon Amos 6534788a41
Use torch.range instead of torch.linspace because of rounding issues.
For #160
2016-07-12 11:45:15 -04:00
Brandon Amos a0d0ba41fa
Bump dlib to 19.0 in Dockerfiles. 2016-07-12 08:10:30 -04:00
Brandon Amos 89a036b4f8 Merge pull request #159 from melgor/master
Rebase TripletEmbedding to get speedup at forward pass
2016-07-12 06:42:29 -04:00
melgor 4c0e55dfd5 Rebase TripletEmbedding to get speedup at forward pass 2016-07-12 08:02:53 +02:00
Brandon Amos 678c422894
Improve LFW --lfwPairs error message. 2016-07-10 07:31:05 -04:00
Brandon Amos 7fd3746bec Add torch.setnumthreads(1) to openface_server. 2016-07-07 09:05:21 -04:00
Brandon Amos e030689042 Merge pull request #156 from melgor/mGPU
Added Multi-GPU support
2016-07-04 16:43:45 -04:00
melgor 0995e86b7e Added Multi-GPU support #106 2016-07-04 22:23:37 +02:00
Brandon Amos b0f96107e5 Merge pull request #153 from melgor/LFW-speed
SpeedUP LFW test
2016-06-29 13:19:00 -04:00
melgor 36cc8ddd72 Correct formating by autopep8 2016-06-29 10:19:08 +02:00
Brandon Amos 026288afa6 Merge pull request #155 from heman4t/master
Updated demo/web/vendor deps
2016-06-28 12:40:12 -04:00
hemantsangwan efa3ab8007 Updated web/vendor deps 2016-06-28 10:47:47 +05:30
melgor ad078aef9b SpeedUP LFW test 2016-06-23 11:06:28 +02:00
Brandon Amos e489b7a7b8 Training: Correct space after device param when testing. 2016-06-19 23:42:15 -04:00
Brandon Amos b82f6c31d6 Training: Pass device option to batch-represent. 2016-06-19 21:44:00 -04:00
Brandon Amos eaf7a1e19f batch-represent: Add device option. 2016-06-19 21:43:48 -04:00
Brandon Amos 85bf6eecc2 Fix luacheck warnings. 2016-06-19 17:23:03 -04:00
Brandon Amos a24484c671 Add commented Avg to resnet definition. 2016-06-19 17:14:07 -04:00
Brandon Amos 0574a72641 Initial resnet model definition. 2016-06-19 17:13:21 -04:00
Brandon Amos 2c6ddfba2d Training: Model: Use opt.imgDim. 2016-06-16 20:12:21 -04:00
Brandon Amos 5132cbf3e7
Update citation to our tech report. 2016-06-14 17:13:03 -04:00
Brandon Amos 1fb8abc247 Training: Improve -data description. 2016-06-14 15:56:37 -04:00
Brandon Amos 92684ab771 Training: Add cuda device option. 2016-06-14 15:55:46 -04:00
Brandon Amos a1b3251f96 Actually fix nans from #127. Error if they appear. 2016-06-14 13:51:18 -04:00
Brandon Amos 2bad4e503e Training Tests: Specify -save. 2016-06-13 14:22:59 -04:00
Brandon Amos c04386c48c Training: Only convert to cuda in cuda mode. 2016-06-13 14:12:36 -04:00
Brandon Amos f4567e882e Fixes for travis. 2016-06-13 14:06:12 -04:00
Brandon Amos fea2fb41d8 Resolve nan issues for #127 (hopefully) 2016-06-13 13:50:38 -04:00
Brandon Amos aaab8fe119 Training: Update plot-loss to new directory structure. 2016-06-13 13:50:38 -04:00
Brandon Amos c6f0962b6d Training: Add -save option. Default to a timestamp instead of numbers. 2016-06-13 13:50:38 -04:00