1. 06 Sep, 2023 1 commit
  2. 04 Sep, 2023 1 commit
  3. 30 Aug, 2023 3 commits
  4. 22 Aug, 2023 1 commit
  5. 18 Aug, 2023 1 commit
  6. 17 Aug, 2023 1 commit
  7. 16 Aug, 2023 1 commit
  8. 02 Aug, 2023 1 commit
  9. 31 Jul, 2023 1 commit
  10. 27 Jul, 2023 1 commit
  11. 03 Jul, 2023 1 commit
  12. 30 Jun, 2023 2 commits
  13. 28 Jun, 2023 1 commit
  14. 21 Jun, 2023 1 commit
  15. 17 Feb, 2023 1 commit
  16. 16 Feb, 2023 1 commit
  17. 15 Feb, 2023 1 commit
  18. 13 Feb, 2023 1 commit
  19. 20 Jan, 2023 3 commits
  20. 05 Dec, 2022 1 commit
  21. 04 Nov, 2022 1 commit
  22. 03 Nov, 2022 1 commit
  23. 24 Oct, 2022 2 commits
  24. 21 Oct, 2022 1 commit
  25. 10 Oct, 2022 2 commits
  26. 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
  27. 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
  28. 05 Oct, 2022 2 commits
  29. 28 Sep, 2022 1 commit
    • Philip Meier's avatar
      diversify parameter types for a couple of prototype kernels (#6635) · 29b0831c
      Philip Meier authored
      * add more size types for prototype resize sample inputs
      
      * add skip for dispatcher
      
      * add more sizes to resize kernel info
      
      * add more skips
      
      * add more diversity to gaussian_blur parameters
      
      * diversify affine parameters and fix bounding box kernel
      
      * fix center_crop dispatcher info
      
      * revert kernel fixes
      
      * add skips for scalar shears in affine_bounding_box
      29b0831c
  30. 22 Sep, 2022 2 commits
    • Philip Meier's avatar
      add more KernelInfo's and DispatcherInfo's (#6626) · 3c9ae0ac
      Philip Meier authored
      * add KernelInfo for adjust_brightness
      
      * add KernelInfo for adjust_contrast
      
      * add KernelInfo for adjust_hue
      
      * add KernelInfo for adjust_saturation
      
      * add KernelInfo for clamp_bounding_box
      
      * add KernelInfo for {five, ten}_crop_image_tensor as well as skip functionality
      
      * add KernelInfo for normalize
      
      * add KernelInfo for adjust_gamma
      
      * cleanup
      
      * add DispatcherInfo's for previously add KernelInfo's
      
      * add dispatcher info for elastic
      3c9ae0ac
    • Philip Meier's avatar
      cleanup prototype transforms functional tests (#6622) · 658ca539
      Philip Meier authored
      * cleanup prototype transforms functional tests
      
      * fix
      
      * oust local functions
      658ca539
  31. 21 Sep, 2022 1 commit