Commit Graph

46 Commits

Author SHA1 Message Date
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
Dante Knowles 3e679b9fb9 Added align dlib v2 2016-06-07 20:26:28 +00: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 cada02629c TSNE: Update colorscheme. 2016-03-16 11:42:52 -04:00
Brandon Amos 0b20785778 align-dlib: Remove outdated argument. 2016-02-29 08:29:35 -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 8a4c2cae0a Fix flake8 warnings. 2016-02-17 13:55:12 -05:00
Brandon Amos 58ac465119 Add outlier detection util script. 2016-02-14 21:57:39 -05:00
Brandon Amos 0ec2de4572 Fix luacheck warning. 2016-02-06 19:24:38 -05:00
Brandon Amos c206fa20c5 Add print-network-table 2016-02-06 18:56:32 -05:00
Brandon Amos b3735ff641 align-dlib: Remove outdated sys.path modification.
Thanks @kleinsound!
2016-01-25 15:54:12 -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 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 f96b206765 Use nn4.small2.v1 by default. 2016-01-12 15:46:57 -05:00
Brandon Amos 6246fada83 Update code to nn4.v2 for #55. 2016-01-07 18:28:11 -05:00
Brandon Amos e15d11fbd7 Finish API changes and inline Python docs for #73. 2015-12-30 13:14:30 -05:00
Brandon Amos 57118ac28f Fix luacheck warnings. 2015-12-27 08:41:49 -05:00
Brandon Amos 335683c812 Fix pep warnings. 2015-12-26 17:41:22 -05:00
Brandon Amos e601a87adc Add script for crontab to email broken links. 2015-12-26 17:22:29 -05:00
Brandon Amos d9be461349 Add util script to check for broken links. 2015-12-26 17:12:06 -05:00
Brandon Amos dceb6a910b flake8 improvements. 2015-12-24 11:45:00 -05:00
Brandon Amos 7d49bef758 Fix pep8 issues. 2015-12-21 19:09:54 -05:00
Brandon Amos eecb0041e1 Improvements to create-train-val-split.
+ Use python2 for consistency with our other Python code.
+ The previous version left empty subdirectories.
  This modification deletes them.
2015-12-21 18:08:39 -05:00
Brandon Amos 139cfb7756 tsne: Print where file is saved to. 2015-12-12 16:30:18 -05:00
Brandon Amos 446436ced1 align-dlib: Check if image was correctly loaded. 2015-12-12 15:27:54 -05:00
Brandon Amos 97cb800a40 Fix pep8 errors. 2015-12-11 10:22:18 -05:00
Brandon Amos 4a94b51314 Add annotate-image util. 2015-12-10 21:05:55 -05:00
Brandon Amos 08986266ea Correct names for #50. 2015-12-08 17:42:27 -05:00
Brandon Amos e5fedb125c Update align-dlib with new alignment code for #50. 2015-12-08 17:04:21 -05:00
Brandon Amos a10fa332e3 Improve tsne example docs. 2015-11-11 11:20:27 -05:00
Brandon Amos 986db491be align-dlib: Fix logic for debug images for #43. 2015-10-29 15:24:22 -04:00
Brandon Amos 7bd9405a74 Fix variable type for #40. 2015-10-29 07:50:15 -04:00
Brandon Amos 9507f22444 Fix pep8 warnings. 2015-10-15 11:16:09 -04:00
Brandon Amos 3dba58e0ef Fix code to output debug images when aligning. 2015-10-15 11:13:46 -04:00
Brandon Amos 0c62de62dc Fix pep8 warnings. 2015-10-13 22:34:30 -04:00
Brandon Amos 12c9212f1c Add script to prune directories for training. 2015-10-13 22:29:03 -04:00
Brandon Amos 901a6f98b9 profile-network: Default to 500 iterations. 2015-10-13 15:18:47 -04:00
Brandon Amos 2f80e4c6a5 Small pep8 fixes. 2015-10-13 07:37:27 -04:00
Brandon Amos f6e3e438c3 Update align-dlib to new interface. 2015-10-13 02:28:19 -04:00
Brandon Amos 5ca23547fc Fix some pep8 warnings. 2015-10-12 11:30:29 -04:00
Brandon Amos d15a2b7c71 Add simple Torch network profiling script. 2015-10-11 16:55:56 -04:00
Brandon Amos 69586648e6 Refactor: facenet->openface. 2015-10-10 21:28:41 -04:00
Brandon Amos 4c91109c40 Add t-SNE script. 2015-10-03 18:46:29 -04:00
Brandon Amos df40fa2af0 Initial commit of Python alignment portions. 2015-09-24 17:36:29 -04:00