1. 12 Feb, 2018 2 commits
  2. 01 Jan, 2018 1 commit
  3. 13 Nov, 2017 1 commit
  4. 09 Nov, 2017 1 commit
  5. 02 Nov, 2017 1 commit
  6. 17 Oct, 2017 1 commit
    • Alykhan Tejani's avatar
      Add mode to ToPILImage constructor (#300) · 901c1ad2
      Alykhan Tejani authored
      * add assert for byte tensor to_pil_image
      
      * add mode param to ToPILImage
      
      * add some more tests
      
      * fix formatiing on error messages
      
      * added tests for to_pil_image with mode param
      
      * flake8 fixes
      901c1ad2
  7. 15 Oct, 2017 1 commit
  8. 13 Oct, 2017 1 commit
  9. 12 Oct, 2017 1 commit
  10. 07 Oct, 2017 1 commit
    • Iacopo Poli's avatar
      Added Whiten transform and its section in README (#263) · cee28367
      Iacopo Poli authored
      * added Whiten transform and relative section in README
      
      * added Whiten transform and its section in README
      
      * fixed lint
      
      * fixed lint again
      
      * added linear transformation and whitening test unitary covariance
      
      * fixed lint and test
      
      * commit before rebasing
      
      * before rebase
      
      * added assertion to check matrix size
      
      * fix readme
      
      * added space around operator
      
      * replace assert with raise ValueError, fix spaces and readme
      cee28367
  11. 05 Oct, 2017 1 commit
  12. 04 Oct, 2017 1 commit
    • Sasank Chilamkurthy's avatar
      Add Color transforms (#275) · 618072bf
      Sasank Chilamkurthy authored
      * Add adjust_hue and adjust_saturation
      
      * Add adjust_brightness, adjust_contrast
      
      Also
      * Change adjust_saturation to use pillow implementation
      * Documentation made clear
      
      * Add adjust_gamma
      
      * Add ColorJitter
      
      * Address review comments
      
      * Fix documentation for ColorJitter
      
      * Address review comments 2
      
      * Fallback to adjust_hue in case of BW images
      
      * Add tests
      
      * fix dtype
      618072bf
  13. 01 Oct, 2017 1 commit
  14. 26 Sep, 2017 3 commits
  15. 16 Sep, 2017 1 commit
  16. 12 Sep, 2017 1 commit
  17. 08 Sep, 2017 1 commit
  18. 03 Sep, 2017 1 commit
  19. 21 Apr, 2017 1 commit
  20. 17 Apr, 2017 1 commit
  21. 06 Apr, 2017 1 commit
    • Huan Yang's avatar
      Add support for Transforms.Scale([w, h]) with specific width and height (#133) · f6d49d8b
      Huan Yang authored
      * Fixed border missing on bottom and right side using make_grid
      
      * Add support for Transforms.Scale([h, w]) with specific height and width
      
      if self.size is a int then scale the image with the shorter side,
      otherwise if self.size is a list then scale the image to self.size
      directly
      
      * Add assert of size and doc for README
      
      Add assert of size and doc for README
      
      * Fix linter problem
      
      Fix linter problem
      
      * Add test for Scale
      
      Add test for Scale
      
      * Add both tuple and list support for Scale.size
      
      Add both tuple and list support for Scale.size
      
      * Add order of Scale.size in document and test case for list type of Scale.size
      
      Add order of Scale.size in document and test case for list type of
      Scale.size
      f6d49d8b
  22. 23 Mar, 2017 5 commits
  23. 11 Mar, 2017 1 commit
  24. 27 Feb, 2017 1 commit
  25. 16 Feb, 2017 1 commit
  26. 31 Jan, 2017 1 commit
  27. 27 Nov, 2016 2 commits
  28. 16 Nov, 2016 1 commit