1. 13 Sep, 2022 7 commits
  2. 12 Sep, 2022 2 commits
  3. 09 Sep, 2022 4 commits
  4. 08 Sep, 2022 3 commits
  5. 07 Sep, 2022 1 commit
    • Philip Meier's avatar
      fix padding for degenerate segmentation masks (#6542) · 84dcf695
      Philip Meier authored
      * fix padding for degenerate segmentation masks
      
      * extend test data degeneration to degenerate inputs
      
      * add even more degenerate shapes
      
      * simplify kernel
      
      * [SKIP CI] only GHA
      
      * add more degenerate segmentation masks
      
      * fix segmentation mask generation
      
      * xfail some tests
      
      * Revert "simplify kernel"
      
      This reverts commit 18c5e4fc59de86fdfd304bf0c0a988b410b81fd9.
      
      * fix resize for degenerate inputs
      
      * [SKIP CI] CircleCI
      
      * fix RandomIoUCrop test
      
      * [SKIP CI] CircleCI
      
      * cleanup
      
      * [SKIP CI] CircleCI
      
      * add perf TODO comments
      
      * [SKIP CI] CircleCI
      84dcf695
  6. 06 Sep, 2022 1 commit
  7. 05 Sep, 2022 3 commits
  8. 04 Sep, 2022 1 commit
  9. 01 Sep, 2022 4 commits
  10. 31 Aug, 2022 6 commits
  11. 30 Aug, 2022 5 commits
  12. 29 Aug, 2022 1 commit
  13. 26 Aug, 2022 2 commits
    • vfdev's avatar
      [proto] Fix bug with Compose and PR 6504 (#6510) · 528651a0
      vfdev authored
      * [proto] Fix bug with Compose and PR 6504
      
      * Added tests and fixed other bugs
      528651a0
    • Philip Meier's avatar
      More cleanup for prototype transforms (#6500) · 7245dc9e
      Philip Meier authored
      * add aliases for hflip and vflip
      
      * reduce imports from torchvision.transforms in torchvision.prototype.transforms
      
      * add aliases for to_pil_image abd pil_to_tensor
      
      * deprecate to_tensor
      
      * add some FIXME cleanup comments
      
      * address reviews
      
      * add dimension getters
      
      * undeprecate PILToTensor and ToPILImage
      
      * address review
      
      * fix test
      7245dc9e