- 04 Oct, 2017 1 commit
-
-
Sasank Chilamkurthy authored
* Add adjust_hue and adjust_saturation * Add adjust_brightness, adjust_contrast Also * Change adjust_saturation to use pillow implementation * Documentation made clear * Add adjust_gamma * Add ColorJitter * Address review comments * Fix documentation for ColorJitter * Address review comments 2 * Fallback to adjust_hue in case of BW images * Add tests * fix dtype
-
- 01 Oct, 2017 1 commit
-
-
Alykhan Tejani authored
rename scaled_crop -> resized_crop + rename RandomSizedCrop -> RandomResizedCrop
-
- 26 Sep, 2017 3 commits
-
-
Sasank Chilamkurthy authored
TenCrop and FiveCrop refactored
-
Alykhan Tejani authored
add FiveCrop and TenCrop
-
Alykhan Tejani authored
add RandomVerticalFlip transform
-
- 16 Sep, 2017 1 commit
-
-
Alykhan Tejani authored
make size param of Scale (h,w) not (w,h)
-
- 12 Sep, 2017 1 commit
-
-
Alykhan Tejani authored
-
- 08 Sep, 2017 1 commit
-
-
Aiden Nibali authored
-
- 04 Sep, 2017 1 commit
-
-
Francisco Massa authored
-
- 03 Sep, 2017 1 commit
-
-
Alykhan Tejani authored
-
- 21 Apr, 2017 1 commit
-
-
Sam Gross authored
It can be enabled by calling torchvision.set_image_backend('accimage')
-
- 17 Apr, 2017 1 commit
-
-
Soumith Chintala authored
-
- 06 Apr, 2017 1 commit
-
-
Huan Yang authored
* Fixed border missing on bottom and right side using make_grid * Add support for Transforms.Scale([h, w]) with specific height and width if self.size is a int then scale the image with the shorter side, otherwise if self.size is a list then scale the image to self.size directly * Add assert of size and doc for README Add assert of size and doc for README * Fix linter problem Fix linter problem * Add test for Scale Add test for Scale * Add both tuple and list support for Scale.size Add both tuple and list support for Scale.size * Add order of Scale.size in document and test case for list type of Scale.size Add order of Scale.size in document and test case for list type of Scale.size
-
- 23 Mar, 2017 5 commits
-
-
Bodo Kaiser authored
-
Bodo Kaiser authored
-
Bodo Kaiser authored
-
Bodo Kaiser authored
-
Bodo Kaiser authored
-
- 13 Mar, 2017 2 commits
-
-
Uridah Sami Ahmed authored
* Running sanity checks on cropped parts of scipy.misc.ascent Doing this to ensure that the image is of the size 100 x 212 which is being followed throughout the sanity checks * Update sanity_checks.ipynb
-
Uridah Sami Ahmed authored
Doing this to ensure that the image is of the size 100 x 212 which is being followed throughout the sanity checks
-
- 11 Mar, 2017 1 commit
-
-
Alykhan Tejani authored
* fix for to_tensor when input is np.ndarray of shape [H,W,C]. Issue #48 pytorch/vision * update cifar datasets to transpose images from CHW -> HWC * fix flake8 issue on test_transforms.py
-
- 08 Mar, 2017 1 commit
-
-
Uridah Sami Ahmed authored
-
- 27 Feb, 2017 2 commits
-
-
Luke Yeager authored
-
Luke Yeager authored
git ls-files | grep '\.py$' | xargs -n1 -P`nproc` autopep8 -i
-
- 16 Feb, 2017 1 commit
-
-
Alykhan Tejani authored
-
- 31 Jan, 2017 1 commit
-
-
Alykhan Tejani authored
-
- 14 Dec, 2016 1 commit
-
-
Marat Dukhan authored
-
- 29 Nov, 2016 1 commit
-
-
Soumith Chintala authored
-
- 27 Nov, 2016 3 commits
-
-
Soumith Chintala authored
-
Soumith Chintala authored
-
Soumith Chintala authored
-
- 22 Nov, 2016 1 commit
-
-
soumith authored
-
- 16 Nov, 2016 1 commit
-
-
Soumith Chintala authored
-
- 12 Nov, 2016 1 commit
-
-
Soumith Chintala authored
-
- 10 Nov, 2016 3 commits
-
-
Soumith Chintala authored
-
soumith authored
-
soumith authored
-