1. 16 Feb, 2023 4 commits
  2. 15 Feb, 2023 1 commit
  3. 14 Feb, 2023 2 commits
  4. 13 Feb, 2023 2 commits
  5. 07 Feb, 2023 1 commit
  6. 27 Jan, 2023 2 commits
  7. 26 Jan, 2023 2 commits
  8. 24 Jan, 2023 1 commit
  9. 17 Jan, 2023 1 commit
  10. 11 Jan, 2023 1 commit
  11. 21 Dec, 2022 1 commit
  12. 13 Dec, 2022 1 commit
  13. 15 Nov, 2022 1 commit
  14. 10 Nov, 2022 1 commit
  15. 03 Nov, 2022 1 commit
    • Philip Meier's avatar
      Fix hardcoded 255 (#6830) · cb4413a3
      Philip Meier authored
      * fix prototype kernels
      
      * fix stable kernels
      
      * fix tests
      
      * make test more robust
      
      * improve invert for signed integers
      
      * improve invert
      
      * fix posterize
      
      * Revert "assume that integer images are [0, 255] in equalize (#6859)"
      
      This reverts commit 436ff9a5
      
      .
      
      * fix solarize in AA
      
      * fix resize
      
      * Revert "fix resize"
      
      This reverts commit 5f33f4aa73e098237650b794157ec9335d964152.
      
      * add comment to float max value
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      cb4413a3
  16. 21 Oct, 2022 1 commit
    • vfdev's avatar
      [proto] Speed up adjust color ops (#6784) · 9f024a6e
      vfdev authored
      * WIP
      
      * _blend optim v1
      
      * _blend and color ops optims: v2
      
      * updated a/r tol and configs to make tests pass
      
      * Loose a/r tolerance in AA tests
      
      * Use custom rgb_to_grayscale
      
      * Renamed img -> image
      
      * nit code update
      
      * PR review
      
      * adjust_contrast convert to float32 earlier
      
      * Revert "adjust_contrast convert to float32 earlier"
      
      This reverts commit a82cf8c739d02acd9868ebee4b8b99d101c3e45e.
      9f024a6e
  17. 14 Oct, 2022 1 commit
  18. 13 Oct, 2022 2 commits
  19. 06 Oct, 2022 1 commit
    • Philip Meier's avatar
      Reduce sample inputs for prototype transform kernels (#6714) · 026991b1
      Philip Meier authored
      * pad_image_tensor
      
      * pad_mask and pad_bounding_box
      
      * resize_{image_tensor, mask, bounding_box}
      
      * center_crop_{image_tensor, mask}
      
      * {five, ten}_crop_image_tensor
      
      * crop_{image_tensor, mask}
      
      * convert_color_space_image_tensor
      
      * affine_{image_tensor, mask, bounding_box}
      
      * rotate_{image_tensor, mask}
      
      * gaussian_blur_image_tensor
      
      * cleanup
      026991b1
  20. 30 Sep, 2022 1 commit
  21. 29 Sep, 2022 1 commit
  22. 28 Sep, 2022 1 commit
    • Nicolas Hug's avatar
      Remove deprecated APIs for 0.14 (#6258) · 7b8a6db7
      Nicolas Hug authored
      
      
      * Remove Kinetics400 class
      
      * Remove '2007-test' in VOC
      
      * Remove some MobileNet layer classes
      
      * Remove torchvision/models/segmentation/segmentation.py
      
      * Remove some MultiScaleRoIAlign methods
      
      * Remove torchvision/transforms/_functional_video.py
      
      * Remove torchvision/transforms/_transforms_video.py
      
      * Remove resample parameter in transforms
      
      * Remove 'range' parameter
      
      * Remove 'fill_value' parameter in transforms
      
      * Revert to original warning for C++ models - looks like we should still keep them around?
      
      * pre-commit
      
      * Fix docs
      
      * Remove test/test_transforms_video.py
      
      * Some fixes
      
      * Remove more tests
      
      * Revert changes to C++ models
      
      * Add back _transforms_video and change warning message
      
      * Change back the warning message, and will change the warning message on separate PR
      Co-authored-by: default avatarYosuaMichael <yosuamichaelm@gmail.com>
      Co-authored-by: default avatarYosua Michael Maranatha <yosuamichael@fb.com>
      7b8a6db7
  23. 21 Sep, 2022 1 commit
  24. 19 Sep, 2022 2 commits
  25. 16 Sep, 2022 1 commit
  26. 14 Sep, 2022 1 commit
  27. 08 Sep, 2022 1 commit
  28. 31 Aug, 2022 2 commits
  29. 24 Aug, 2022 1 commit
    • Philip Meier's avatar
      allow grayscale tensor images in `rgb_to_grayscale` (#6474) · 9559188c
      Philip Meier authored
      * add deprecated color conversion functionals
      
      * allow grayscale tensor inputs in rgb_to_grayscale
      
      * add cloning to tensor no-op
      
      * improve todo comment
      
      * [skip ci]
      
      * use legacy kernels
      
      use legacy kernels
      
      * fix import
      
      * remove duplicate code
      
      * remove duplicate check
      9559188c
  30. 19 Aug, 2022 1 commit