1. 24 Jun, 2019 2 commits
    • 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
    • Adrian Campos's avatar
      Corrected typo: 5 to 0.5 (#1041) · 12fab3a2
      Adrian Campos authored
      Values from random.random() are always in the range [0.0, 1.0), so the statement `random.random() > 5` will never be true.
      12fab3a2
  2. 01 May, 2019 1 commit
  3. 13 Dec, 2018 1 commit
    • surgan12's avatar
      docs changed (#685) · 0ce81569
      surgan12 authored
      * pad updated
      
      * checked pad
      
      * pad checked
      
      * pad checked
      
      * docs changed
      0ce81569
  4. 13 Sep, 2018 1 commit
  5. 15 May, 2018 1 commit
  6. 07 Apr, 2018 1 commit
  7. 27 Mar, 2018 1 commit
  8. 07 Dec, 2017 1 commit
  9. 17 Nov, 2017 1 commit
  10. 08 Oct, 2017 1 commit
  11. 07 Oct, 2017 2 commits