Commit Graph

615 Commits

Author SHA1 Message Date
Brandon Amos bced2bb445 Disable cudnn by default for #127. Add warning. 2016-06-07 18:20:46 -04:00
Brandon Amos 21f1bcc5c4 Temporarily remove optimize_net for #127. 2016-06-07 18:14:13 -04:00
Brandon Amos 40f124c614 Update website to align_v1. 2016-06-07 17:02:16 -04:00
Brandon Amos db46f273d2
Fix API doc default arguments. 2016-06-07 16:53:22 -04:00
Brandon Amos 7800460ad7
Add numpy.linalg as a mock module for API docs.
\cc @Godrek
2016-06-07 16:49:35 -04:00
Brandon Amos fe387e175d Merge pull request #147 from Godrek/align-dlib-v2
Align dlib v2
2016-06-07 16:39:53 -04:00
Dante Knowles 3e679b9fb9 Added align dlib v2 2016-06-07 20:26:28 +00:00
Brandon Amos 49fffb3671 Correct inception tower sizes for #142. 2016-06-03 19:04:40 -04:00
Brandon Amos 130edcecc9 Training: Use ADAM instead of adadelta. 2016-06-03 17:48:38 -04:00
Brandon Amos 02b85b7824
Update SP. 2016-05-25 12:47:47 -04:00
Brandon Amos 815b471b50
Update SP. 2016-05-24 04:22:43 -04:00
Brandon Amos d720f012c3
Fix typo.
Thanks @Thetoxicarcade!
2016-05-20 12:21:47 -04:00
Brandon Amos 3b9b99c3b2 Bump scikit-learn requirements for #137. 2016-05-13 18:24:17 -04:00
Brandon Amos 5a7e265086 Bump Dockerfile dependency for TDS for #132. 2016-05-08 12:15:30 -04:00
Brandon Amos b4df1f9644 Revert dataset.lua for #132. 2016-05-08 12:11:59 -04:00
Brandon Amos 0044a7817c Add new TDS dependency to docs.
\cc @aaronnech

For #132
2016-05-07 20:46:49 -04:00
Brandon Amos 58ac0cf7f0 Add new TDS dependency to the Dockerfile.
\cc @aaronnech

For #132
2016-05-07 20:45:49 -04:00
Brandon Amos 0707db5718 Fix maxPathLength assertion/increment.
Thanks for the correction @aaronnech, I read your earlier suggestion too fast :-)

For #132
2016-05-07 20:43:53 -04:00
Brandon Amos 85d7375fd9 Remove unused variables/functions to fix luacheck warnings.
\cc @aaronnech

For #132
2016-05-07 20:33:52 -04:00
Brandon Amos b11910b1da Fix assert bound.
\cc @aaronnech

For #132
2016-05-07 20:30:17 -04:00
Brandon Amos 1d5491a1e8 Add @aaronnech's dataset.lua improvements for #132. 2016-05-07 20:25:27 -04:00
Brandon Amos 4c0522f651 Docker: Bump dependency version. Remove src.
For #133.
2016-05-06 11:13:19 -04:00
Brandon Amos 9c4fd0f976 Remove OpenCV and dlib source files for #133. 2016-05-06 11:11:58 -04:00
Brandon Amos ecfb83fdb0 Add building/pushing comment to opencv-dlib-torch. 2016-05-06 10:14:16 -04:00
Brandon Amos 60203bd45e Merge pull request #131 from bakwc/master
Added ability to skip images with many faces; fixed threshold type
2016-05-03 19:23:35 -04:00
Filipp Bakanov 30db42c2ba Fixed style-guide 2016-05-03 22:54:01 +03:00
Filipp Bakanov d18017a195 Added ability to skip images with more than one face; fixed threshold type 2016-05-03 22:15:57 +03:00
Brandon Amos 5b46a5fcb4 Fix typo. 2016-04-27 17:30:14 -04:00
Brandon Amos 8423c91364 Mention optnet is optional and only for DNN training.
#126
2016-04-19 14:43:24 -04:00
Brandon Amos b9f41dcb02 Merge pull request #126 from neuraldomi/master
Update setup.md
2016-04-19 14:41:11 -04:00
neuraldomi caaaee5be1 Update setup.md
added 'optnet'
2016-04-19 20:35:34 +02:00
Brandon Amos 88cd4af209
Website: Mention the parameter counts don't include batch normalization means and variances for #125. 2016-04-18 20:25:34 -04:00
Brandon Amos c677b1830c Docs: Mention LFW overlapping name removal. 2016-04-07 17:18:57 -04:00
Brandon Amos eba58604c9 Bump matplotlib dependency for 'style'.
https://groups.google.com/forum/#openface/vJFioAQaJo8
2016-04-06 10:44:51 -04:00
Brandon Amos 66efcb706b Model: Use opt.imgDim for retraining
\cc @melgor

Ideally I should have made imgDim part of the model.
This works for now, but users training will need to be
careful about this size.
2016-04-05 18:02:45 -04:00
Brandon Amos 98c42a057c Add LDA option to the classifier. 2016-04-03 15:36:58 -04:00
Brandon Amos 1b3b48f588 Load util before model for optimizeNet
\cc @melgor
2016-04-03 02:48:50 -04:00
Brandon Amos d3e0b7470a Correct OpenCV link. 2016-04-03 02:30:33 -04:00
Brandon Amos e284517234 Merge pull request #118 from melgor/optimMemory
Added optnet for reducing memory consumption
2016-04-01 14:42:15 -04:00
melgor 505c63f828 Added check if 'optnet' package is installed 2016-04-01 13:04:25 +02:00
Brandon Amos d901af1acd X->NAME 2016-03-31 21:42:11 -04:00
melgor 46798c97cc Change variable to local 2016-03-31 12:00:17 +02:00
melgor bf6a466484 Added optnet for reducing memory consumption 2016-03-30 23:21:13 +02:00
Brandon Amos 92c152faa3 Fix flake warnings. 2016-03-30 14:18:26 -04:00
Brandon Amos 8784e2d639 Add remove-lfw-names for #116. 2016-03-30 14:08:28 -04:00
Brandon Amos c45f58c4b1 Add luarocks install command. 2016-03-25 10:42:18 -04:00
Brandon Amos 82f463dd08 Torch dependencies: List cutorch. 2016-03-22 16:23:40 -04:00
Brandon Amos 2ce20d39e6 opencv-dlib-torch.Dockerfile: Add gm lib for Torch. 2016-03-19 23:03:07 -04:00
Brandon Amos 0cbeda3617 Dockerfile: Pull from the latest torch_2016.03.19 image. 2016-03-19 17:02:25 -04:00
Brandon Amos c5fc607bac opencv-dlib-torch.Dockerfile: Add software-properties-common for apt-add-repository. 2016-03-19 16:11:06 -04:00