Brandon Amos
57b506083b
tests: Use full paths.
2015-12-22 23:09:35 -05:00
Brandon Amos
653a99a266
Docker: Move back to root for context. Use context for Docker build.
2015-12-22 23:06:00 -05:00
Brandon Amos
5ec35da6f2
Initial commit of tests for #13 .
2015-12-22 22:41:04 -05:00
Brandon Amos
507b27f032
Install numpy before other pip dependencies.
2015-12-22 22:14:59 -05:00
Brandon Amos
122f70ce3b
Remove unused skimage dependency.
2015-12-22 22:14:35 -05:00
Brandon Amos
fbde622805
Demos: Remove sys.path appends and unused dlib imports.
2015-12-22 21:33:27 -05:00
Brandon Amos
ec6aa45d89
System-wide install of dlib and OpenFace.
...
Resolves #11
2015-12-22 20:58:06 -05:00
Brandon Amos
e2e292894b
setup.py: Correct url.
2015-12-22 20:30:49 -05:00
Brandon Amos
b70dcdd0b6
Merge pull request #44 from yarnbasket/feature/setup.py
...
setup.py so that openface can be used directly as a python library
2015-12-22 20:29:31 -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
e90694fcba
nn4: Add LRN and remove 5x5 convolutions for #55 .
...
Reduces the number of parameters from 7472144 to 6959088.
2015-12-20 22:29:55 -05:00
Brandon Amos
d69cd17d13
Docs: Remove typo.
2015-12-20 17:36:32 -05:00
Brandon Amos
027f9dcf8e
Real-Time Web Demo: Simplify server initialization.
2015-12-19 18:17:27 -05:00
Brandon Amos
7d73946836
Web demo: server.py -> websocket-server.py
2015-12-19 17:46:57 -05:00
Brandon Amos
aec7de78dc
Explictly set txaio.use_twisted.
...
https://groups.google.com/forum/#!topic/cmu-openface/zbWEuYCf7_w
2015-12-18 10:52:36 -05:00
Brandon Amos
918d3af141
Add port option to server.
2015-12-18 10:52:36 -05:00
Brandon Amos
eea992b458
Mention Python dependencies for training.
2015-12-17 11:43:00 -05:00
Brandon Amos
33c2b687ed
Link to cunn.
2015-12-17 09:09:41 -05:00
Brandon Amos
92672ec406
Merge.
2015-12-17 09:06:46 -05:00
Brandon Amos
bf38abe8f9
Remove unused cudnn dependency.
2015-12-17 09:04:46 -05:00
Brandon Amos
dff471987e
Link to NVIDIA cuDNN.
2015-12-17 08:53:00 -05:00
Brandon Amos
4a0449e44c
Correct cudnn package name.
2015-12-17 08:46:17 -05:00
Brandon Amos
fe56897ddc
Fix pep8 warning.
2015-12-16 13:14:39 -05:00
Brandon Amos
163f06d32b
Add hack for CentOS support for #66 .
2015-12-16 13:12:15 -05:00
Brandon Amos
1b9ad376ff
Add timing information to classifier.py
...
Thanks @lucafeudi
2015-12-14 11:53:15 -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
244ac78e90
Formatting.
2015-12-12 13:45:54 -05:00
Brandon Amos
af575bdb72
Update docs with new align-dlib interface.
2015-12-12 13:43:30 -05:00
Brandon Amos
b9c848c8a2
Fix pep8 warning.
2015-12-11 15:59:28 -05:00
Brandon Amos
c8a4f34095
Untested improvements to create-unknown-vectors.
2015-12-11 15:56:00 -05:00
Brandon Amos
97cb800a40
Fix pep8 errors.
2015-12-11 10:22:18 -05:00
Brandon Amos
ec7650cf73
Update server for the slightly modified alignment API.
2015-12-11 10:21:01 -05:00
Brandon Amos
0e99d0c499
Merge branch 'experimental/align'
2015-12-10 21:09:01 -05:00
Brandon Amos
12a8648959
Update demos with results from the new models.
2015-12-10 21:05:55 -05:00
Brandon Amos
4a94b51314
Add annotate-image util.
2015-12-10 21:05:55 -05:00
Brandon Amos
d81f76e48a
Update LFW results with changes from #50 .
2015-12-10 21:04:00 -05:00
Brandon Amos
05a1b87c6f
Mention fblualib dependency in docs.
2015-12-08 18:31:11 -05:00
Brandon Amos
08986266ea
Correct names for #50 .
2015-12-08 17:42:27 -05:00
Brandon Amos
d6809b119e
Update align-dlib with new alignment code for #50 .
2015-12-08 17:04:57 -05:00
Brandon Amos
e5fedb125c
Update align-dlib with new alignment code for #50 .
2015-12-08 17:04:21 -05:00
Brandon Amos
a1a89ea65f
Remove skimage dependency for #50 .
2015-12-08 16:41:40 -05:00
Brandon Amos
a78043923b
Alignment improvements for #50 .
...
Thanks @hbredin for the great feedback!
1. Make it clear dlib expects RGB images.
2. Keep the mean landmarks in the alignment source code
rather than loading them from a txt file.
3. Normalize the mean landmarks between 0 and 1 for
the transformation.
2015-12-08 16:29:09 -05:00
Brandon Amos
7fd4480161
Docs: faq: Formatting.
2015-12-06 17:23:44 -05:00
Brandon Amos
b5d77344ca
Add improved alignment code for #50 . Accuracy not yet tested.
2015-12-06 16:46:25 -05:00
Brandon Amos
4962a4876d
Docs: Initial commit of FAQ.
2015-12-06 16:20:25 -05:00
Brandon Amos
0a24569354
Move repo contents from docs to README.
2015-12-05 09:09:02 -05:00
Brandon Amos
0701e69db8
Docs: Link to accuracy page.
2015-12-04 03:14:37 -05:00
Brandon Amos
5e6977c8cd
Classifier demo: Check the mode before checking classifierModel.
...
For #65 .
2015-12-03 13:47:37 -05:00