1. 29 Aug, 2023 1 commit
  2. 25 Aug, 2023 1 commit
  3. 23 Aug, 2023 1 commit
  4. 22 Aug, 2023 1 commit
  5. 18 Aug, 2023 1 commit
  6. 17 Aug, 2023 1 commit
  7. 16 Aug, 2023 1 commit
  8. 09 Aug, 2023 1 commit
  9. 04 Aug, 2023 1 commit
  10. 01 Aug, 2023 1 commit
  11. 31 Jul, 2023 2 commits
  12. 28 Jul, 2023 1 commit
  13. 27 Jul, 2023 1 commit
  14. 24 Feb, 2023 7 commits
  15. 23 Feb, 2023 2 commits
  16. 21 Feb, 2023 2 commits
  17. 28 Feb, 2022 1 commit
    • Vasilis Vryniotis's avatar
      Replace get_image_size/num_channels with get_dimensions (#5487) · 095437aa
      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.
      095437aa
  18. 18 Feb, 2022 1 commit
    • Vasilis Vryniotis's avatar
      Adding AugMix implementation (#5411) · 48a61df2
      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: default avatarvfdev <vfdev.5@gmail.com>
      
      * Changing the default severity value to get by default the same strength as RandAugment.
      Co-authored-by: default avatarvfdev <vfdev.5@gmail.com>
      48a61df2
  19. 08 Feb, 2022 1 commit
  20. 01 Nov, 2021 1 commit
  21. 07 Oct, 2021 1 commit
  22. 06 Sep, 2021 1 commit
  23. 02 Sep, 2021 1 commit
  24. 31 Aug, 2021 1 commit
  25. 10 May, 2021 1 commit
  26. 07 May, 2021 1 commit
  27. 08 Apr, 2021 1 commit
  28. 10 Mar, 2021 1 commit
  29. 16 Oct, 2020 1 commit
  30. 07 Oct, 2020 2 commits
    • vfdev's avatar
      Added tensor transforms jupyter notebook (#2730) · 6eff0a43
      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
      6eff0a43
    • Tejan Karmali's avatar
      Added GaussianBlur transform (#2658) · 4106dbb8
      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: default avatarvfdev-5 <vfdev.5@gmail.com>
      4106dbb8