Davis King
1f5e406617
updated docs
2016-06-25 10:37:55 -04:00
Davis King
ba8bae6ab5
Made this FAQ less anal sounding :)
2016-06-25 10:11:12 -04:00
Davis King
1f1101832c
updated docs
2016-06-25 09:56:31 -04:00
Davis King
f88f784a4e
Minor formatting cleanup
2016-06-25 09:47:36 -04:00
Davis King
2469352e95
fixed typo
2016-06-25 09:42:22 -04:00
Davis King
fcf7ab6daa
Updated examples to refer to the correct file names.
2016-06-25 09:40:11 -04:00
Davis King
a76b642a4e
renamed examples
...
--HG--
rename : examples/dnn_mnist_advanced_ex.cpp => examples/dnn_introduction2_ex.cpp
rename : examples/dnn_mnist_ex.cpp => examples/dnn_introduction_ex.cpp
2016-06-25 09:34:53 -04:00
Davis King
dc93985546
updated docs
2016-06-25 09:32:14 -04:00
Davis King
541ce716b9
Added the program that made the resnet model.
2016-06-25 09:26:51 -04:00
Davis King
d0a4c6814c
Changed test to avoid failure in visual studio.
2016-06-24 10:51:03 -04:00
Davis King
1123eaa134
Changed the message that cmake displays when opencv isn't found so users don't get confused.
2016-06-24 01:28:52 -04:00
Davis King
2b50150076
Added check back in since visual studio doesn't really work with the C++11 code in dlib.
2016-06-24 01:24:03 -04:00
Davis King
d3320a04ab
A minor change to avoid a compiler error in clang
2016-06-23 09:42:38 -04:00
GurunathB
872cee33f1
Updated comments to specify the position of points ( #141 )
...
Updated comments to specify the position of points on the face for 68 points generated by the face landmark detector.
2016-06-23 06:32:12 -04:00
Davis King
394c65af6c
updated docs
2016-06-22 22:42:01 -04:00
Davis King
87493f4971
Added some comments
2016-06-22 22:30:45 -04:00
Davis King
f453b03f39
Added an example showing how to classify imagenet images.
2016-06-22 22:26:48 -04:00
Davis King
d8fe4355fe
Added input_rgb_image_sized.
2016-06-22 22:20:19 -04:00
Davis King
dc77808184
merged
2016-06-22 21:44:26 -04:00
Davis King
247beb3df4
Removed support for old serialization formats in many of the DNN objects. This
...
is to clean up the code since it was getting somewhat complex and this is the
last opportunity to do this kind of cleanup prior to the release of dlib v19.0.
If you have saved network objects and want to convert them to the current
format, then make sure you checkout the previous commit (labeled with tag
before_dnn_serialization_cleanup) and then deserialize and serialize your
network back to disk.
2016-06-22 21:43:51 -04:00
Davis King
fc7f9b6c80
Added tag before_dnn_serialization_cleanup for changeset 4d6b102506bb
2016-06-22 21:40:42 -04:00
nxwhite-str
b53e9cf010
Add detection threshold adjustment to object detection python interface ( #140 )
...
* Add cmake option to use external libjpeg on Mac OS
* Add adjust_threshold to python object detector
* Add cmake option to use external libjpeg on Mac OS
* Add adjust_threshold to python object detector
* Revert "Add cmake option to use external libjpeg on Mac OS"
This reverts commit 01f7fd13ea
.
* Update detector example to set adjust_threshold
2016-06-22 21:17:16 -04:00
Davis E. King
ea9cba7eeb
Merge pull request #139 from e-fominov/dnn_vs2015_up3
...
DNN Visual Studio 2015 Update3 support
2016-06-22 11:47:38 -04:00
Davis King
8e6d8ae01a
Changed conv layer to use cross-correlation rather than convolution.
2016-06-22 11:09:49 -04:00
Fm
cc38772715
#pragma warning moved to dnn.h
2016-06-22 18:09:26 +03:00
Fm
2e741703ef
removed wrong empty line
2016-06-22 17:54:28 +03:00
Fm
9930d3279e
removed comment form net printing
2016-06-22 17:53:37 +03:00
Fm
f3b0159ef1
#pragma warning for C4503 and /bigobj
2016-06-22 17:51:06 +03:00
Fm
63c2465f32
Added compiler flags for VS compiling DNN samples without warnings
2016-06-22 17:22:43 +03:00
Fm
a3515c8b0f
Fixed layer constructors to support VS2015
2016-06-22 16:53:27 +03:00
Fm
11cef7b1fc
removed commented code
2016-06-21 19:35:36 +03:00
Fm
cbb69de299
Visual studio now compiles dnn_mnist_advanced, inception and dtest
2016-06-21 19:15:25 +03:00
Fm
943a07cbb9
Visual Studio 2015 UP3 support
2016-06-21 10:49:01 +03:00
Fm
d0face82c3
DNN Visual Studio 2015 UP3 support
2016-06-21 10:42:09 +03:00
Davis King
595f01289b
Made it so the image_display lets you add parts outside the object's bounding
...
box.
2016-06-19 08:55:42 -04:00
Davis King
dfefd981db
merged
2016-06-16 06:57:32 -04:00
Davis King
01b127ea13
updated faq
2016-06-16 06:57:09 -04:00
Davis King
79bdfebb22
Made subprocess_stream echo stuff written to the child's cout to the parent's
...
cout. Also just made it a little nicer with regard to error handling.
2016-06-13 12:25:44 -04:00
Davis King
2d810acc9f
updated docs
2016-06-11 23:10:26 -04:00
Davis King
172647f87c
Moved log1pexp() and randomize_parameters() from core.h into utilities.h
2016-06-11 23:08:51 -04:00
Davis King
6578c1b574
Added net_to_xml()
2016-06-11 22:47:52 -04:00
Davis King
e2d4b3c41c
Made layer() work on const networks.
2016-06-11 22:13:48 -04:00
Davis King
8f3e8a6ca7
Made mat() work on empty tensors.
2016-06-11 21:15:36 -04:00
Davis King
dd8bf7553d
Adjusted asserts to allow mat() to output empty matrices.
2016-06-11 21:15:04 -04:00
Davis King
443279089f
updated docs
2016-06-11 12:59:33 -04:00
Davis King
86bed7c1c9
Added visit_layers()
2016-06-11 12:58:59 -04:00
Davis King
2927671d97
updated docs
2016-06-11 11:56:10 -04:00
Davis King
3a3e326332
clarified spec
2016-06-11 11:56:04 -04:00
Davis King
1c01eaec1d
updated example comments
2016-06-11 11:54:44 -04:00
Davis King
25ab939690
Added tag_id and made skip and add_prev layers print their id numbers when
...
written to an output stream.
2016-06-11 11:54:32 -04:00