1. 10 May, 2021 1 commit
    • vfdev's avatar
      Added antialias option to transforms.functional.resize (#3761) · b56f17ae
      vfdev authored
      * WIP Added antialias option to transforms.functional.resize
      
      * Updates according to the review
      
      * Excluded these C++ files for iOS build
      
      * Added support for mixed downsampling/upsampling
      
      * Fixed heap overflow caused by explicit loop unrolling
      
      * Applied PR review suggestions
      - used pytest parametrize instead unittest
      - cast to scalar_t ptr
      - removed interpolate aa files for ios/android keeping original cmake version
      b56f17ae
  2. 27 Apr, 2021 2 commits
  3. 21 Apr, 2021 1 commit
  4. 20 Apr, 2021 1 commit
  5. 16 Apr, 2021 1 commit
  6. 14 Apr, 2021 1 commit
  7. 12 Apr, 2021 1 commit
  8. 08 Apr, 2021 1 commit
  9. 07 Apr, 2021 2 commits
  10. 31 Mar, 2021 1 commit
  11. 30 Mar, 2021 1 commit
  12. 20 Mar, 2021 1 commit
  13. 18 Mar, 2021 1 commit
  14. 16 Mar, 2021 1 commit
  15. 10 Mar, 2021 2 commits
  16. 08 Mar, 2021 1 commit
  17. 04 Mar, 2021 1 commit
  18. 03 Mar, 2021 1 commit
  19. 02 Mar, 2021 1 commit
  20. 26 Feb, 2021 1 commit
  21. 23 Feb, 2021 1 commit
  22. 15 Feb, 2021 1 commit
  23. 09 Feb, 2021 1 commit
  24. 04 Feb, 2021 1 commit
  25. 02 Feb, 2021 1 commit
  26. 28 Jan, 2021 1 commit
  27. 26 Jan, 2021 2 commits
  28. 20 Jan, 2021 1 commit
  29. 19 Jan, 2021 1 commit
  30. 07 Jan, 2021 1 commit
  31. 23 Dec, 2020 1 commit
    • Zhengyang Feng's avatar
      Transforms documentation clean-up (#3200) · 7b9d30eb
      Zhengyang Feng authored
      * Initial doc clean-up
      
      * Remove all private docs
      
      * Rename files
      
      * Highlight backend inconsistencies
      
      * Sequence and number
      
      * [Need checking] AutoAugment related doc change
      
      * Revert name changes
      7b9d30eb
  32. 15 Dec, 2020 2 commits
  33. 14 Dec, 2020 1 commit
    • Vasilis Vryniotis's avatar
      Implement all AutoAugment transforms + Policies (#3123) · 83171d6a
      Vasilis Vryniotis authored
      
      
      * Invert Transform (#3104)
      
      * Adding invert operator.
      
      * Make use of the _assert_channels().
      
      * Update upper bound value.
      
      * Remove private doc from invert, create or reuse generic testing methods to avoid duplication of code in the tests. (#3106)
      
      * Create posterize transformation and refactor common methods to assist reuse. (#3108)
      
      * Implement the solarize transform. (#3112)
      
      * Implement the adjust_sharpness transform (#3114)
      
      * Adding functional operator for sharpness.
      
      * Adding transforms for sharpness.
      
      * Handling tiny images and adding a test.
      
      * Implement the autocontrast transform. (#3117)
      
      * Implement the equalize transform (#3119)
      
      * Implement the equalize transform.
      
      * Turn off deterministic for histogram.
      
      * Fixing test. (#3126)
      
      * Force ratio to be float to avoid numeric overflows on blend. (#3127)
      
      * Separate the tests of Adjust Sharpness from ColorJitter. (#3128)
      
      * Add AutoAugment Policies and main Transform (#3142)
      
      * Separate the tests of Adjust Sharpness from ColorJitter.
      
      * Initial implementation, not-jitable.
      
      * AutoAugment passing JIT.
      
      * Adding tests/docs, changing formatting.
      
      * Update test.
      
      * Fix formats
      
      * Fix documentation and imports.
      
      * Apply changes from code review:
      - Move the transformations outside of AutoAugment on a separate method.
      - Renamed degenerate method for sharpness for better clarity.
      
      * Update torchvision/transforms/functional.py
      Co-authored-by: default avatarvfdev <vfdev.5@gmail.com>
      
      * Apply more changes from code review:
      - Add InterpolationMode parameter.
      - Move all declarations away from AutoAugment constructor and into the private method.
      
      * Update documentation.
      
      * Apply suggestions from code review
      Co-authored-by: default avatarFrancisco Massa <fvsmassa@gmail.com>
      
      * Apply changes from code review:
      - Refactor code to eliminate as any to() and clamp() as possible.
      - Reuse methods where possible.
      - Apply speed ups.
      
      * Replacing pad.
      Co-authored-by: default avatarvfdev <vfdev.5@gmail.com>
      Co-authored-by: default avatarFrancisco Massa <fvsmassa@gmail.com>
      83171d6a
  34. 04 Dec, 2020 2 commits