Davis King
a2277560fb
removed unneeded cruft
2017-02-27 19:02:39 -05:00
Davis King
6ed65bf3f1
Fixed a few cmake errors, one regarding CUDA compilation and another
...
about the all/source.cpp test compile.
2017-02-27 18:44:30 -05:00
Alain Vaucher
974dc0cb70
Delete function that has now become unnecessary
2017-02-27 18:45:05 +01:00
Alain Vaucher
b41455fd26
Change minimum CMake version that supports the introduced features
2017-02-27 18:23:28 +01:00
Alain Vaucher
574446aec2
Move new CMake code to better position
2017-02-27 18:22:50 +01:00
Alain Vaucher
0d4987a51b
Simplifying file 'cmake' now that include directories are set automatically
2017-02-27 18:13:44 +01:00
Alain Vaucher
b024f23512
Only specify include directories for dlib_shared if it is built
2017-02-27 18:09:40 +01:00
Alain Vaucher
3eaa463ec6
Add target_include_directories for build interface and for optional libraries
2017-02-27 18:01:22 +01:00
Alain Vaucher
8ad068c414
Set the include directories automatically for targets that depend on imported dlib
2017-02-27 17:48:51 +01:00
Evgeniy Fominov
272e0c799e
Allow MINGW OpenBLAS usage ( #455 )
2017-02-27 04:34:10 -05:00
Davis King
cf3a7ea70c
clarified spec
2017-02-25 06:42:35 -05:00
Ehsan Azar
81b3272382
add set_state to kalman filter for the case we know the initial state ( #246 )
2017-02-25 06:32:07 -05:00
Adam Geitgey
a3023fdeea
Remove extra semicolons ( #446 )
2017-02-22 13:23:21 -05:00
Davis King
e733098061
merged
2017-02-21 22:40:12 -05:00
Davis King
08ca25c2c4
Fixed incorrect python manifest
2017-02-21 22:24:04 -05:00
Davis King
cda70c9b41
Record last changeset and set PATCH version to 99
2017-02-21 22:02:45 -05:00
Davis King
acad626c07
Created release v19.3
2017-02-21 22:01:28 -05:00
Davis King
27e0b44e2b
Added tag v19.3 for changeset 26cdc89f4795
2017-02-21 22:01:28 -05:00
Davis King
f7dce62f32
updated docs
2017-02-21 22:01:21 -05:00
Davis King
919b11f40f
updated docs
2017-02-20 20:47:32 -05:00
Davis King
e323f23d61
clarified spec
2017-02-20 20:45:36 -05:00
Davis King
a525e8d431
Made tests more robust and accurate
2017-02-18 23:23:16 -05:00
Davis King
1c8728b7bc
Changed cmake script to avoid warnings from visual studio.
2017-02-18 19:48:58 -05:00
Davis King
a12e584247
Fixed syntax error in cmake script.
2017-02-18 19:20:59 -05:00
Davis E. King
7fa1452645
Add note about needing boost-python
2017-02-18 17:21:46 -05:00
Davis King
e4402cf575
Don't build face recognition example if GUI support isn't enabled.
2017-02-18 15:33:09 -05:00
Davis King
c89b622565
Fixed error in find_gap_between_convex_hulls() test
2017-02-16 07:35:43 -05:00
Davis King
eb08cfc627
Added some comments about vector calculus.
2017-02-15 21:31:33 -05:00
Davis King
51476c4c2b
merged
2017-02-15 19:41:14 -05:00
Davis King
88778d2c0e
Added find_gap_between_convex_hulls()
2017-02-15 17:06:03 -05:00
Kyle McDonald
f3890be9d7
remove anaconda from X11_INCLUDE_DIR. closes #437 ( #438 )
2017-02-13 19:03:37 -05:00
Davis King
7747be8302
cleanup
2017-02-12 20:53:02 -05:00
Davis King
bdd901b16b
Fixed silly error in code.
2017-02-12 20:51:50 -05:00
Davis King
3e63e0a1b3
Added a python version of the DNN face recognition example program.
2017-02-12 20:38:17 -05:00
Davis King
c182adbf4b
Added a python interface to the face recognition DNN model.
2017-02-12 20:37:18 -05:00
Davis King
89ee7cdb58
Make sure fPIC gets propagated to nvcc in all cases.
2017-02-12 16:47:49 -05:00
Davis King
9bd418a505
Made full_object_detection comparable via operator==
2017-02-12 16:03:40 -05:00
Davis King
11016884ed
Avoid crashing visual studio
2017-02-12 13:28:42 -05:00
Davis King
b10b2e1e7f
Disable another visual studio warning.
2017-02-11 17:07:51 -05:00
Davis King
c5b29d985b
Added try/catch block to main
2017-02-11 16:45:22 -05:00
Davis King
d7a6cd4960
fixed grammar in comment
2017-02-11 15:36:24 -05:00
Davis King
51e0ca8751
clarified metric learning loss
2017-02-11 15:24:00 -05:00
Davis King
fe1a15f32a
Added face recognition example
2017-02-11 14:52:47 -05:00
Davis King
bcf6bd9a24
Cleaned up loss_metric_ code a little
2017-02-11 14:47:44 -05:00
Davis King
34cce6da41
Added roc_point and compute_roc_curve().
2017-02-11 12:06:46 -05:00
Davis King
ee0576de8b
Fixed incorrect comment.
2017-02-10 20:35:46 -05:00
Davis King
45d047de80
Minor cleanup
2017-02-09 12:38:39 -05:00
Davis King
57ca3e5459
Made network smaller.
2017-02-08 22:53:55 -05:00
Dennis Francis
4dbe333707
feature_addition : Mean squared loss layer for multiple output ( #404 ) ( #427 )
...
* feature_addition : Mean squared loss layer for multiple output (#404 )
* Added loss_mean_squared_multioutput layer to support multiple outputs.
* Also added a corresponding test case to test a single variable regression
with multiple outputs.
* Added error checks on truth argument
Added assert statements to check that truth argument in
compute_loss_value_and_gradient() method contains matrices
of correct dimension relative to the output tensor's size.
Also the requirements on argument truth to the abstract
documentation.
2017-02-06 16:52:39 -05:00
David Miller
600923359f
GCC/Clang compatible SIMD code ./dlib/simd/simd**_vec.h ( #414 )
...
* GCC/Clang compatible vector extension SIMD code
* Minimal modifications to dlib for the simd_vec code to work, a few include changes and ifdefs
* Changed tabbing to spaces
* Allow type inference to binary ops on different types of same size
* Added cmake option USE_AUTO_VECTOR, and fixed up preprocessor checks.
It is required to build with gcc/clang auto vectorization
* Changed to intrinsic version due to poor auto vectorization results.
The simd8*_vec are just copies of the C code right now.
* Removed _vec variants, added to existing defines. simd_check.h back in place and removed from dlib/simd.h
2017-02-01 15:58:40 -05:00