Commit Graph

38 Commits

Author SHA1 Message Date
Brandon Amos 96b45fd0eb
Use https for the model downloads. 2017-02-07 13:43:42 -05:00
Brandon Amos 320cf3d728
Update links to our models. 2017-02-07 11:56:49 -05:00
Brandon Amos 6848378f40
get-models: Use no-check-cert for our self-hosted models. 2017-02-07 11:33:01 -05:00
Brandon Amos 85bf6eecc2 Fix luacheck warnings. 2016-06-19 17:23:03 -04:00
Brandon Amos a24484c671 Add commented Avg to resnet definition. 2016-06-19 17:14:07 -04:00
Brandon Amos 0574a72641 Initial resnet model definition. 2016-06-19 17:13:21 -04:00
Brandon Amos e534fa9c7f Initial commit of VGG model definitions. 2016-06-08 12:13:27 -04:00
Brandon Amos 49fffb3671 Correct inception tower sizes for #142. 2016-06-03 19:04:40 -04:00
Brandon Amos d720f012c3
Fix typo.
Thanks @Thetoxicarcade!
2016-05-20 12:21:47 -04:00
Brandon Amos b43f510489 nn4.small2.def: Comment out reshapes. 2016-02-06 18:56:50 -05:00
Brandon Amos 3fefe5825c get-models: Change == to = to resolve #92 2016-02-06 16:32:38 -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 bddc2538ed Add two nn4.small definitions. 2016-01-11 17:01:42 -05:00
Brandon Amos 5f78673b7d Move imgDim to models. 2016-01-11 16:38:24 -05:00
Brandon Amos b7facaa8a7 get-models.sh: Correct note about network traffic. 2016-01-11 16:23:05 -05:00
Brandon Amos c8bc687983 get-models: wget: Use -nv. 2016-01-11 16:19:07 -05:00
Brandon Amos 2b249d02e6 DNN Models: Add parameters as comment and use opt.embSize 2016-01-08 11:18:30 -05:00
Brandon Amos 1bac754aca nn4 def: Don't validate shape by default. 2016-01-08 11:00:17 -05:00
Brandon Amos 442b721f93 Correct nn4.v2 md5sum. 2016-01-07 19:07:56 -05:00
Brandon Amos 6246fada83 Update code to nn4.v2 for #55. 2016-01-07 18:28:11 -05:00
Brandon Amos 7923c2785c OpenFace Model: Use torch/nn's SpatialCrossMapLRN. 2016-01-06 17:04:21 -05:00
Brandon Amos 1799e9b949 nn2.def: Add normalization. 2015-12-28 21:29:13 -05:00
Brandon Amos 80135c737c nn4.def: Add reasoning behind LRN layers. 2015-12-28 21:28:06 -05:00
Brandon Amos ff51b2cbde Fix luacheck warnings. 2015-12-27 09:09:14 -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 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 3149ec53c8 Fix model definition names in the header comments. 2015-10-15 11:13:46 -04:00
Brandon Amos 1f2ce4cac1 README: Add 'Visualizing layer outputs' 2015-10-13 02:28:19 -04:00
Brandon Amos c739a3cde0 Tweak README and get-models. 2015-10-12 13:18:23 -04:00
Brandon Amos 9e1c181314 Add paths to completed models. 2015-10-11 16:54:49 -04:00
Brandon Amos 69586648e6 Refactor: facenet->openface. 2015-10-10 21:28:41 -04:00
Brandon Amos 4973245a26 Models: Add license heading. 2015-09-24 17:36:29 -04:00
Brandon Amos 72a8390b66 Add FaceNet model definitions. 2015-09-24 14:32:28 -04:00
Brandon Amos f7853db09b Add small dlib mean and std models. 2015-09-24 14:32:14 -04:00
Brandon Amos 71b2c63770 Add get-models script. 2015-09-24 14:31:46 -04:00