1. 31 Aug, 2023 1 commit
  2. 30 Aug, 2023 1 commit
  3. 16 Aug, 2023 1 commit
  4. 14 Aug, 2023 1 commit
  5. 08 Aug, 2023 1 commit
  6. 07 Aug, 2023 1 commit
  7. 04 Aug, 2023 1 commit
  8. 02 Aug, 2023 1 commit
  9. 01 Aug, 2023 1 commit
  10. 31 Jul, 2023 1 commit
  11. 24 Feb, 2023 3 commits
  12. 16 Feb, 2023 2 commits
  13. 15 Feb, 2023 2 commits
  14. 14 Feb, 2023 1 commit
  15. 13 Feb, 2023 2 commits
  16. 27 Jan, 2023 1 commit
  17. 05 Dec, 2022 1 commit
  18. 07 Nov, 2022 1 commit
    • Philip Meier's avatar
      add a signature consistency tests for v1 vs. v2 dispatchers (#6914) · f30a92f1
      Philip Meier authored
      * add a signature consistency tests for v1 vs. v2 dispatchers
      
      * temporarily increase test verbosity
      
      * Revert "temporarily increase test verbosity"
      
      This reverts commit 468c73f727af8dde8a2a3cc3063fd64923c50f63.
      
      * fix test to allow annotation deviations
      
      * fill <-> center for rotate
      
      * ignore annotation changes for center / translate in rotate / affine
      f30a92f1
  19. 04 Nov, 2022 2 commits
  20. 25 Oct, 2022 1 commit
  21. 21 Oct, 2022 1 commit
  22. 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
  23. 07 Oct, 2022 1 commit
  24. 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
  25. 29 Sep, 2022 2 commits
  26. 28 Sep, 2022 1 commit
    • Vasilis Vryniotis's avatar
      [prototype] Fix BC-breakages on input params of `F` (#6636) · b8af91ab
      Vasilis Vryniotis authored
      
      
      * Fix `size` in resize.
      
      * Update torchvision/prototype/features/_bounding_box.py
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      
      * Address some of the comments.
      
      * Fix `output_size` in center_crop.
      
      * Fix `CenterCrop` transform
      
      * Fix `size` in five_crop.
      
      * Fix `size` in ten_crop.
      
      * Fix `kernel_size` and `sigma` in gaussian_blur.
      
      * Fix `angle` and `shear` in affine.
      
      * Fixing JIT-scriptability issues.
      
      * Update TODOs.
      
      * Restore fake types for `Union[int, List[int]]` and `Union[int, float, List[float]]`
      
      * Fixing tests
      
      * Fix linter
      
      * revert unnecessary JIT mitigations.
      
      * Cherrypick Philip's 6dfc9657ce89fe9e018a11ee25a8e26c7d3d43c6
      
      * Linter fix
      
      * Adding center float casting
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      b8af91ab
  27. 23 Sep, 2022 1 commit
  28. 21 Sep, 2022 1 commit
  29. 14 Sep, 2022 1 commit
  30. 01 Sep, 2022 1 commit
  31. 31 Aug, 2022 1 commit
  32. 24 Aug, 2022 1 commit
    • Vasilis Vryniotis's avatar
      Eliminate runtime cyclic dependencies (#6476) · 39fe34a2
      Vasilis Vryniotis authored
      * Move imports on constructor.
      
      * Turn `_F` to a property.
      
      * fix linter
      
      * Fix mypy
      
      * Make it class-wide attribute.
      
      * Add tests based on code review
      
      * Making changes from code-reviews.
      
      * Remove the new tests.
      
      * Clean up.
      
      * Adding comments.
      
      * Update the comment link.
      39fe34a2
  33. 23 Aug, 2022 1 commit