Commit Graph

458 Commits

Author SHA1 Message Date
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
Brandon Amos c1db3819a8 Docs: Update model LFW accuracies. 2016-01-12 17:58:30 -05:00
Brandon Amos 686e48409c opencv-dlib-torch: Add torchx. 2016-01-12 17:57:59 -05:00
Brandon Amos 0764f0d6bd Update LFW results. 2016-01-12 17:49:56 -05:00
Brandon Amos d9c602c449 Add cuda conditionals to test.lua. 2016-01-12 17:43:50 -05:00
Brandon Amos e5277e916c sanitize: Remove unused imports. 2016-01-12 17:40:01 -05:00
Brandon Amos 745d48d7c8 batch-represent tests: Reduce precision by adding atol to np.isclose. 2016-01-12 17:35:10 -05:00
Brandon Amos f4611dafd9 batch-represent tests: Reduce precision. 2016-01-12 17:34:10 -05:00
Brandon Amos 640e6ccf4a batch-represent: Fix test. 2016-01-12 17:30:32 -05:00
Brandon Amos dd5d0d11bd Training: Remove unused 'fbnn' import. 2016-01-12 17:30:06 -05:00
Brandon Amos 44bd27095a batch-represent: Remove unused functions. 2016-01-12 17:29:45 -05:00
Brandon Amos 7a3b472ea8 batch-represent: Fix index. 2016-01-12 17:29:34 -05:00
Brandon Amos dcc9acc771 Update API test to latest model. 2016-01-12 17:10:49 -05:00
Brandon Amos 2cdf309cad Docs: Fix test command. 2016-01-12 17:06:05 -05:00
Brandon Amos 1a96439f34 Formatting. 2016-01-12 16:48:22 -05:00
Brandon Amos 1f1a1bbb5a Change page location (sorry for 404s) 2016-01-12 16:26:26 -05:00
Brandon Amos a793b7791a Docs: Add links to models and add performance measurements. 2016-01-12 16:22:13 -05:00
Brandon Amos f96b206765 Use nn4.small2.v1 by default. 2016-01-12 15:46:57 -05:00
Brandon Amos 74046f1c51 Dockerfile: Remove sklearn. 2016-01-12 15:45:48 -05:00
Brandon Amos d03d96fe69 Finish moving content into new Dockerfile. 2016-01-12 15:21:12 -05:00
Brandon Amos 56dae9f999 Add nn4.small LFW results. 2016-01-12 14:32:54 -05:00
Brandon Amos e8344fbe34 Change lfw interface. 2016-01-12 14:32:54 -05:00
Brandon Amos 6409661f5f Remove unused fbnn dependency. 2016-01-12 14:32:54 -05:00
Brandon Amos d4a5e342b9 Add blank line. 2016-01-12 14:32:54 -05:00
Brandon Amos 12612b098a Add opencv-dlib-torch.Dockerfile 2016-01-12 13:43:09 -05:00
Brandon Amos 8e29377952 Tests: Add more debug output for failed tests. 2016-01-12 13:31:00 -05:00
Brandon Amos a4dd1c74ee API Tests: Remove image norms. 2016-01-12 13:26:24 -05:00
Brandon Amos 338a0e43fd Tests: Disable rgb check. 2016-01-12 11:54:36 -05:00
Brandon Amos 4477b5e0cf NN Tests: Use workDir for aligned images. 2016-01-11 17:50:31 -05:00
Brandon Amos f42eceb452 Fix pep257 warnings. 2016-01-11 17:42:20 -05:00
Brandon Amos 17e8dc5f2b Tests: Use tmp directory when writing to disk. 2016-01-11 17:36:54 -05:00
Brandon Amos b84d57a6df Add checks for 'None' to resolve #25. 2016-01-11 17:24:52 -05:00
Brandon Amos bddc2538ed Add two nn4.small definitions. 2016-01-11 17:01:42 -05:00
Brandon Amos 0fbb283789 lfw-subset: Wget: Use -nv. 2016-01-11 16:59:56 -05:00
Brandon Amos 0cb17becc7 Travis: Wget: Use -nv. 2016-01-11 16:58:27 -05:00
Brandon Amos 49aa43ece3 Travis: Source torch-active so 'th' is on the path for tests. 2016-01-11 16:55:50 -05:00