- 31 Jul, 2023 1 commit
-
-
Nicolas Hug authored
-
- 28 Jul, 2023 1 commit
-
-
Philip Meier authored
Co-authored-by:
Nicolas Hug <nicolashug@meta.com> Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com>
-
- 27 Jul, 2023 1 commit
-
-
Nicolas Hug authored
Co-authored-by:
vfdev <vfdev.5@gmail.com> Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
- 24 Feb, 2023 7 commits
-
-
Nicolas Hug authored
-
Nicolas Hug authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
Nicolas Hug authored
Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
vfdev <vfdev.5@gmail.com>
-
Nicolas Hug authored
Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
vfdev <vfdev.5@gmail.com>
-
vfdev authored
Co-authored-by:Nicolas Hug <contact@nicolas-hug.com>
-
vfdev authored
Co-authored-by:Nicolas Hug <contact@nicolas-hug.com>
-
Nicolas Hug authored
Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
vfdev <vfdev.5@gmail.com>
-
- 23 Feb, 2023 2 commits
-
-
vfdev authored
Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
Nicolas Hug authored
-
- 21 Feb, 2023 2 commits
-
-
Nicolas Hug authored
Co-authored-by:
vfdev <vfdev.5@gmail.com> Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
Nicolas Hug authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 28 Feb, 2022 1 commit
-
-
Vasilis Vryniotis authored
* Replace get_image_size/num_channels with get_image_dims * Reduce verbosity * Fix JIT-scriptability * Refactoring * More refactoring * Replace all _FP/_FT direct calls. * Remove usages of get_image_size and get_image_num_channels from code-base. * Fix JIT issues * Adding missing assertion.
-
- 18 Feb, 2022 1 commit
-
-
Vasilis Vryniotis authored
* Adding basic augmix implementation. * Finish the implementation. * Add tests and documentation. * Fix tests. * Simplify code. * Speed optimizations. * Per image weights instead of per batch. * Fix tests. * Update torchvision/transforms/autoaugment.py Co-authored-by:
vfdev <vfdev.5@gmail.com> * Changing the default severity value to get by default the same strength as RandAugment. Co-authored-by:
vfdev <vfdev.5@gmail.com>
-
- 08 Feb, 2022 1 commit
-
-
Nicolas Hug authored
* Remove APIs that were deprecated before 0.8 * More stuff * Some more * oops
-
- 01 Nov, 2021 1 commit
-
-
Nicolas Hug authored
-
- 07 Oct, 2021 1 commit
-
-
Nicolas Hug authored
* Add docs for PILToTensor * Update docs/source/transforms.rst Co-authored-by:
Aditya Oke <47158509+oke-aditya@users.noreply.github.com> Co-authored-by:
Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
-
- 06 Sep, 2021 1 commit
-
-
SamuelGabriel authored
* Initial Proposal * Tensor Save Test + Test Name Fix * Formatting + removing unused argument * fix old argument * fix isnan check error + indexing error with jit * Fix Flake8 error. * Fix MyPy error. * Fix Flake8 error. * Fix PyTorch JIT error in UnitTests due to type annotation. * Fixing tests. * Removing type ignore. * Adding support of ta_wide in references. * Move methods in classes. * Moving new classes to the bottom. * Specialize to TA to TAwide * Add missing type * Fixing lint * Fix doc * Fix search space of TrivialAugment. Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
Vasilis Vryniotis <vvryniotis@fb.com>
-
- 02 Sep, 2021 1 commit
-
-
Vasilis Vryniotis authored
* Adding docs for RandAugment. * Fix docs.
-
- 31 Aug, 2021 1 commit
-
-
puhuk authored
-
- 10 May, 2021 1 commit
-
-
Nicolas Hug authored
-
- 07 May, 2021 1 commit
-
-
Vasilis Vryniotis authored
* Add auto-augment introduced transforms in docs. * Adding examples in Gallery. * Make posterize more extreme.
-
- 08 Apr, 2021 1 commit
-
-
Nicolas Hug authored
* Fixed return docstrings * Added some refs and corrected some parts * more refs, and a note about dtypes Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
- 10 Mar, 2021 1 commit
-
-
Aditya Oke authored
* add _all for autoaugment * adds docs * add docs, test locally * refactored as per code review
-
- 16 Oct, 2020 1 commit
-
-
vfdev authored
-
- 07 Oct, 2020 2 commits
-
-
vfdev authored
* [WIP] Added scriptable transforms python example * Replaced script file with jupyter notebook * Updated readme * Updates according to review + updated docstrings * Updated notebook and docstring according to the review * torch script -> torchscript
-
Tejan Karmali authored
* Added GaussianBlur transform * fixed linting * supports fixed radius for kernel * [WIP] New API for gaussian_blur * Gaussian blur with kernelsize and sigma API * Fixed implementation and updated tests * Added large input case and refactored gt into a file * Updated docs * fix kernel dimesnions order while creating kernel * added tests for exception handling of gaussian blur * fix linting, bug in tests * Fixed failing tests, refactored code and other minor fixes Co-authored-by:vfdev-5 <vfdev.5@gmail.com>
-
- 05 Oct, 2020 1 commit
-
-
vfdev authored
- Fixed incorrect docs layout and a warning
-
- 23 Sep, 2020 1 commit
-
-
vfdev authored
* [WIP] All transforms are now derived from torch.nn.Module - Compose, RandomApply, Normalize can be jit scripted * Fixed flake8 * Updated code and docs - added getattr to Lambda and tests - updated code and docs of Compose - added failing test with append/extend on Composed.transforms * Fixed flake8 * Updated code, tests and docs
-
- 18 Sep, 2020 1 commit
-
-
vfdev authored
* [WIP] Added tests on batch of tensors * Updated tests on batch of images * All functional transforms can work with (..., C, H, W) format * Added transforms tests on batch tensors * Added batch tests for five/ten crop - updated docs
-
- 02 Oct, 2019 1 commit
-
-
Stefan Otte authored
-
- 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
-