• 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
functional.py 29.8 KB