1. 16 Feb, 2023 4 commits
  2. 15 Feb, 2023 6 commits
  3. 14 Feb, 2023 2 commits
  4. 13 Feb, 2023 2 commits
  5. 16 Jan, 2023 1 commit
  6. 06 Dec, 2022 1 commit
  7. 05 Dec, 2022 1 commit
  8. 29 Nov, 2022 1 commit
  9. 28 Nov, 2022 1 commit
  10. 14 Nov, 2022 2 commits
    • Vasilis Vryniotis's avatar
      [prototype] Optimize and clean up all affine methods (#6945) · b1f6c9e2
      Vasilis Vryniotis authored
      * Clean up `_get_inverse_affine_matrix` and `_compute_affine_output_size`
      
      * Optimize `_apply_grid_transform`
      
      * Cleanup `_assert_grid_transform_inputs`
      
      * Fix bugs on `_pad_with_scalar_fill` & `crop_mask` and port `crop_image_tensor`
      
      * Call directly `_pad_with_scalar_fill`
      
      * Fix linter
      
      * Clean up `center_crop_image_tensor`
      
      * Fix comments.
      
      * Fixing rounding issues.
      
      * Bumping tolerance for rotate which is unrelated to this PR.
      
      * Fix tolerance threshold for RandomPerspective.
      
      * Clean up `_affine_grid` and `affine_image_tensor`
      
      * Clean up `rotate_image_tensor`
      
      * Fixing linter
      
      * Address code-review comments.
      b1f6c9e2
    • Vasilis Vryniotis's avatar
      Fix bug on prototype `pad` (#6949) · c5958862
      Vasilis Vryniotis authored
      c5958862
  11. 10 Nov, 2022 1 commit
  12. 07 Nov, 2022 2 commits
  13. 04 Nov, 2022 4 commits
  14. 03 Nov, 2022 5 commits
  15. 02 Nov, 2022 1 commit
    • vfdev's avatar
      [proto] Speed-up crop on bboxes and tests (#6881) · 2ba2f1d5
      vfdev authored
      * [proto] Speed-up crop on bboxes and tests
      
      * Fix linter
      
      * Update _geometry.py
      
      * Fixed device issue
      
      * Revert changes in test/prototype_transforms_kernel_infos.py
      
      * Fixed failing correctness tests
      2ba2f1d5
  16. 01 Nov, 2022 2 commits
  17. 31 Oct, 2022 1 commit
  18. 27 Oct, 2022 1 commit
    • Vasilis Vryniotis's avatar
      [prototype] Minor speed and nit optimizations on Transform Classes (#6837) · e1f464bd
      Vasilis Vryniotis authored
      * Change random generator for ColorJitter.
      
      * Move `_convert_fill_arg` from runtime to constructor.
      
      * Remove unnecessary TypeVars.
      
      * Remove unnecessary casts
      
      * Update comments.
      
      * Minor code-quality changes on Geometical Transforms.
      
      * Fixing linter and other minor fixes.
      
      * Change mitigation for mypy.`
      
      * Fixing the tests.
      
      * Fixing the tests.
      
      * Fix linter
      
      * Restore dict copy.
      
      * Handling of defaultdicts
      
      * restore int idiom
      
      * Update todo
      e1f464bd
  19. 25 Oct, 2022 1 commit
  20. 21 Oct, 2022 1 commit
    • Philip Meier's avatar
      Cleanup conversion transforms (#6801) · 121a780c
      Philip Meier authored
      * remove copy from convert_color_space
      
      * remove copy from convert_format_bounding_box
      
      * remove .to_* methods from features
      
      * remove unnecessary clones
      
      * add perf todos
      
      * refactor convert_color_space
      
      * lint
      
      * remove another clone
      
      * and another clone
      
      * remove a missed copy
      121a780c