Davis King
67a81c1c51
Made examples work with new fc<> template.
2016-04-10 12:11:19 -04:00
Davis King
f9cb3150d0
upgraded to cudnn v5. Also changed the affine_ layer to not be templated but
...
to automatically select the right mode. The serialization format for bn_
layers has also changed, but the code will still be able to deserialize older
bn_ objects.
2016-04-10 10:52:40 -04:00
Davis King
fe168596a2
Moved most of the layer parameters from runtime variables set in constructors
...
to template arguments. This way, the type of a network specifies the entire
network architecture and most of the time the user doesn't even need to do
anything with layer constructors.
2016-04-08 23:12:53 -04:00
Davis King
030f5a0a76
A bit more cleanup
2016-03-27 10:50:52 -04:00
Davis King
47bdf95fbe
added more stuff to example
2016-03-27 10:29:30 -04:00
Davis King
8f0bda5f82
Changed this example to be another mnist example so it runs in a non-insane
...
amount of time.
--HG--
rename : examples/dnn_mit67_ex.cpp => examples/dnn_mnist_resnet_ex.cpp
2016-03-26 23:16:43 -04:00
Davis King
8d3ec0f9d3
Removed cruft
2016-03-26 23:07:38 -04:00
Davis King
517858adf5
changed to run on image net
2016-02-27 09:23:18 -05:00
Davis King
0ecff0e6a4
Removed gif filtering
2016-02-08 09:13:02 -05:00
Davis King
d1b307a8ee
Added some dnn examples.
2016-02-06 22:39:43 -05:00
Davis King
ab4920a4cb
added missing #include
2015-08-11 06:51:35 -04:00
Davis King
0c561f2b89
Switched more URLs to dlib.net rather than sourceforge.net.
2015-07-24 08:15:40 -04:00
Davis King
1294d6d398
fleshed out this example with comments
2015-06-02 17:47:46 -04:00
Fabio Perez
5fb4c584bd
Revise help message
2015-05-30 22:00:36 -03:00
Davis King
52f3e558a4
Added initial version of model predictive control example program.
2015-05-30 19:04:50 -04:00
Davis King
0d6830a48d
added comments about using imglab
2015-03-29 16:47:37 -04:00
Davis King
a80553612a
cleaned up examples
2015-03-22 19:33:17 -04:00
Davis King
76230b9971
Added an example program for the new perspective_window object.
2015-03-22 19:22:07 -04:00
Davis King
5694fada70
Added spectral_cluster() example
2015-02-11 07:55:42 -05:00
Davis King
27510c8a09
Added comments
2015-02-03 15:33:11 -05:00
Davis King
35aba916d3
Added an example for the correlation_tracker
2015-02-03 14:01:37 -05:00
Davis King
4d223d4d54
Made example's CMakeLists.txt file a little more tutorial like.
2015-01-31 09:43:57 -05:00
Davis King
de37509455
added a SQLite example program
2015-01-29 20:53:01 -05:00
Davis King
a9c5c98d56
Added sqlite example. Needs comments
2015-01-27 23:40:53 -05:00
Davis King
7596c094a6
fixed spelling error in comment
2015-01-26 17:58:35 -05:00
Davis King
afa4fe0c23
Fixed some grammar and added a note about the bias term.
2015-01-05 17:39:37 -05:00
Davis King
773fe59a34
Fixed grammar
2014-12-27 15:05:25 -05:00
Davis King
f3da116159
Added an example for svm_c_trainer.
2014-12-09 18:13:45 -05:00
Davis King
ad99a6668e
Added an example program for the new hough_transform object.
2014-12-09 17:40:19 -05:00
Davis King
bb673f4099
Added example of accessing individual pixels
2014-12-09 08:08:02 -05:00
Davis King
f00c7e0f42
Added max cost assignment example program
2014-12-07 12:11:13 -05:00
Davis King
664ea355f4
Another minor cmake change to avoid warnings
2014-12-06 08:34:19 -05:00
Davis King
ae826a408f
Increased min required cmake version to avoid warnings
...
from OpenCV cmake scripts.
2014-11-15 12:10:31 -05:00
Davis King
dac39d2b95
Added an example showing how to use OpenCV's frame grabber
...
for face pose estimation.
2014-11-15 11:39:26 -05:00
Davis King
3eae0bcb00
Changed example to avoid tying a stream to itself since some iostream libraries
...
have a bug that causes them to crash when you do this.
2014-09-30 19:21:38 -04:00
Davis King
f4f395975e
Added scope qualifiers to some mutex objects to avoid a name collision
...
in newer versions of clang.
2014-09-27 09:57:28 -04:00
Davis King
5c78a9c3a6
Updated style sheet so face parts aren't all smashed together when viewed in a
...
browser.
2014-09-17 20:37:26 -04:00
Davis King
bd4056346b
Added code to show how to chip out the faces.
2014-09-06 15:44:09 -04:00
Davis King
5e4aaf2e53
improved examples
2014-08-24 10:37:19 -04:00
Davis King
b191400a00
Added initial version of shape training example
2014-08-21 22:42:48 -04:00
Davis King
5ae170c461
Added a face landmarking example program
2014-08-21 22:11:55 -04:00
Davis King
dd3bf1f2c5
Changed the example to recommend using something like the f1-score when using
...
BOBYQA for model selection.
2014-06-23 16:06:23 -04:00
Davis King
e3af40d5a5
Updated example to use evaluate_detectors()
2014-05-26 18:46:35 -04:00
Davis King
c6d778eaf9
Made the examples use the new simplified file serialization API.
2014-05-08 21:07:56 -04:00
Davis King
be7457770e
Fixed minor typos
2014-04-26 19:56:18 -04:00
Davis King
d763696f68
Added an example program showing how to setup a logger hook
2014-04-26 17:32:06 -04:00
Davis King
2821926236
merged changes and updated abstract file.
2014-04-22 20:13:47 -04:00
Davis King
137b7f80c8
Simplified example program.
2014-04-05 16:56:48 -04:00
Csaba Kertesz
31078adee9
Add maximal iterations option for relevance vector machine trainer
2014-03-16 12:19:19 +01:00
Davis King
8e1e548a70
Updated this example to use the scan_fhog_pyramid version of the object
...
detector since it is much more user friendly.
2014-03-08 13:12:48 -05:00