1. 08 May, 2022 3 commits
  2. 30 Apr, 2022 3 commits
  3. 29 Apr, 2022 5 commits
  4. 20 Apr, 2022 1 commit
  5. 19 Apr, 2022 2 commits
    • Juha Reunanen's avatar
      Workaround for #2506 (#2570) · ebc4d63d
      Juha Reunanen authored
      * Do not put variants that can hold immutable types to vectors
      
      * Enable build on gcc 11
      ebc4d63d
    • Adrià Arrufat's avatar
      Add webp support (#2565) · a76f205b
      Adrià Arrufat authored
      
      
      * Add BGR(A) to pixel_traits
      
      * add support for reading webp
      
      * Apply Davis' suggestions and fix formatting
      
      * Fix signed/unsigned warning
      
      * Update decoding paths
      
      * update pixel traits documentation
      
      * Add support for writing WebP images
      
      * Simplify image_saver code
      
      * WIP: add tests, PSNR is low but images look good
      
      * Add lossless compression for quality > 100
      
      * Fix build when WebP support is disabled
      
      * Use C++ stream instead of C-style FILE
      
      * Fix indentation
      
      * Use reinterpret_cast instead of C-style cast
      
      * Improve impl::impl_save_webp signature
      
      * Remove empty line
      
      * Use switch statement and clean up code
      
      * Update Copyright and test libwebp on Linux
      
      * Fix formatting in github workflow
      
      * Fix operator== for bgr_alpha_pixel
      
      * Show where the test fails
      
      * Add libwebp to CI for the remaining Linux workflows
      
      * Use filename consistently
      
      * Improve message with wrong pixel type
      
      * Fix tests for WebP images
      
      * Prevent saving images which are too large and improve error messages
      
      * Use max dimension from WebP header directly
      
      * Update documentation, index and release notes
      
      * Update dlib/image_saver/save_webp_abstract.h
      Co-authored-by: default avatarMartin T. H. Sandsmark <martin.sandsmark@kde.org>
      Co-authored-by: default avatarDavis E. King <davis685@gmail.com>
      a76f205b
  6. 12 Apr, 2022 7 commits
  7. 07 Apr, 2022 2 commits
  8. 30 Mar, 2022 1 commit
    • Adrià Arrufat's avatar
      Fix focal loss · 9bb1b6f7
      Adrià Arrufat authored
      The loss value should reflect the impact of the gamma parameter, as well.
      9bb1b6f7
  9. 23 Mar, 2022 6 commits
  10. 22 Mar, 2022 1 commit
  11. 14 Mar, 2022 1 commit
  12. 10 Mar, 2022 1 commit
  13. 05 Mar, 2022 1 commit
  14. 04 Mar, 2022 1 commit
  15. 03 Mar, 2022 2 commits
    • Adrià Arrufat's avatar
      Add visitor to draw nets in the DOT language (#2528) · 1f9f32ca
      Adrià Arrufat authored
      * Add visitor to draw nets in the DOT language
      
      * Add documentation
      1f9f32ca
    • Juha Reunanen's avatar
      Problem: `Error while calling cudnnGetConvolutionForwardWorkspaceSize(... · bf427f56
      Juha Reunanen authored
      Problem: `Error while calling cudnnGetConvolutionForwardWorkspaceSize( context(), descriptor(data), (const cudnnFilterDescriptor_t)filter_handle, (const cudnnConvolutionDescriptor_t)conv_handle, descriptor(dest_desc), (cudnnConvolutionFwdAlgo_t)forward_algo, &forward_workspace_size_in_bytes) in file C:\a\2\s\3rdparty\dlib\dlib\cuda\cudnn_dlibapi.cpp:1029. code: 9, reason: CUDNN_STATUS_NOT_SUPPORTED` (#2532)
      
      Solution: when this happens, select the best algorithms again - but this time bypassing the cache
      bf427f56
  16. 28 Feb, 2022 1 commit
  17. 27 Feb, 2022 2 commits