1. 30 Aug, 2023 1 commit
  2. 22 Aug, 2023 1 commit
  3. 18 Aug, 2023 1 commit
  4. 17 Aug, 2023 1 commit
  5. 16 Aug, 2023 1 commit
  6. 01 Aug, 2023 1 commit
  7. 31 Jul, 2023 1 commit
  8. 17 Feb, 2023 1 commit
  9. 16 Feb, 2023 1 commit
  10. 24 Jan, 2023 1 commit
  11. 05 Dec, 2022 1 commit
  12. 30 Nov, 2022 1 commit
  13. 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
  14. 04 Oct, 2022 1 commit
    • YosuaMichael's avatar
      Removing prototype related things from release/0.14 branch (#6687) · 673838f5
      YosuaMichael authored
      * Remove test related to prototype
      
      * Remove torchvision/prototype dir
      
      * Remove references/depth/stereo because it depend on prototype
      
      * Remove prototype related entries on mypy.ini
      
      * Remove things related to prototype in pytest.ini
      
      * clean setup.py from prototype
      
      * Clean CI from prototype
      
      * Remove unused expect file
      673838f5
  15. 14 Sep, 2022 1 commit
  16. 13 Sep, 2022 1 commit
  17. 09 Sep, 2022 1 commit
  18. 26 Aug, 2022 1 commit
  19. 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