Commit Graph

7713 Commits (d175c35074bc5130f4949a3a8e389dc29878c5c8)
 

Author SHA1 Message Date
Juha Reunanen d175c35074 Instance segmentation (#1918)
5 years ago
Davis King 7f2be82e33 rename top level cmake project to avoid possible cmake issues
5 years ago
Davis King bd6dcc0b49 Fix find_max() going into an infinite loop in some cases when a non-differentiable function is given.
5 years ago
Davis King 1eccfbc99a fix cmake warning
5 years ago
Davis King 36703f696f Improve check that the system version of libjpeg is usable.
5 years ago
Morwenn e30f5e2fe8 Propagate CMake flags to try_compile (fixes #1900) (#1905)
5 years ago
Davis King 1b83016abd update docs
5 years ago
Davis King 39327e71b7 Added note about using cmake's new fetch content feature.
5 years ago
Adrià Arrufat 9d3e086477 fix signed/unsigned warning (#1899)
5 years ago
Juha Reunanen a41e0cdb0f Primarily match to truth rects that haven't been hit already (#1897)
5 years ago
Davis King 1264521e0c more comments
5 years ago
Juha Reunanen 8e622e9f4a Ignore truth rects that overlap too much (have same index in feature coordinates) (#1896)
5 years ago
Davis King cff605add5 fix warnings
5 years ago
Davis King df2bbd8a2c Record last changeset and set PATCH version to 99
5 years ago
Davis King 1ac1756923 Created release v19.18
5 years ago
Davis King f4a3d09a9d updated docs and release notes
5 years ago
Julien Schueller 2e5cf2e8e4 Add an option to force static runtime (#1847)
5 years ago
Juha Reunanen e89e28b94e Clear truth_idxs between samples (#1870)
5 years ago
Adrià Arrufat 170877da88 add loss_mean_squared_per_channel (#1863)
5 years ago
Mischan Toosarani-Hausberger efd4e27488 dpoint mutates x-coord in y-property (see #1794) (#1866)
5 years ago
Thomas Peters a81fd0c651 don't cast away constness (#1865)
5 years ago
Davis King e8d2407611 Simplified the device_global_buffer() code and API.
5 years ago
Juha Reunanen d7fb51e60b Fix #1849 by calling device_global_buffer() unconditionally (#1862)
5 years ago
guydavid b02be8c734 Const-correct a LAPACK declaration and add aarch64 as a 64-bit architecture (#1859)
5 years ago
notoriousPig 7e70a92765 pybind11: cmake: ignore the check between host-python and cross-compiler (#1848)
5 years ago
Davis King 05cbfc6d64 Fix the CMake BUILDING_PYTHON_IN_MSVC variable not getting picked up where it should.
5 years ago
Davis King fced3587f1 fixing grammar
5 years ago
Davis King 48b9bf3f93 Fixed cmake warning
5 years ago
Paul Dreik 8a2963d758 fix mismatch between documentation and implementation (#1835)
5 years ago
Davis King 2704f3e26d fixed typo in docs
5 years ago
Davis King 6dec9abffe Added missing include
5 years ago
Davis King f15e4e58d6 Fixed grammar in comments
5 years ago
Davis King aee97d9d1d Fixed incorrect return type
5 years ago
Davis King e2293e5cd1 Push all include and link options needed for dlib to pkg-config. We do this by getting them from the same list cmake uses.
5 years ago
mchelem 5d64de24b3 Fix setting a point's y coordinate changes x instead (Python bindings) (#1795)
5 years ago
Davis King 22402e99a0 Revert "Fixed pytest broken dependencies"
5 years ago
Davis King e0a24e39f2 Fix python setup warnings
5 years ago
Davis King 5e63d01544 Fixed pytest broken dependencies
5 years ago
Davis King 6de82e2417 Added methods for getting keyboard and mouse clicks to image_window's pyhton API.
5 years ago
Facundo Galán 8001b924e6 Add input_grayscale_image_pyramid, issue #354 (#1761)
5 years ago
Davis King 0ecb49b94e Merge branch 'VirgileD-fix/jpeg'
5 years ago
Davis King 8746c9d371 Stop building parts of libjpeg we don't need.
5 years ago
Davis King 572302d4d4 Disable use of non-memory based backing store in libjpeg. This fixes
5 years ago
VirgileD a40a5c6e1a Adds a comprehensive error message when jpeg loading fails.
5 years ago
virgile devaux dedb7358ba Feature/upgrade libjpeg (#1769)
5 years ago
virgile devaux f0e1d4e471 iEnsures DLIB_FALLTHROUGH macro is only set for GCC>=7 (#1770)
5 years ago
Adrià Arrufat f584e787b1 Even more warning silencing (#1766)
5 years ago
Adrià Arrufat f3f1a826da more pedantic silencing (#1763)
5 years ago
Adrià Arrufat dbe569a1f1 fix some pedantic warnings (#1756)
5 years ago
Davis King 3ce7177a17 Make things work in visual studio.
5 years ago