Commit Graph

6829 Commits

Author SHA1 Message Date
Davis King e17b082540 Fix deprecation warning from new cmake 2017-10-17 09:45:18 -04:00
Davis King 38a2846dda More cmake cleanup 2017-10-16 21:36:18 -04:00
Davis King 6ffdf802ee suppress compiler warnings 2017-10-16 21:34:17 -04:00
Davis King 5b4206f97c Suppress compiler warnings 2017-10-16 21:34:00 -04:00
Davis King f18f753c04 CMake tweaks to avoid errors in visual studio 2017-10-16 21:11:16 -04:00
Davis King 3b2d73db68 Some cmake script cleanup and refactoring. 2017-10-16 20:55:28 -04:00
Davis King c0b60faaf0 Removed cout statement. 2017-10-16 20:55:07 -04:00
Davis King 0282b9428c Fixed compiler error due to #define nonsense in visual studio. 2017-10-16 09:22:01 -04:00
Davis King 1dc5e00299 Prevent include path clashes from system installs of dlib as well as suppress
warning messages from boost and python system header files.
2017-10-16 06:49:03 -04:00
Davis King 363c1ad963 merged 2017-10-15 15:54:19 -04:00
Davis King 08a7483724 I accidentally slightly changed the cropping behavior of
get_face_chip_details() when used with the 68 point landmark model about a
month ago.  This change reverts it back to the previous behavior.  The change
was very minor, so it shouldn't matter either way.  But being consistent is
important and I'm changing it back.
2017-10-15 15:53:33 -04:00
Davis King a21093d392 Added warning messages when users use the old non-target based cmake variables. 2017-10-14 10:29:29 -04:00
Davis King 221ad16d3c merged 2017-10-10 09:59:59 -04:00
Davis King 79a620b18e Added assert to improve error messages. 2017-10-10 09:53:22 -04:00
Davis King 8365bf6878 Added get_integer() and get_integer_in_range() to dlib::rand. 2017-10-10 09:52:43 -04:00
Davis King 38dd831d9f Made dlib::array able to push_back() from rvalues. 2017-10-08 07:49:50 -04:00
Davis King 17a6e682e5 Fixed missing inline 2017-10-08 07:45:50 -04:00
Davis King 40448e64bd Made add_image_left_right_flips() and add_image_rotations() work with
mmod_rects in addition to rectangles and full_object_detections.
2017-10-07 14:09:09 -04:00
Davis King 4470280946 Fixed load_image_dataset()'s skip_empty_images() option. It wasn't skipping
images that only have ignore boxes when you load into mmod_rects like it should
have been.
2017-10-07 14:05:58 -04:00
Davis King c2a9dee846 merged 2017-10-04 16:22:19 -04:00
Davis King 7352ef0ed7 merged 2017-10-04 16:22:10 -04:00
Davis King 2425dcaf6d Fixed spelling error 2017-10-04 16:21:11 -04:00
Davis King 00b05ab353 Made links in the faq never contain ' 2017-10-01 09:51:32 -04:00
Davis King f66ff3b488 Added faq about common object detection problems 2017-10-01 09:51:17 -04:00
Davis King b9238fa5eb Clarified docs 2017-10-01 08:44:03 -04:00
Hung-Wei Chiu ea9aae0f5f Fix warning (#851)
* remove unused variable

* modify variable type from int to size_t

* fix previous delete, we need to call chinese_whispers here but we don't need its result now
2017-09-29 11:20:11 -04:00
Juha Reunanen fa2f35fee3 cont layer: allow to set the number of filters at runtime (#845)
* cont layer: allow to set the number of filters at runtime
(implementation essentially copied from con layer)

* Document the new constructor cont_(num_con_outputs o), and the function set_num_filters
2017-09-28 05:48:17 -04:00
Davis King 6283a4b51c merged 2017-09-27 06:48:04 -04:00
Davis King 178f4205e2 Made cmake error messages a little clearer 2017-09-26 11:49:29 -04:00
Davis King 9987c0eac9 Merge branch 'visionworkz-master' 2017-09-22 21:52:42 -04:00
Davis King 67e6957b1e Clarified comment and updated requirements.txt 2017-09-22 21:52:15 -04:00
Davis King 76333612bb Merge branch 'master' of git://github.com/visionworkz/dlib into visionworkz-master 2017-09-22 21:46:22 -04:00
Davis King 64942d92c4 Fixed a bug in how the mmod_options automatically determines detection window
sizes.  It would pick a bad size in some cases.
2017-09-20 21:10:59 -04:00
Varun Chatterji 7e94daad4d Cleaned up example file. 2017-09-19 23:08:54 +08:00
Davis King 3d4bd975e6 Made unit test more robust 2017-09-19 06:29:49 -04:00
Varun Chatterji 5f26972551 Added code to get face_chip images.. 2017-09-19 13:08:51 +08:00
Davis King bd6f918318 merged 2017-09-18 13:07:17 -04:00
Varun Chatterji 9fe352d696 Added size and padding as optional parameters 2017-09-18 19:54:26 +08:00
Davis King cabad6d5fb Fixed a bug in the random_cropper where it might crash due to division by 0
if small images are given as input.
2017-09-17 15:16:41 -04:00
Davis King da968fa52c Record last changeset and set PATCH version to 99 2017-09-17 08:28:45 -04:00
Davis King 3e192c03d4 Added tag v19.7 for changeset fb51c77524ff 2017-09-17 08:28:29 -04:00
Davis King ba9c71d66a Created release v19.7 2017-09-17 08:28:29 -04:00
Davis King cf3f157ef7 updated docs 2017-09-17 08:24:27 -04:00
Davis King 02248a2f56 updated docs 2017-09-17 07:10:37 -04:00
Davis King 836b2e0322 updated docs 2017-09-17 06:57:01 -04:00
Davis King fd396afe3d updated docs 2017-09-16 16:28:21 -04:00
Davis King c24b67d5e6 updated docs 2017-09-16 16:15:22 -04:00
Davis King b7786a285b updated docs 2017-09-16 16:13:32 -04:00
Davis King d39b843de0 Added another car finding example 2017-09-16 15:35:58 -04:00
Davis King 4737009c11 Clarified comments 2017-09-16 15:35:37 -04:00