1. 08 Sep, 2023 1 commit
  2. 07 Sep, 2023 1 commit
  3. 06 Sep, 2023 3 commits
  4. 04 Sep, 2023 1 commit
  5. 30 Aug, 2023 3 commits
  6. 22 Aug, 2023 1 commit
  7. 18 Aug, 2023 1 commit
  8. 17 Aug, 2023 1 commit
  9. 16 Aug, 2023 1 commit
  10. 02 Aug, 2023 1 commit
  11. 31 Jul, 2023 1 commit
  12. 27 Jul, 2023 1 commit
  13. 03 Jul, 2023 1 commit
  14. 30 Jun, 2023 2 commits
  15. 28 Jun, 2023 1 commit
  16. 21 Jun, 2023 1 commit
  17. 17 Feb, 2023 1 commit
  18. 16 Feb, 2023 1 commit
  19. 15 Feb, 2023 1 commit
  20. 13 Feb, 2023 1 commit
  21. 20 Jan, 2023 3 commits
  22. 05 Dec, 2022 1 commit
  23. 04 Nov, 2022 1 commit
  24. 03 Nov, 2022 1 commit
  25. 24 Oct, 2022 2 commits
  26. 21 Oct, 2022 1 commit
  27. 10 Oct, 2022 2 commits
  28. 07 Oct, 2022 1 commit
    • Philip Meier's avatar
      add Video feature and kernels (#6667) · 3118fb52
      Philip Meier authored
      * add video feature
      
      * add video kernels
      
      * add video testing utils
      
      * add one kernel info
      
      * fix kernel names in Video feature
      
      * use only uint8 for video testing
      
      * require at least 4 dims for Video feature
      
      * add TODO for image_size -> spatial_size
      
      * image -> video in feature constructor
      
      * introduce new combined images and video type
      
      * add video to transform utils
      
      * fix transforms test
      
      * fix auto augment
      
      * cleanup
      
      * address review comments
      
      * add remaining video kernel infos
      
      * add batch dimension squashing to some kernels
      
      * fix tests and kernel infos
      
      * add xfails for arbitrary batch sizes on some kernels
      
      * fix test setup
      
      * fix equalize_image_tensor for multi batch dims
      
      * fix adjust_sharpness_image_tensor for multi batch dims
      
      * address review comments
      3118fb52
  29. 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
  30. 05 Oct, 2022 2 commits