Davis King
3bb4a8e92d
merged
2016-11-04 20:16:08 -04:00
Davis King
c1b389bca1
Fixed compile time error.
2016-11-02 10:12:07 -04:00
Davis King
45dd580bf4
Wrote replacements for set_tensor() and scale_tensor() since the previous
...
versions were calling into cuDNN, however, the cuDNN functions for doing this
are horrifically slow, well over 100x slower than they should be, which is
surprising since these functions are so trivial.
2016-11-02 10:06:36 -04:00
Davis King
44d67000fc
Made test deterministic
2016-10-30 07:42:27 -04:00
Davis King
452b188def
Fixed some race conditions in cuda code.
2016-10-27 11:29:27 -04:00
Davis King
76d5bba613
Fixed compiler warnings
2016-10-26 17:09:44 -04:00
Davis King
3586d409f9
Added tt::scale_columns(). Also optimized some other cuda kernel launches a
...
little.
2016-10-26 17:06:02 -04:00
Davis King
2a2956a238
Added is_vector() for tensor objects.
2016-10-26 16:49:56 -04:00
Davis King
fa8b3767bf
Improved cudnn error messages.
2016-10-26 09:06:05 -04:00
Davis King
33af52d23a
updated docs
2016-10-23 15:43:47 -04:00
Davis King
b2faad0dd8
Added l2normalize_ layer.
2016-10-23 15:13:46 -04:00
Davis King
a390f10931
Made approximate derivative calculation slightly more numerically robust.
2016-10-23 10:44:05 -04:00
Davis King
ff9f597a60
Made the dnn_trainer automatically reload from the last good state if a loss of
...
NaN is encountered.
2016-10-21 22:48:03 -04:00
Davis King
4a2f0192e7
Fixed a bug in the repeat layer that caused it to throw exceptions
...
in some cases.
2016-10-18 22:54:34 -04:00
Davis King
85d421c356
Added --rmignore
2016-10-16 19:51:19 -04:00
Davis King
98bd454247
merged
2016-10-16 16:39:04 -04:00
Davis King
06cf15a0b5
Added loss_metric_
2016-10-16 16:38:17 -04:00
Davis King
0848616d99
Improved xml logging for --resample
2016-10-16 16:21:28 -04:00
Davis King
f8fcfcd0b4
removed --extract-chips
2016-10-16 16:19:24 -04:00
Davis King
968322bcf8
Fixed confusing -h docs
2016-10-16 16:10:44 -04:00
Davis King
ae88702ba6
Added --jpg and --one-object-per-image.
2016-10-16 16:09:06 -04:00
Evgeniy Fominov
97e3e420c8
Update Readme.md - travis badge ( #297 )
...
Added Travis badge ![badge](https://travis-ci.org/davisking/dlib.svg?branch=master )
2016-10-15 16:26:55 -04:00
Davis King
d695996416
enabling travis email notifications
2016-10-15 11:00:48 -04:00
Evgeniy Fominov
9bb271f170
Travis CI Integration scripts ( #294 )
2016-10-14 14:44:31 -04:00
hannometer
a8c51cea06
pass CUDA_HOST_COMPILER variable to cuda cmake tests ( #292 )
2016-10-14 08:35:09 -04:00
Mateusz Baran
41bc867a4d
optimization - poly_min_extrap fixed for a specific case ( #291 )
...
If temp is nonzero but a subnormal then temp2 matrix may contain infinities which may cause temp assignment in line 225 to be a NaN (as a difference of two positive infinities).
2016-10-14 06:54:59 -04:00
Davis King
d27511b40a
Record last changeset and set PATCH version to 99
2016-10-10 19:36:19 -04:00
Davis King
bfed73cc18
Added tag v19.2 for changeset f8fa027c7602
2016-10-10 19:34:33 -04:00
Davis King
5a970318c3
Created release v19.2
2016-10-10 19:34:32 -04:00
Davis King
ccdb77212a
Made tensor copies a little more efficient.
2016-10-10 18:26:09 -04:00
Davis King
a66a24f3e0
merged
2016-10-10 09:09:22 -04:00
Evgeniy Fominov
18fc97d324
Added threads.h into shape_predictor.h ( #283 )
2016-10-10 08:32:16 -04:00
Evgeniy Fominov
2c0bba5888
Fix for #281 ( #282 )
2016-10-10 08:30:22 -04:00
Davis King
5c74cc2dff
Added missing #include.
2016-10-10 08:12:58 -04:00
Davis King
59041936cc
Added missing #include
2016-10-10 07:36:10 -04:00
Davis King
740f5753ce
Removing mltool since I'm pretty sure no one uses it and it might even cause
...
user confusion.
2016-10-09 23:29:20 -04:00
Davis King
b16d30ce2e
Made unit tests compile stuff in tools folder
2016-10-09 23:18:46 -04:00
Davis King
a8c62a8003
Minor code cleanup.
2016-10-09 23:18:12 -04:00
Davis King
ac2d2a787b
Improved check for old visual studio
2016-10-09 18:25:52 -04:00
Davis King
0eb92bbe41
Fixed old visual studio check
2016-10-09 18:19:51 -04:00
Davis King
2787edc9bd
Improved error messages about non-C++11 compilers and made the example cmake
...
file a little clearer on this issue.
2016-10-09 18:13:21 -04:00
Davis King
60b1c4403a
Cleaned up release notes
2016-10-09 17:47:02 -04:00
Davis King
1eeb67dbe5
Renamed file so it matches the naming scheme of the other matlab examples.
...
--HG--
rename : dlib/matlab/mex_example_class.cpp => dlib/matlab/example_mex_class.cpp
2016-10-09 16:36:48 -04:00
Davis King
72a6ad8db1
Now that C++11 is required, I'm removing the C++11 annotations from things in
...
the documentation. I also updated a few places throughout the docs to say that
you need a C++11 compiler.
2016-10-09 13:44:31 -04:00
Davis King
af3bdb224e
updated docs
2016-10-09 13:25:29 -04:00
Davis King
14f03c2fa5
Include jpg files in the docs
2016-10-09 13:15:15 -04:00
Davis King
a16b8b9c11
Moved all the test_object_detection_function() specs into one file so they are
...
organized in the HTML documentation.
2016-10-09 10:38:03 -04:00
Davis King
79425443fe
Fixed wrong README filename due to recent change.
2016-10-09 08:39:06 -04:00
Davis King
5bc81774ee
Fixed readme file name
2016-10-08 15:38:06 -04:00
Davis King
2fafe2a9ea
merged
2016-10-08 15:31:38 -04:00