1. 22 Aug, 2023 1 commit
  2. 18 Aug, 2023 1 commit
  3. 17 Aug, 2023 1 commit
  4. 16 Aug, 2023 1 commit
  5. 01 Aug, 2023 1 commit
  6. 31 Jul, 2023 1 commit
  7. 17 Feb, 2023 1 commit
  8. 16 Feb, 2023 1 commit
  9. 24 Jan, 2023 1 commit
  10. 05 Dec, 2022 1 commit
  11. 30 Nov, 2022 1 commit
  12. 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
  13. 14 Sep, 2022 1 commit
  14. 13 Sep, 2022 1 commit
  15. 09 Sep, 2022 1 commit
  16. 26 Aug, 2022 1 commit
  17. 18 Aug, 2022 1 commit
    • Philip Meier's avatar
      expand has_any and has_all to also accept check callables (#6447) · 330b6c9b
      Philip Meier authored
      * expand has_any and has_all to also accept check callables
      
      * add test and fix has_all
      
      * add support for simple tensor images to CutMix, MixUp and RandomIoUCrop
      
      * remove TODO
      
      * remove pythonic syntax sugar
      
      * simplify
      
      * use concreate examples in test rather than abstract ones
      
      * simplify further
      330b6c9b