1. 01 Mar, 2018 1 commit
    • Juha Reunanen's avatar
      Problem: integer overflow when calculating sizes (may happen e.g. with very large images) (#1148) · cf5e25a9
      Juha Reunanen authored
      * Problem: integer overflow when calculating sizes (may happen e.g. with very large images)
      Solution: change some types from (unsigned) long to size_t
      
      # Conflicts:
      #	dlib/dnn/tensor.h
      
      * Fix the fact that std::numeric_limits<unsigned long>::max() isn't always the same number
      
      * Revert serialization changes
      
      * Review fix: use long long instead of size_t
      
      * From long to long long all the way
      
      * Change more types to (hopefully) make the compiler happy
      
      * Change many more types to size_t
      
      * Change even more types to size_t
      
      * Minor type changes
      cf5e25a9
  2. 25 Dec, 2017 2 commits
  3. 18 Dec, 2017 1 commit
  4. 17 Dec, 2017 2 commits
  5. 11 Dec, 2017 1 commit
  6. 08 Dec, 2017 1 commit
    • visionworkz's avatar
      Exposed jitter_image in Python and added an example (#980) · ac292309
      visionworkz authored
      * Exposed jitter_image in Python and added an example
      
      * Return Numpy array directly
      
      * Require numpy during setup
      
      * Added install of Numpy before builds
      
      * Changed pip install for user only due to security issues.
      
      * Removed malloc
      
      * Made presence of Numpy during compile optional.
      
      * Conflict
      
      * Refactored get_face_chip/get_face_chips to use Numpy as well.
      ac292309
  7. 02 Dec, 2017 1 commit
  8. 01 Dec, 2017 2 commits
  9. 26 Nov, 2017 1 commit
  10. 25 Nov, 2017 4 commits
  11. 17 Nov, 2017 1 commit
  12. 15 Nov, 2017 2 commits
    • Davis King's avatar
      b84e2123
    • Juha Reunanen's avatar
      Add semantic segmentation example (#943) · e48125c2
      Juha Reunanen authored
      * Add example of semantic segmentation using the PASCAL VOC2012 dataset
      
      * Add note about Debug Information Format when using MSVC
      
      * Make the upsampling layers residual as well
      
      * Fix declaration order
      
      * Use a wider net
      
      * trainer.set_iterations_without_progress_threshold(5000); // (was 20000)
      
      * Add residual_up
      
      * Process entire directories of images (just easier to use)
      
      * Simplify network structure so that builds finish even on Visual Studio (faster, or at all)
      
      * Remove the training example from CMakeLists, because it's too much for the 32-bit MSVC++ compiler to handle
      
      * Remove the probably-now-unnecessary set_dnn_prefer_smallest_algorithms call
      
      * Review fix: remove the batch normalization layer from right before the loss
      
      * Review fix: point out that only the Visual C++ compiler has problems.
      Also expand the instructions how to run MSBuild.exe to circumvent the problems.
      
      * Review fix: use dlib::match_endings
      
      * Review fix: use dlib::join_rows. Also add some comments, and instructions where to download the pre-trained net from.
      
      * Review fix: make formatting comply with dlib style conventions.
      
      * Review fix: output training parameters.
      
      * Review fix: remove #ifndef __INTELLISENSE__
      
      * Review fix: use std::string instead of char*
      
      * Review fix: update interpolation_abstract.h to say that extract_image_chips can now take the interpolation method as a parameter
      
      * Fix whitespace formatting
      
      * Add more comments
      
      * Fix finding image files for inference
      
      * Resize inference test output to the size of the input; add clarifying remarks
      
      * Resize net output even in calculate_accuracy
      
      * After all crop the net output instead of resizing it by interpolation
      
      * For clarity, add an empty line in the console output
      e48125c2
  13. 05 Nov, 2017 1 commit
  14. 02 Nov, 2017 1 commit
  15. 27 Oct, 2017 1 commit
  16. 25 Oct, 2017 2 commits
  17. 24 Oct, 2017 1 commit
  18. 17 Oct, 2017 3 commits
  19. 16 Sep, 2017 6 commits
  20. 15 Sep, 2017 2 commits
  21. 11 Sep, 2017 1 commit
  22. 27 Aug, 2017 3 commits