"vscode:/vscode.git/clone" did not exist on "d805e1a014ebdaa6a8cb09714d6a4ffad785c8f0"
  1. 22 Aug, 2023 1 commit
  2. 17 Aug, 2023 1 commit
  3. 16 Aug, 2023 2 commits
  4. 15 Aug, 2023 1 commit
  5. 10 Aug, 2023 1 commit
  6. 09 Aug, 2023 1 commit
  7. 07 Aug, 2023 1 commit
  8. 02 Aug, 2023 1 commit
  9. 01 Aug, 2023 1 commit
  10. 31 Jul, 2023 1 commit
  11. 28 Jul, 2023 1 commit
  12. 27 Jul, 2023 1 commit
  13. 16 Feb, 2023 3 commits
  14. 14 Feb, 2023 1 commit
  15. 13 Feb, 2023 3 commits
  16. 26 Jan, 2023 1 commit
  17. 24 Jan, 2023 1 commit
  18. 16 Jan, 2023 1 commit
  19. 06 Dec, 2022 1 commit
  20. 05 Dec, 2022 1 commit
  21. 29 Nov, 2022 1 commit
  22. 28 Nov, 2022 2 commits
  23. 10 Nov, 2022 1 commit
  24. 09 Nov, 2022 1 commit
  25. 04 Nov, 2022 1 commit
  26. 31 Oct, 2022 1 commit
  27. 25 Oct, 2022 1 commit
  28. 24 Oct, 2022 1 commit
  29. 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
  30. 12 Oct, 2022 1 commit
  31. 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
  32. 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