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
Brandon Amos
0efe4fe391
Docs: Setup: Add note about Docker memory.
2015-12-03 13:40:35 -05:00
Brandon Amos
6742ef326f
Docs: Update links to other projects in 'accuracy'
2015-12-02 03:28:53 -05:00
Brandon Amos
cf49f815c6
docs: Remove semicolon from for loop for bash
2015-12-01 16:29:52 -05:00
Brandon Amos
44e5a6401d
Improve web demo docs.
2015-11-30 17:33:27 -05:00
Brandon Amos
98002816f8
Merge pull request #61 from ZhihengCV/master
...
solve the memory leak problem of web-demo
2015-11-28 00:21:38 -05:00
ZhihengCV
334461d34f
solve the memory leak problem of web-demo
2015-11-28 11:13:40 +08:00
Brandon Amos
09577c5d06
Automatically switch video feeds.
2015-11-26 15:21:18 -05:00
Brandon Amos
f1f4f63598
Web Demo: Show fiducial points and use tabs instead of scolling.
2015-11-26 13:31:27 -05:00
Brandon Amos
c48255a236
Add better error handling when the Torch model is passed as the classification model.
2015-11-24 09:57:33 -05:00
Brandon Amos
df89d749d1
Clarify training procedure.
...
Summary of content from @Strateus and @melgor at
https://groups.google.com/forum/#!topic/cmu-openface/XgxfN8Xy9nA
2015-11-23 16:12:59 -05:00
Brandon Amos
bcf69ec2bb
Docs: Tweak setup.
2015-11-23 15:35:29 -05:00
Brandon Amos
509cea2974
forwardImage: Check that the input is not None.
2015-11-20 14:10:31 -05:00
Brandon Amos
0a0cae4889
Add non-default test code using hard negatives.
2015-11-20 14:10:31 -05:00
Brandon Amos
4193bf3eed
Add link to deep funnelling.
2015-11-19 14:00:17 -05:00
Brandon Amos
d451c2efe3
Mention research support in the README and docs.
2015-11-14 15:35:42 -05:00
Brandon Amos
7246ed809f
Add more Torch dependencies to the docs and Dockerfile for completeness.
2015-11-13 16:52:33 -05:00
Brandon Amos
67f676417f
Minor doc tweaks.
2015-11-12 18:51:56 -05:00
Brandon Amos
8560e23366
Update citation information.
2015-11-11 11:51:56 -05:00
Brandon Amos
a10fa332e3
Improve tsne example docs.
2015-11-11 11:20:27 -05:00
Brandon Amos
7ba9ed8727
Docs: Mention batch-represent with the classification demo.
2015-11-11 11:00:21 -05:00
Brandon Amos
9d95ac3528
Docs: Better distinguish between DNN and classification models.
2015-11-10 14:31:24 -05:00
Brandon Amos
62f6fc9215
Add note to training new models.
2015-11-10 10:38:27 -05:00
Brandon Amos
8ce5a137e0
Docs: Add note about only testing the web demo in Chrome/OSX.
2015-11-10 10:26:35 -05:00