- 17 Dec, 2018 1 commit
-
-
surgan12 authored
* modes added * tests_added * Update test_transforms.py * Update test_transforms.py * Update test_transforms.py
-
- 14 Dec, 2018 1 commit
-
-
surgan12 authored
* bug fixes to_tensor * tensor checked
-
- 13 Dec, 2018 1 commit
-
-
surgan12 authored
* pad updated * checked pad * pad checked * pad checked
-
- 04 Dec, 2018 1 commit
-
-
Varun Agrawal authored
* added separate checks for dimensionality in to_pil_image and added tests * updated to_pil_image to use both 2D ndarrays and tensors, as well as refactored the tests
-
- 02 Nov, 2018 1 commit
-
-
CUI Hao authored
-
- 26 Oct, 2018 1 commit
-
-
Erik Gaasedelen authored
* move area calculation out of loop No need to calculate area 10 times when it doesn't change. * lint
-
- 25 Oct, 2018 1 commit
-
-
Kyryl Truskovskyi authored
* cast mnist targer to int * fix unused variables * fix syntax in tests * remove # noqa; rename l variable to line_split; use except OSError * add W504 * add W504 * add W503,W504 tox.ini
-
- 24 Oct, 2018 1 commit
-
-
Will Frey authored
Check if `lambd` is callable instead of checking if its a `types.Lambda` object.
-
- 11 Sep, 2018 1 commit
-
-
Tongzhou Wang authored
-
- 02 Aug, 2018 1 commit
-
-
Ryan Peach authored
-
- 31 Jul, 2018 1 commit
-
-
ashaw596 authored
-
- 30 Jul, 2018 1 commit
-
-
yaox12 authored
* ColorJitter Enhancement * reduce redundancy * improve functional * check input in init * fix ci fail
-
- 23 Jul, 2018 1 commit
-
-
Vishwak Srinivasan authored
-
- 14 Jun, 2018 1 commit
-
-
csukuangfj authored
-
- 28 May, 2018 1 commit
-
-
Holger Kohr authored
-
- 27 May, 2018 1 commit
-
-
Holger Kohr authored
-
- 26 May, 2018 1 commit
-
-
Holger Kohr authored
* Fix PIL link * Make normalize more efficient
-
- 24 May, 2018 4 commits
-
-
Hong-Xing Yu authored
* fix a bug described in issue #488 * improve doc described in issue #488 * add arguments in RandomCrop as proposed by vfdev-5 in PR #489
-
Francisco Massa authored
This reverts commit 11da4f17.
-
Jiaxin Gu authored
-
vfdev authored
-
- 15 May, 2018 1 commit
-
-
Vishwak Srinivasan authored
-
- 16 Apr, 2018 1 commit
-
-
arturml authored
* Add case in test_to_tensor for PIL Images mode '1' * Add support in ToTensor for PIL Images mode '1' * Fix pep8 issues
-
- 06 Apr, 2018 1 commit
-
-
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.
-
- 04 Apr, 2018 1 commit
-
-
Utku Ozbulak authored
* Added reflect, symmetric and edge padding * Updated padding docs, added tests
-
- 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)
-
- 21 Mar, 2018 1 commit
-
-
Jason Park authored
-
- 02 Mar, 2018 1 commit
-
-
vfdev authored
-
- 20 Feb, 2018 2 commits
-
-
Zhuliang Yao authored
-
vfdev authored
* Add random affine transformation * Rewrite __repr__ * Refactor affine transform and update tests
-
- 14 Feb, 2018 1 commit
-
-
vfdev authored
if on dtype -> elif on dtype
-
- 12 Feb, 2018 4 commits
-
-
Vishwak Srinivasan authored
* Update transforms __repr__ * Add _pil_interpolation_to_str map for obtaining strings for PIL.Image interpolation options * Fix typo
-
vfdev authored
* Add RandomApply, RandomChoice, RandomOrder transformations * Rename argument `proba` to `p`
-
vfdev authored
* Set probability as configuration parameter in RandomHorizontalFlip and RandomHorizontalFlip (#414) * Fix documentation
-
vfdev authored
-
- 09 Feb, 2018 1 commit
-
-
Fang Gao authored
-
- 30 Jan, 2018 2 commits
-
-
Francisco Massa authored
Fixes https://github.com/pytorch/vision/issues/399. The only case of floating point supported by PIL seems to be `F`, so this should fix it.
-
Federico Baldassarre authored
Updated the doc of RandomResizedCrop.__call__() from 'Image to be flipped' to 'Image to be cropped and resized'
-
- 01 Jan, 2018 1 commit
-
-
Vishwak Srinivasan authored
* add __repr__ for all transform objects * add tests for __repr__
-
- 07 Dec, 2017 1 commit
-
-
David de la Iglesia Castro authored
-