Brandon Amos
|
986db491be
|
align-dlib: Fix logic for debug images for #43.
|
2015-10-29 15:24:22 -04:00 |
Brandon Amos
|
f9170eb3aa
|
Mention CUDA dependency in the training code for #41.
|
2015-10-29 08:41:21 -04:00 |
Brandon Amos
|
1ab061d23d
|
Check Lua subprocess before trying to interact with it.
|
2015-10-29 08:35:44 -04:00 |
Brandon Amos
|
7bd9405a74
|
Fix variable type for #40.
|
2015-10-29 07:50:15 -04:00 |
Brandon Amos
|
ce506d4f5c
|
Merge pull request #38 from harshjv/master
Follow best practices for Dockerfile
|
2015-10-28 09:18:25 -04:00 |
Harsh Vakharia
|
f2f978b56f
|
Update Dockerfile reference to docker/Dockerfile
|
2015-10-28 14:06:17 +05:30 |
Harsh Vakharia
|
8301046b06
|
Move Dockerfile to an empty folder
Clear apt cache and tmp files after package installation via apt
|
2015-10-28 14:03:40 +05:30 |
Brandon Amos
|
30eb5ca083
|
README: Recommend Docker and add note about python on OSX.
|
2015-10-27 14:06:00 -04:00 |
Brandon Amos
|
948bc2d3e9
|
Training: Update for_each call to apply.
|
2015-10-26 17:41:46 -04:00 |
Brandon Amos
|
59002cdfe5
|
Training: Remove fbnn's Optim dependency.
|
2015-10-26 17:41:46 -04:00 |
Brandon Amos
|
4f85fa8ebb
|
README: Clarify loss plot.
|
2015-10-26 12:40:55 -04:00 |
Brandon Amos
|
dcba988458
|
Add VGG's triplet accuracy.
|
2015-10-24 14:41:17 -04:00 |
Brandon Amos
|
45066b0876
|
README: Typo.
|
2015-10-24 14:40:08 -04:00 |
Brandon Amos
|
b0ee9ffd6a
|
README: Typo.
|
2015-10-24 14:39:27 -04:00 |
Brandon Amos
|
8b693e761a
|
README: Formatting.
|
2015-10-24 14:39:12 -04:00 |
Brandon Amos
|
6b4503c5c1
|
Tweak references to other open source projects for #7.
|
2015-10-24 14:38:01 -04:00 |
Brandon Amos
|
87ad0f2de3
|
Reference other open source projects for #7.
|
2015-10-24 14:27:55 -04:00 |
Brandon Amos
|
caf10c533f
|
README: Fix docker-machine typo.
|
2015-10-23 11:59:52 -04:00 |
Brandon Amos
|
5c4e69239f
|
Make debugging the Torch subprocess easier for #34.
|
2015-10-22 17:21:03 -04:00 |
Brandon Amos
|
b21295d930
|
Use a better placeholder to prevent issues like #27
|
2015-10-21 16:38:54 -04:00 |
Brandon Amos
|
b41f9a289f
|
Correct call to image.load for #26.
|
2015-10-20 11:20:36 -04:00 |
Brandon Amos
|
131ccebb3a
|
Add a few setup notes to the README.
|
2015-10-20 10:00:03 -04:00 |
Brandon Amos
|
f2ad830901
|
Clarify ~/src for #27.
|
2015-10-19 06:31:05 -04:00 |
Brandon Amos
|
0f5d3e1221
|
Add gitter badge.
|
2015-10-18 12:16:27 -04:00 |
Brandon Amos
|
8f1121c7b2
|
Clarify structure of the raw data directory for #22.
|
2015-10-18 12:07:39 -04:00 |
Brandon Amos
|
322df25984
|
Add note to the README about opencv/dlib on OSX for #21.
|
2015-10-18 12:00:20 -04:00 |
Brandon Amos
|
4d7400334c
|
README: Add pandas python dependency.
|
2015-10-18 11:41:44 -04:00 |
Brandon Amos
|
38660b5ef2
|
Demo: Show that the connection is local.
|
2015-10-17 14:24:19 -04:00 |
Brandon Amos
|
8538293804
|
Web demo: Fix edge case in server.py
+ This resolves #20.
+ Edge case is when just a single person is known.
|
2015-10-17 14:19:32 -04:00 |
Brandon Amos
|
f615d6b532
|
Make dlib paths consistent.
|
2015-10-17 14:19:32 -04:00 |
Brandon Amos
|
0cf59629ea
|
Don't ignore sigint
|
2015-10-17 13:38:14 -04:00 |
Brandon Amos
|
eb37050c0e
|
Indicate network and disk sizes in the README and get-models.sh
\cc @jaharkes
|
2015-10-17 13:26:48 -04:00 |
Brandon Amos
|
1be4123c57
|
Improve get-models.sh
@jaharkes - Any comments here? Am I overlooking any obvious corner cases?
+ Compress the 1GB model with xz.
+ Verify the md5sum of all models.
|
2015-10-17 13:15:39 -04:00 |
Brandon Amos
|
8ad8bcf685
|
Fix typo found by @HugoGiraudel
|
2015-10-16 18:20:49 -04:00 |
Brandon Amos
|
ade9e2dbd8
|
Link to get-models.sh
|
2015-10-16 10:31:41 -04:00 |
Brandon Amos
|
7e5274185e
|
README: Mention to verify the md5 checksums of the models
For #15
|
2015-10-16 09:07:20 -04:00 |
Brandon Amos
|
d02acc5cb7
|
README: Slightly clarify for #19.
|
2015-10-16 08:45:13 -04:00 |
Brandon Amos
|
2aea81c58b
|
Fix pep8 warning.
|
2015-10-15 23:05:59 -04:00 |
Brandon Amos
|
c4f78bbfbb
|
Add error handling to TorchWrap for cases like #14.
|
2015-10-15 23:00:35 -04:00 |
Brandon Amos
|
2a53c370bf
|
Further clarifications for #10.
|
2015-10-15 20:59:37 -04:00 |
Brandon Amos
|
d114f7bc11
|
Update DOI and BibTeX entry for new (minor) release.
|
2015-10-15 11:50:40 -04:00 |
Brandon Amos
|
e19042d085
|
Update badges in README.
|
2015-10-15 11:27:34 -04:00 |
Brandon Amos
|
eb35f75221
|
Update badges in README.
|
2015-10-15 11:27:18 -04:00 |
Brandon Amos
|
357e7bca73
|
Update CHANGELOG for 0.1.1
|
2015-10-15 11:25:58 -04:00 |
Brandon Amos
|
0004721e3b
|
Update badges in README.
|
2015-10-15 11:25:46 -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
|
10b5d020aa
|
Correct nn1 to nn2.
|
2015-10-15 11:13:46 -04:00 |
Brandon Amos
|
3149ec53c8
|
Fix model definition names in the header comments.
|
2015-10-15 11:13:46 -04:00 |
Brandon Amos
|
e6028e3b5b
|
Further clarifications for #10.
|
2015-10-15 10:36:15 -04:00 |