1. 22 Aug, 2023 1 commit
  2. 28 Jul, 2023 1 commit
  3. 24 Feb, 2023 2 commits
  4. 21 Feb, 2023 1 commit
  5. 16 Feb, 2023 1 commit
  6. 26 Jan, 2023 1 commit
  7. 24 Jan, 2023 1 commit
  8. 05 Dec, 2022 1 commit
  9. 30 Nov, 2022 1 commit
  10. 14 Oct, 2022 1 commit
  11. 12 Oct, 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. 10 Oct, 2022 1 commit
    • Vasilis Vryniotis's avatar
      Adding support of Video to remaining Transforms and Kernels (#6724) · a3fe870b
      Vasilis Vryniotis authored
      * Adding support of Video to missed Transforms and Kernels
      
      * Fixing Grayscale Transform.
      
      * Fixing FiveCrop and TenCrop Transforms.
      
      * Fix Linter
      
      * Fix more kernels.
      
      * Add `five_crop_video` and `ten_crop_video` kernels
      
      * Added a TODO.
      
      * Missed Video isinstance
      
      * nits
      
      * Fix bug on AugMix
      
      * Nits and TODOs.
      
      * Reapply Philip's recommendation
      
      * Fix mypy and JIT
      
      * Fixing test
      a3fe870b
  14. 07 Oct, 2022 1 commit
  15. 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
  16. 23 Sep, 2022 1 commit
  17. 22 Sep, 2022 1 commit
  18. 31 Aug, 2022 1 commit
    • Vasilis Vryniotis's avatar
      Prototype Transform cleanups and bugfixing (#6512) · 54dd0a59
      Vasilis Vryniotis authored
      
      
      * clean up bboxes
      
      * Correcting bug on RandAugment.
      
      * Fix bug on erase()
      
      * Moving `_parse_pad_padding()` to functional geometry
      
      * Fixing bug on deprecated Grayscale transforms
      
      * Porting old bugfixes from main branch to _apply_image_transform
      
      * Dropping mandatory keyword arguments to maintain BC.
      
      * Adding antialias option where possible.
      
      * Specifying types in `_transform()` where possible.
      
      * Add todo.
      
      * Fixing tests.
      
      * Adding padding_mode in pad_bbox
      Co-authored-by: default avatarvfdev <vfdev.5@gmail.com>
      54dd0a59
  19. 26 Aug, 2022 3 commits
    • 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
    • Philip Meier's avatar
      move simple_tensor to features module (#6507) · 7de63171
      Philip Meier authored
      * move simple_tensor to features module
      
      * fix test
      7de63171
    • vfdev's avatar
      [proto] Consistent supported/unsupported types handling in... · 7cc2c95a
      vfdev authored
      [proto] Consistent supported/unsupported types handling in LinearTransformation, other perf comments (#6498)
      
      * WIP
      
      * [proto] unformal supported/unsupported types handling in LinearTransformation, other perf comments
      
      * Type fixes and other minor stuff
      7cc2c95a
  20. 25 Aug, 2022 3 commits
    • Philip Meier's avatar
      Cleanup of prototype transforms (#6492) · becaba0e
      Philip Meier authored
      * fix passtrough on transforms and add dispatchers for five and ten crop
      
      * Revert "cleanup prototype auto augment transforms (#6463)"
      
      This reverts commit d8025b9a
      
      .
      
      * use legacy kernels in deprecated Grayscale and RandomGrayscale transforms
      
      * fix default type for Lambda transform
      
      * fix default type for ToDtype transform
      
      * move simple_tensor to features module
      
      * [skip ci]
      
      * Revert "move simple_tensor to features module"
      
      This reverts commit 7043b6ee3e3b1f6541371a4f2442cfc1fd664e4a.
      
      * cleanup
      
      * reinstate valid AA changes
      
      * address review
      
      * Fix linter
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      becaba0e
    • Vasilis Vryniotis's avatar
      [proto] Use the proper `_transformed_types` in all Transforms and eliminate... · 9f6a189e
      Vasilis Vryniotis authored
      [proto] Use the proper `_transformed_types` in all Transforms and eliminate unnecessary dispatching (#6494)
      
      * Update types in deprecated transforms.
      
      * Update types in type conversion transforms.
      
      * Fixing types in meta transforms.
      
      * More changes on type conversion.
      
      * Bug fix.
      
      * Fix types
      
      * Remove unnecessary conversions.
      
      * Remove unnecessary import.
      
      * Fixing tests
      
      * Remove copy support from `to_image_tensor`
      
      * restore test param
      
      * Fix further tests
      9f6a189e
    • vfdev's avatar
      [proto] Fixes Transform._transformed_types and torch.Tensor (#6487) · 0eb8aabd
      vfdev authored
      * Fixes unexpected behaviour with Transform._transformed_types and torch.Tensor
      
      * Make code consistent to has_any, has_all implementation
      
      * Fixed failing flake8 check
      0eb8aabd
  21. 16 Aug, 2022 1 commit
    • Philip Meier's avatar
      Proto transform cleanup (#6408) · c0ba3ec8
      Philip Meier authored
      * fix TenCrop
      
      * use dispatchers for RandomPhotometricDistort
      
      * add convert_color_space dispatcher and use it in conversion transforms
      
      * fix convert_color_space naming scheme
      
      * add to_color_space method to Image feature
      
      * remove TODO from BoundingBox.to_format()
      
      * fix test
      
      * fix imports
      
      * fix passthrough
      
      * remove apply_recursively in favor of pytree
      
      * refactor BatchMultiCrop
      c0ba3ec8
  22. 09 Aug, 2022 2 commits
  23. 29 Jul, 2022 1 commit
  24. 04 Apr, 2022 2 commits