- 27 Jan, 2020 1 commit
-
-
abdjava authored
I have fixed a typo that was persent in the Normalize class changed line 150 from ``input[channel] = (input[channel] - mean[channel]) / std[channel]`` to ``output[channel] = (input[channel] - mean[channel]) / std[channel]``
-
- 22 Jan, 2020 1 commit
-
-
Philip Meier authored
* initial fix * outsourced num bands lookup * fix doc * added pillow version requirement * simplify number of bands extraction * remove unrelated change * remove indirect dependency on pillow>=5.2.0 * extend docstring to transform * bug fix * added test
-
- 24 Sep, 2019 1 commit
-
-
Zhicheng Yan authored
* video transforms * [video transforms]in ToTensorVideo, divide value by 255.0 * [video transforms] fix a bug * fix linting * Make changes backwards-compatible
-
- 11 Sep, 2019 1 commit
-
-
Philip Meier authored
* Adds optional fill colour to rotate * bug fix
-
- 30 Aug, 2019 1 commit
-
-
Francisco Massa authored
* Fix flakiness of test_randomresized_params * Real fix * Reduce number of iters
-
- 06 Jul, 2019 1 commit
-
-
Zhun Zhong authored
* Fix bug to Random Erasing 1. Avoid forever loop for getting parameters of erase. 2. replace' img_b' by 'img_c', because it indicates the channel. 3. replace v = torch.rand([img_c, h, w]) by v = torch.empty([img_c, h, w], dtype=torch.float32).normal_(). Normally distributed achieves better performance. * add test * Update test_transforms.py * Update transforms.py * Update test_transforms.py * Update transforms.py * Update functional.py
-
- 04 Jul, 2019 1 commit
-
-
ekka authored
* Minor optimization to RandomErasing This PR adds an additional check on `p` argument and prevents computing `img.shape` multiple times. * linting
-
- 03 Jul, 2019 1 commit
-
-
ptrblck authored
* initial commit * add more checks, fix lint, fix doc
-
- 28 Jun, 2019 2 commits
-
-
Surgan Jandial authored
* updates on normalize * test fixes * Update test_transforms.py
-
Surgan Jandial authored
* test improved * Update test_transforms.py * behaviour changes RandomErasing * test fixes * linter fix
-
- 24 Jun, 2019 1 commit
-
-
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
-
- 20 Jun, 2019 1 commit
-
-
Francisco Massa authored
-
- 05 Jun, 2019 1 commit
-
-
Surgan Jandial authored
* updating docs for randomperspective * my * ci
-
- 21 May, 2019 1 commit
-
-
Francisco Massa authored
-
- 06 May, 2019 1 commit
-
-
Adam J. Stewart authored
-
- 02 May, 2019 1 commit
-
-
ekka authored
-
- 25 Apr, 2019 1 commit
-
-
Surgan Jandial authored
* final changes * final * linter * test changes * linter * lint * indent * lint * minor changes * parameter added * ci * ci fixes * indent * indent * indent * arg fixed
-
- 09 Apr, 2019 1 commit
-
-
ekka authored
* Update test_transforms.py * Update transforms.py
-
- 25 Mar, 2019 1 commit
-
-
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
-
- 20 Mar, 2019 1 commit
-
-
Michał Zientkiewicz authored
Signed-off-by:Michal Zientkiewicz <michalz@nvidia.com>
-
- 11 Mar, 2019 2 commits
- 18 Feb, 2019 1 commit
-
-
surgan12 authored
* randomresizedmods * lint checks * test to randomrescrop added * updates * tests updated * tests updated * upd * updates * Update torchvision/transforms/transforms.py Co-Authored-By:surgan12 <33121121+surgan12@users.noreply.github.com> * tests changed * trvis * travis * fixes syntax * ... * flake fixes * flake_fixes * flake_fixes2
-
- 08 Jan, 2019 1 commit
-
-
surgan12 authored
* doc change * doc changes * lint_checks * Update transforms.py
-
- 30 Dec, 2018 1 commit
-
-
surgan12 authored
* normalise * some changes * Update functional.py * Update functional.py * code changes
-
- 20 Dec, 2018 1 commit
-
-
surgan12 authored
-
- 18 Dec, 2018 1 commit
-
-
surgan12 authored
* docs added * Update transforms.py * Update transforms.py
-
- 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
-
- 27 May, 2018 1 commit
-
-
Holger Kohr authored
-
- 24 May, 2018 3 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
-