Commit Graph

640 Commits

Author SHA1 Message Date
Brandon Amos d4ee384d5e demos/vis-outputs: Add aligned example images, fix image.load usage, and output where the images are being saved to
Thanks @pppoe! https://github.com/cmusatyalab/openface/pull/107
2016-03-09 22:26:12 -05:00
Brandon Amos 18575f7199 Web demo: bower: Update metadata. 2016-03-09 18:56:56 -05:00
Brandon Amos 8fb4a9d528 Update badges in README. 2016-03-08 20:55:39 -05:00
Brandon Amos 71b6bbf765 Fix flake warning. 2016-03-08 20:39:03 -05:00
Brandon Amos 665cb4c9d7 Training plot-loss.py: Improve triplet loss plot bounds. 2016-03-08 18:36:58 -05:00
Brandon Amos 04d23481fb Fix typo. 2016-03-06 21:15:10 -05:00
Brandon Amos 4616f61ff8 DNN Training: Halve default epochSize. 2016-03-06 20:03:54 -05:00
Brandon Amos f17a36c2fd plot-loss: Import sys. 2016-03-06 19:56:12 -05:00
Brandon Amos dd82f1825d Update docs on training a DNN. 2016-03-06 19:54:40 -05:00
Brandon Amos f112398178 DNN Training: Plot LFW accuracies for #100. 2016-03-06 19:46:33 -05:00
Brandon Amos bbff0a01dd Fix tests for training the DNN. 2016-03-06 19:45:37 -05:00
Brandon Amos 1786f20fb2 Update description of pyannote-video
\cc @hbredin
2016-03-06 19:01:40 -05:00
Brandon Amos f5766412d2 NN Training: Add LFW validation for #100. 2016-03-04 18:30:39 -05:00
Brandon Amos e4c4aef3e4 Training: Zero pad experiment work directory numbers. 2016-03-04 18:09:55 -05:00
Brandon Amos 8db6a8ad05 Docs: Remove broken link. 2016-03-03 09:05:41 -05:00
Brandon Amos 1b4057da55 VGG Download: Use all images, timeout URL requests. 2016-03-02 10:40:43 -05:00
Brandon Amos f9b8a28f8c VGG Dataset Script: Fix formatting. 2016-03-01 12:25:36 -05:00
Brandon Amos 958a49b4a6 VGG Dataset Script: Fix flake formatting warnings. 2016-02-29 08:44:59 -05:00
Brandon Amos 74d0850b63 VGG Dataset Script: Remove unused import. 2016-02-29 08:41:11 -05:00
Brandon Amos e6c73b18aa Add git exception for download-lfw-subset. 2016-02-29 08:39:04 -05:00
Brandon Amos 6fc8e9d8e5 VGG Dataset Script: Add header and except to gitignore. 2016-02-29 08:37:42 -05:00
Brandon Amos 99d9955bda Add VGG dataset download and align script. 2016-02-29 08:34:01 -05:00
Brandon Amos 0b20785778 align-dlib: Remove outdated argument. 2016-02-29 08:29:35 -05:00
Brandon Amos 540b7d03c6 Fix luacheck warning. 2016-02-28 15:08:50 -05:00
Brandon Amos 49d195355b Training: Remove test code from data loader. 2016-02-28 13:48:22 -05:00
Brandon Amos ccaf423904 Remove -testEpochSize from the training unit test. 2016-02-27 18:00:20 -05:00
Brandon Amos e987b15b22 Move old test code to attic for #99. 2016-02-27 17:50:11 -05:00
Brandon Amos b2054fed5e detect-outliers: Add --delete option. 2016-02-27 16:41:04 -05:00
Brandon Amos d845e6cd16 align-dlib: Add verbose option. 2016-02-27 15:11:05 -05:00
Brandon Amos 1bb08b2e83 Website: Link to related projects and articles.
Let me know if you all want to tweak these.

+ @mkiser's algorithmia post
+ @richards-tech's NiFi integrations
+ @aybassiouny's C++ version
+ @hbredin's pyannote-video (want a one-sentence description or link somewhere else?)
2016-02-26 18:00:01 -05:00
Brandon Amos 69837ba70b Bump version to 0.2.1 2016-02-25 12:41:24 -05:00
Brandon Amos aeb14897c5 Update acknowledgements. 2016-02-24 23:59:29 -05:00
Brandon Amos a1a644c44c Tests: Make lfwSubset assertions more informative. 2016-02-21 16:18:16 -05:00
Brandon Amos d89548721b Acknowledge great issue and PR templates from @rhiever, @justinabrahms, and @auremoser 2016-02-19 14:58:10 -05:00
Brandon Amos ac7c784b60 Add a PR template and improve the issue template.
Thanks @rhiever!
I added you to our project's acknowledgments for these.
2016-02-19 14:30:19 -05:00
Brandon Amos c79cc4a73e Classification demo: Use a linear SVM with C=1 instead of grid search. 2016-02-19 14:18:02 -05:00
Brandon Amos f10dee4559 Add ISSUE_TEMPLATE. 2016-02-19 12:20:45 -05:00
Brandon Amos b3e41133ca lfw-classification: Add largeFont option. 2016-02-17 13:55:12 -05:00
Brandon Amos deeb66f87d Docs: Link to @cowbjt's web demo fork 2016-02-17 13:55:12 -05:00
Brandon Amos 8a4c2cae0a Fix flake8 warnings. 2016-02-17 13:55:12 -05:00
Brandon Amos 90297b735d Update CONTRIBUTING.md 2016-02-15 15:04:06 -05:00
Brandon Amos c40c301e5c Merge branch 'master' of github.com:cmusatyalab/openface 2016-02-14 21:58:34 -05:00
Brandon Amos 58ac465119 Add outlier detection util script. 2016-02-14 21:57:39 -05:00
Brandon Amos 91376f9caa Remove stderr output.
Thanks @kleinsound
2016-02-11 13:59:56 -05:00
Brandon Amos c1235f712a Add CONTRIBUTING.md 2016-02-08 07:46:59 -05:00
Brandon Amos b922abc153 Fix flake8 warnings. 2016-02-07 17:50:41 -05:00
Brandon Amos 964c06f64a lfw-classification: Just use a linear SVM instead of grid search. 2016-02-07 17:24:39 -05:00
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