- 24 Jun, 2019 2 commits
-
-
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
-
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.
-
- 01 May, 2019 1 commit
-
-
Surgan Jandial authored
-
- 13 Dec, 2018 1 commit
-
-
surgan12 authored
* pad updated * checked pad * pad checked * pad checked * docs changed
-
- 13 Sep, 2018 1 commit
-
-
Stefan Otte authored
Give a short example of how to build a transform pipeline for a segmentation task.
-
- 15 May, 2018 1 commit
-
-
Vishwak Srinivasan authored
-
- 07 Apr, 2018 1 commit
-
-
Vishwak Srinivasan authored
* Add LinearTransformation to docs - Arrange the transforms alphabetically * Add missing transforms to docs
-
- 27 Mar, 2018 1 commit
-
-
vfdev authored
Add testing case with Pillow-SIMD, fix bug in RandomAffine if Pillow<5.0.0, add missing docs for affine (#439)
-
- 07 Dec, 2017 1 commit
-
-
David de la Iglesia Castro authored
-
- 17 Nov, 2017 1 commit
-
-
Alykhan Tejani authored
* add docs for grayscale + random grayscale transforms
-
- 08 Oct, 2017 1 commit
-
-
Sasank Chilamkurthy authored
-
- 07 Oct, 2017 2 commits
-
-
Sasank Chilamkurthy authored
PIL.Image is renamed to 'PIL Image' because PIL.Image is the module and PIL.Image.Image is the class we are referring but is too long to put in docstrings
-
Sasank Chilamkurthy authored
-