Commit Graph

693 Commits

Author SHA1 Message Date
Brandon Amos 18bae7d1ad Update LFW plots. 2016-02-06 23:41:17 -05:00
Brandon Amos dfa6b7f614 Add LFW classification experiment. 2016-02-06 19:27:05 -05:00
Brandon Amos 0ec2de4572 Fix luacheck warning. 2016-02-06 19:24:38 -05:00
Brandon Amos b43f510489 nn4.small2.def: Comment out reshapes. 2016-02-06 18:56:50 -05:00
Brandon Amos c206fa20c5 Add print-network-table 2016-02-06 18:56:32 -05:00
Brandon Amos 3fefe5825c get-models: Change == to = to resolve #92 2016-02-06 16:32:38 -05:00
Brandon Amos cfe3a83e2f websocket server: Use store_true for --cuda. 2016-02-05 20:08:18 -05:00
Brandon Amos a5528889c4 lfw: classify->verify 2016-02-05 20:08:18 -05:00
Brandon Amos 7d8c6ba012 Disable stderr piping in Torch subprocess for #87 2016-01-29 10:36:38 -05:00
Brandon Amos 744bf8b55e Update copyright statement to include all models.
Thanks @mdoumbouya
2016-01-26 17:51:57 -05:00
Brandon Amos 2840c632ae README: Add example directory structure. 2016-01-26 10:51:44 -05:00
Brandon Amos b3735ff641 align-dlib: Remove outdated sys.path modification.
Thanks @kleinsound!
2016-01-25 15:54:12 -05:00
Brandon Amos be0cc05ea1 TorchNeuralNet: Improve error message when the subprocess dies. 2016-01-23 17:28:57 -05:00
Brandon Amos 147ce31b33 Remove comment from openface_server.lua. 2016-01-23 17:25:35 -05:00
Brandon Amos 6d69373a44 setup.py: Bump version. 2016-01-22 12:03:36 -05:00
Brandon Amos 5946f37d60 Docs: Add news. 2016-01-21 12:56:41 -05:00
Brandon Amos 19d9d8c703 Add more details to start-servers.sh
Thanks @justinsteele
2016-01-20 23:18:17 -05:00
Brandon Amos e8cd669265 Docs: Phrasing. 2016-01-20 14:39:40 -05:00
Brandon Amos 2eaff950d7 Docs: Update index. 2016-01-20 13:18:27 -05:00
Brandon Amos c7a0e79841 docs: Correct lfw command. 2016-01-20 12:45:00 -05:00
Brandon Amos 17fe502e4d Update illegal instruction error note. 2016-01-19 14:59:21 -05:00
Brandon Amos ec70d3c4de Update illegal instruction error note. 2016-01-19 14:57:29 -05:00
Brandon Amos f7af1436ad Docs: FAQ: Add illegal instruction error. 2016-01-19 14:19:01 -05:00
Brandon Amos 28419c2a0d Correct link to LICENSE. 2016-01-19 14:07:37 -05:00
Brandon Amos f091896e79 Bump release in README. 2016-01-19 11:42:17 -05:00
Brandon Amos 60d371d19b Remove test command from Docker example since it requires other dependencies. 2016-01-19 11:36:22 -05:00
Brandon Amos 89084a9134 Docs: Update faq. 2016-01-19 10:07:22 -05:00
Brandon Amos 1e2791a396 Fix typo. 2016-01-19 08:08:24 -05:00
Brandon Amos 2a2cfd9c92 Fix typo. 2016-01-19 06:20:01 -05:00
Brandon Amos b336249d5f Add 0.2.0 release notes.
Thanks @hbredin and @melgor!
2016-01-19 06:16:18 -05:00
Brandon Amos 85fe1b1825 Docs: Add performance to faq. 2016-01-19 06:16:18 -05:00
Brandon Amos 5acd962b45 Docs: Update value. 2016-01-19 06:16:18 -05:00
Brandon Amos d05fecb633 Setup Docs: Update commands. 2016-01-17 00:58:27 -05:00
Brandon Amos 90de8e2573 Training Docs: Remove discrepancies that are no longer valid. 2016-01-16 23:53:18 -05:00
Brandon Amos 9b04bca65d train.lua: Pass on comments. 2016-01-16 23:50:54 -05:00
Brandon Amos ca15ee5176 Fix flake8 warnings. 2016-01-16 22:54:57 -05:00
Brandon Amos 5502b26018 Add profile-pipeline. 2016-01-16 21:31:43 -05:00
Brandon Amos 51b01c200c Train: Fix model saving logic for out-of-memory errors.
Thanks @kleinsound
2016-01-16 16:37:35 -05:00
Brandon Amos 162cf1f76a Improve docs.
Thanks @kleinsound!
2016-01-16 16:32:16 -05:00
Brandon Amos a94e623477 Docs: innerEyesAndBottomLip -> outerEyesAndNose
Thanks @kleinsound!
2016-01-15 11:01:26 -05:00
Brandon Amos 4d855e6704 LFW: Improve error message for missing pairs.txt 2016-01-14 08:40:16 -05:00
Brandon Amos e243655a39 LFW: Improve docs for pairs.txt 2016-01-14 08:35:46 -05:00
Brandon Amos dad9ce965a docs: Mention OSX findutils and coreutils dependencies. 2016-01-13 16:15:53 -05:00
Brandon Amos 5617ab194a Typo. 2016-01-13 16:11:00 -05:00
Brandon Amos 9d1bd99579 Update copyright notices.
sed -i "/[Cc]opyright.*2015.*Carnegie Mellon University/s/2015/2015-2016/;"  $(git grep '[Cc]opyright.*Carnegie Mellon University'  | sed 's/:.*//' | uniq)
2016-01-13 14:52:52 -05:00
Brandon Amos 2c40986183 Add note about building in an OSX Docker machine. 2016-01-13 14:43:15 -05:00
Brandon Amos b0f318568b Minor changes to docs and README. 2016-01-13 14:43:15 -05:00
Brandon Amos 71d7720a86 Tests: Tweak training params. 2016-01-13 14:33:17 -05:00
Brandon Amos 8bbfd4da05 Training: Skip battch if nTripsFound == 0. 2016-01-13 14:32:43 -05:00
Brandon Amos 6b6ed234f9 Fix flake8 warnings. 2016-01-12 17:59:04 -05:00