"tests/vscode:/vscode.git/clone" did not exist on "6289b6f922f3b251791ef7cb5fd05d0c900b4750"
  1. 27 Feb, 2023 2 commits
  2. 17 Feb, 2023 1 commit
  3. 16 Feb, 2023 2 commits
  4. 15 Feb, 2023 1 commit
  5. 14 Feb, 2023 1 commit
  6. 13 Feb, 2023 6 commits
  7. 24 Jan, 2023 1 commit
  8. 23 Jan, 2023 1 commit
  9. 09 Dec, 2022 1 commit
    • vfdev's avatar
      [proto][ci] Try add GPU ci for prototype transforms (#6919) · 677fc939
      vfdev authored
      
      
      * Try add GPU ci for prototype transforms
      
      * Update prototype-transforms-tests-linux-gpu.yml
      
      * Update prototype-transforms-tests-linux-gpu.yml
      
      * Update prototype-transforms-tests-linux-gpu.yml
      
      * Update prototype-transforms-tests-linux-gpu.yml
      
      * Update prototype-transforms-tests-linux-gpu.yml
      
      * add small tolerance for adjust_contrast on CUDA
      
      * [skip-ci] update
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      677fc939
  10. 06 Dec, 2022 1 commit
  11. 05 Dec, 2022 1 commit
  12. 30 Nov, 2022 1 commit
  13. 28 Nov, 2022 2 commits
  14. 14 Nov, 2022 1 commit
    • 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
  15. 11 Nov, 2022 1 commit
  16. 07 Nov, 2022 2 commits
  17. 04 Nov, 2022 2 commits
  18. 03 Nov, 2022 3 commits
  19. 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
  20. 01 Nov, 2022 1 commit
  21. 28 Oct, 2022 2 commits
  22. 27 Oct, 2022 1 commit
  23. 26 Oct, 2022 1 commit
  24. 24 Oct, 2022 2 commits
  25. 21 Oct, 2022 2 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