1. 26 Jul, 2020 2 commits
  2. 25 Jul, 2020 1 commit
  3. 22 Jul, 2020 1 commit
  4. 12 Jul, 2020 1 commit
  5. 28 Jun, 2020 2 commits
  6. 21 Jun, 2020 1 commit
  7. 20 Jun, 2020 2 commits
  8. 18 Jun, 2020 2 commits
  9. 10 Jun, 2020 1 commit
  10. 07 Jun, 2020 2 commits
  11. 06 Jun, 2020 4 commits
  12. 01 Jun, 2020 2 commits
    • Davis King's avatar
      minor cleanup · 88310147
      Davis King authored
      88310147
    • stoperro's avatar
      Corrected interpolate_bilinear for lab_pixel. (#2091) · a8324201
      stoperro authored
      * * Corrected interpolate_bilinear for non-RGB images not to collapse into grayscale (#2089)
      
      * * interpolate_bilinear uses now pixel_to_vector for shorter code.
      
      * pixels now have operator!=.
      
      * * Explicitely float interpolation
      
      * Using C++11 static_assert() in interpolation.
      
      * * Corrected documentation for interpolate_bilinear, interpolate_quadratic
      
      * * Corrected formatting near interpolate_bilinear
      a8324201
  13. 15 May, 2020 1 commit
  14. 05 May, 2020 1 commit
  15. 27 Apr, 2020 1 commit
  16. 22 Apr, 2020 1 commit
  17. 19 Apr, 2020 1 commit
  18. 18 Apr, 2020 3 commits
    • Davis King's avatar
      Reduce code duplication a bit and make equal_error_rate() give correct results... · a2e45f00
      Davis King authored
      Reduce code duplication a bit and make equal_error_rate() give correct results when called on data where all detection scores are identical.
      
      Previously it would say the EER was 0, but really it should have said 1 in this case.
      a2e45f00
    • Davis King's avatar
      A little bit of cleanup · 0e923cff
      Davis King authored
      0e923cff
    • Adrià Arrufat's avatar
      Add cuda implementation for loss_mean_squared_per_channel_and_pixel (#2053) · 55e9c890
      Adrià Arrufat authored
      
      
      * wip: attempt to use cuda for loss mse channel
      
      * wip: maybe this is a step in the right direction
      
      * Try to fix dereferencing the truth data (#1)
      
      * Try to fix dereferencing the truth data
      
      * Fix memory layout
      
      * fix loss scaling and update tests
      
      * rename temp1 to temp
      
      * readd lambda captures for output_width and output_height
      
      clangd was complaining about this, and suggested me to remove them
      in the first, place:
      
      ```
      Lambda capture 'output_height' is not required to be captured for this use (fix available)
      Lambda capture 'output_width' is not required to be captured for this use (fix available)
      ```
      
      * add a weighted_loss typedef to loss_multiclass_log_weighted_ for consistency
      
      * update docs for weighted losses
      
      * refactor multi channel loss and add cpu-cuda tests
      
      * make operator() const
      
      * make error relative to the loss value
      Co-authored-by: default avatarJuha Reunanen <juha.reunanen@tomaattinen.com>
      55e9c890
  19. 14 Apr, 2020 1 commit
  20. 04 Apr, 2020 1 commit
  21. 03 Apr, 2020 1 commit
  22. 02 Apr, 2020 1 commit
  23. 31 Mar, 2020 4 commits
  24. 29 Mar, 2020 3 commits