1. 17 Aug, 2023 1 commit
  2. 16 Aug, 2023 2 commits
  3. 15 Aug, 2023 1 commit
  4. 10 Aug, 2023 1 commit
  5. 09 Aug, 2023 1 commit
  6. 07 Aug, 2023 1 commit
  7. 02 Aug, 2023 1 commit
  8. 01 Aug, 2023 1 commit
  9. 31 Jul, 2023 1 commit
  10. 28 Jul, 2023 1 commit
  11. 27 Jul, 2023 1 commit
  12. 16 Feb, 2023 3 commits
  13. 14 Feb, 2023 1 commit
  14. 13 Feb, 2023 3 commits
  15. 26 Jan, 2023 1 commit
  16. 24 Jan, 2023 1 commit
  17. 16 Jan, 2023 1 commit
  18. 06 Dec, 2022 1 commit
  19. 05 Dec, 2022 1 commit
  20. 29 Nov, 2022 1 commit
  21. 28 Nov, 2022 2 commits
  22. 10 Nov, 2022 1 commit
  23. 09 Nov, 2022 1 commit
  24. 04 Nov, 2022 1 commit
  25. 31 Oct, 2022 1 commit
  26. 25 Oct, 2022 1 commit
  27. 24 Oct, 2022 1 commit
  28. 21 Oct, 2022 3 commits
    • Philip Meier's avatar
      Add tests and proper support for videos in `ConvertImageDtype` (#6783) · 9c112935
      Philip Meier authored
      * add KernelInfo
      
      * split dtype and device consistency tests
      
      * add proper support for video
      
      * fix tests and add DispatcherInfo
      
      * add aliases
      
      * cleanup
      
      * fix typo
      9c112935
    • 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
    • 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
  29. 12 Oct, 2022 1 commit
  30. 11 Oct, 2022 1 commit
    • Vasilis Vryniotis's avatar
      [prototype] Switch to `spatial_size` (#6736) · 4d4711d9
      Vasilis Vryniotis authored
      * Change `image_size` to `spatial_size`
      
      * Fix linter
      
      * Fixing more tests.
      
      * Adding get_num_channels_video and get_spatial_size_* kernels for video, masks and bboxes.
      
      * Refactor get_spatial_size
      
      * Reduce the usage of `query_chw` where possible
      
      * Rename `query_chw` to `query_spatial_size`
      
      * Adding `get_num_frames` dispatcher and kernel.
      
      * Adding jit-scriptability tests
      4d4711d9
  31. 10 Oct, 2022 1 commit
    • Vasilis Vryniotis's avatar
      Adding support of Video to remaining Transforms and Kernels (#6724) · a3fe870b
      Vasilis Vryniotis authored
      * Adding support of Video to missed Transforms and Kernels
      
      * Fixing Grayscale Transform.
      
      * Fixing FiveCrop and TenCrop Transforms.
      
      * Fix Linter
      
      * Fix more kernels.
      
      * Add `five_crop_video` and `ten_crop_video` kernels
      
      * Added a TODO.
      
      * Missed Video isinstance
      
      * nits
      
      * Fix bug on AugMix
      
      * Nits and TODOs.
      
      * Reapply Philip's recommendation
      
      * Fix mypy and JIT
      
      * Fixing test
      a3fe870b
  32. 07 Oct, 2022 1 commit
    • Vasilis Vryniotis's avatar
      [prototype] Rewrite the meta dimension methods (#6722) · 6e203b44
      Vasilis Vryniotis authored
      * Rewrite `get_dimensions`, `get_num_channels` and `get_spatial_size`
      
      * Remove `get_chw`
      
      * Remove comments
      
      * Make `get_spatial_size` support non-image input
      
      * Reduce the unnecessary use of `get_dimensions*`
      
      * Fix linters
      
      * Fix merge bug
      
      * Linter
      
      * Fix linter
      6e203b44