Commit Graph

11 Commits

Author SHA1 Message Date
Davis King
dc0245af05 Changed graph construction for chinese_whispers() so that each face is always
included in the edge graph.  If it isn't then the output labels from
chinese_whispers would be missing faces in this degenerate case.
2017-10-27 19:29:52 -04:00
Davis King
1c664eeac5 Made the metric learning example do image jittering. 2017-10-24 21:13:02 -04:00
Davis King
369f2b32e8 Cleaned up jitter_image() code and moved it into dlib proper. 2017-10-24 08:02:44 -04:00
Davis King
41c2f217c6 Changed code to recommend users use the new 5 point face landmarking model. 2017-09-15 19:58:27 -04:00
Davis King
17b48b97bb Changed the random_cropper's interface so that instead of talking in terms of
min and max object height, it's now min and max object size.  This way, if you
have objects that are short and wide (i.e. objects where the relevant dimension
is width rather than height) you will get sensible behavior out of the random
cropper.
2017-06-17 12:34:26 -04:00
Davis King
334ba38ec6 A minor change to hopefully reduce inane warnings from visual studio. 2017-05-14 20:07:16 -04:00
Davis King
a1eea964b6 Added more comments 2017-05-05 05:42:13 -04:00
Davis King
7747be8302 cleanup 2017-02-12 20:53:02 -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
fe1a15f32a Added face recognition example 2017-02-11 14:52:47 -05:00