1. 04 Jul, 2019 1 commit
    • ekka's avatar
      Minor optimization to RandomErasing (#1087) · 793c4e82
      ekka authored
      * Minor optimization to RandomErasing
      
      This PR adds an additional check on `p` argument and prevents computing `img.shape` multiple times.
      
      * linting
      793c4e82
  2. 03 Jul, 2019 1 commit
  3. 28 Jun, 2019 2 commits
  4. 24 Jun, 2019 1 commit
    • Zhun Zhong's avatar
      transforms: add Random Erasing for image augmentation (#909) · 3254560b
      Zhun Zhong authored
      * add erase function
      
      * add Random Erasing
      
      * Update transforms.py
      
      * Update transforms.py
      
      * add test for random erasing
      
      * Update test_transforms.py
      
      * fix flake8
      
      * Update test_transforms.py
      
      * Update functional.py
      
      * Update test_transforms.py
      
      * fix bug for per-pixel erasing
      
      * Update transforms.py
      
      * specific for coordinate (x, y)
      
      * add raise TypeError for img
      
      * Update transforms.py
      
      * Update transforms.rst
      3254560b
  5. 20 Jun, 2019 1 commit
  6. 05 Jun, 2019 1 commit
  7. 21 May, 2019 1 commit
  8. 06 May, 2019 1 commit
  9. 02 May, 2019 1 commit
  10. 25 Apr, 2019 1 commit
  11. 09 Apr, 2019 1 commit
  12. 25 Mar, 2019 1 commit
    • ekka's avatar
      Add AffineTransformation (#793) · c88d7fb5
      ekka authored
      * Add Affinetransformation
      
      Add Affinetransformation to superseed LinearTransformation
      
      * Add test
      
      * Add zero mean_vector in LinearTransformation and improved docs
      
      * update
      
      * minor fix
      
      * minor fix2
      
      * fixed flake8
      
      * fix flake8
      
      * fixed transpose syntax
      
      * fixed shape of mean_vector in test
      
      * fixed test
      
      * print est cov and mean
      
      * fixed flake8
      
      * debug
      
      * reduce num_samples
      
      * debug
      
      * fixed num_features
      
      * fixed rtol for cov
      
      * fix __repr__
      
      * Update transforms.py
      
      * Update test_transforms.py
      
      * Update transforms.py
      
      * fix flake8
      
      * Update transforms.py
      
      * Update transforms.py
      
      * Update transforms.py
      
      * Update transforms.py
      
      * Changed dim of mean_vector to 1D, doc and removed .numpy () from format_string
      
      * Restore test_linear_transformation()
      
      * Update test_transforms.py
      c88d7fb5
  13. 20 Mar, 2019 1 commit
  14. 11 Mar, 2019 2 commits
  15. 18 Feb, 2019 1 commit
  16. 08 Jan, 2019 1 commit
    • surgan12's avatar
      Doc changes (#711) · 8f0ef5a7
      surgan12 authored
      * doc change
      
      * doc changes
      
      * lint_checks
      
      * Update transforms.py
      8f0ef5a7
  17. 30 Dec, 2018 1 commit
    • surgan12's avatar
      normalise updates (#699) · 21153802
      surgan12 authored
      * normalise
      
      * some changes
      
      * Update functional.py
      
      * Update functional.py
      
      * code changes
      21153802
  18. 20 Dec, 2018 1 commit
  19. 18 Dec, 2018 1 commit
  20. 26 Oct, 2018 1 commit
  21. 25 Oct, 2018 1 commit
  22. 24 Oct, 2018 1 commit
  23. 11 Sep, 2018 1 commit
  24. 02 Aug, 2018 1 commit
  25. 31 Jul, 2018 1 commit
  26. 30 Jul, 2018 1 commit
    • yaox12's avatar
      ColorJitter Enhancement (#548) · b51a2c31
      yaox12 authored
      * ColorJitter Enhancement
      
      * reduce redundancy
      
      * improve functional
      
      * check input in init
      
      * fix ci fail
      b51a2c31
  27. 23 Jul, 2018 1 commit
  28. 14 Jun, 2018 1 commit
  29. 27 May, 2018 1 commit
  30. 24 May, 2018 4 commits
  31. 06 Apr, 2018 1 commit
    • anguelos's avatar
      A minor change for transforms.RandomCrop (#462) · 4e6faa75
      anguelos authored
      * Made transorms.RandomCrop tolerate images smaller than the given size.
      
      * Extended the tescase for transforms.RandomCrop
      
      * Made the testcase test for owidth=width+1
      
      * Fixed the one pixel pading and the testcase
      
      * Fixed minor lintint errors. flake8 passes.
      4e6faa75
  32. 04 Apr, 2018 1 commit
  33. 27 Mar, 2018 1 commit
  34. 21 Mar, 2018 1 commit
  35. 02 Mar, 2018 1 commit