- 24 Aug, 2019 2 commits
-
-
Mischan Toosarani-Hausberger authored
-
Thomas Peters authored
-
- 17 Aug, 2019 2 commits
-
-
Davis King authored
-
Juha Reunanen authored
* Hold on to the CUDA buffer - second try see: https://github.com/davisking/dlib/pull/1855#discussion_r314666348 * Fix #1849 by calling device_global_buffer() unconditionally
-
- 15 Aug, 2019 1 commit
-
-
guydavid authored
* Added aarch64 to list of 64-bit architechtures * Const-corrected declaration of ssyevr
-
- 29 Jul, 2019 1 commit
-
-
notoriousPig authored
When dlib is compiling, cmake will compare python architecture and target architecture. So in cross-compiling case, it is irrevelant because host and target architecture often differs. The main problem come from checking python architecture on host and not on target. Here is an error when compiling dlib from x86_64 to arm 32-bit target : ``` Python config failure: Python is 64-bit, chosen compiler is 32-bit ``` So : - Skipping the comparation when cross-compiling is enabled. Signed-off-by:
Romain Naour <romain.naour@smile.fr> Signed-off-by:
Alexandre PAYEN <alexandre.payen@smile.fr>
-
- 27 Jul, 2019 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 19 Jul, 2019 2 commits
-
-
Davis King authored
-
Paul Dreik authored
-
- 12 Jul, 2019 1 commit
-
-
Davis King authored
-
- 05 Jul, 2019 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 26 Jun, 2019 1 commit
-
-
Davis King authored
-
- 09 Jun, 2019 1 commit
-
-
Davis King authored
Push all include and link options needed for dlib to pkg-config. We do this by getting them from the same list cmake uses.
-
- 08 Jun, 2019 1 commit
-
-
mchelem authored
* Add point assignment test * Fix setting points y coordinate changes x instead (issue #1794)
-
- 02 Jun, 2019 4 commits
-
-
Davis King authored
Apparently pytest is still sort of busted. This reverts commit 5e63d015.
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 26 May, 2019 1 commit
-
-
Facundo Galán authored
Add input_grayscale_image_pyramid
-
- 21 May, 2019 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
libjpeg not being able to open some types of jpeg file.
-
- 20 May, 2019 1 commit
-
-
VirgileD authored
-
- 17 May, 2019 2 commits
-
-
virgile devaux authored
* Upgrades dlib's included libjpeg to version 8d * Overloads load_jpeg to read from memory buffer * Removes "__inline__" define in jconfig, broke VC build * Changes buffer size type to size_t
-
virgile devaux authored
-
- 16 May, 2019 1 commit
-
-
Adrià Arrufat authored
These warnings occurred when building the semantic segmentation examples
-
- 14 May, 2019 1 commit
-
-
Adrià Arrufat authored
* prevent GCC from complaining about this unused parameter
-
- 06 May, 2019 1 commit
-
-
Adrià Arrufat authored
* fix some pedantic warnings * remove unneeded assert
-
- 05 May, 2019 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 27 Apr, 2019 1 commit
-
-
Davis King authored
given an empty list of initial function evaluations.
-
- 26 Apr, 2019 2 commits
-
-
Davis King authored
-
Edoardo Morandi authored
-
- 19 Apr, 2019 1 commit
-
-
Davis King authored
-
- 15 Apr, 2019 2 commits
-
-
-
Davis King authored
-
- 14 Apr, 2019 1 commit
-
-
Davis King authored
-
- 08 Apr, 2019 1 commit
-
-
Juha Reunanen authored
* Semantic-segmentation loss calculation: fix buffer usage on multi-GPU training * Review fix: make the work buffer live longer
-