1. 15 Jan, 2024 1 commit
  2. 09 Jan, 2024 1 commit
  3. 14 Dec, 2023 2 commits
  4. 06 Dec, 2023 1 commit
  5. 04 Dec, 2023 1 commit
  6. 23 Nov, 2023 1 commit
  7. 20 Nov, 2023 2 commits
  8. 13 Nov, 2023 1 commit
  9. 30 Aug, 2023 1 commit
  10. 24 Aug, 2023 2 commits
  11. 21 Aug, 2023 1 commit
  12. 18 Aug, 2023 1 commit
  13. 19 Jun, 2023 1 commit
  14. 14 Apr, 2023 1 commit
  15. 23 Mar, 2023 1 commit
  16. 17 Feb, 2023 1 commit
  17. 14 Feb, 2023 2 commits
  18. 07 Feb, 2023 1 commit
  19. 02 Feb, 2023 1 commit
  20. 12 Jan, 2023 1 commit
  21. 11 Jan, 2023 1 commit
  22. 04 Jan, 2023 1 commit
  23. 21 Dec, 2022 2 commits
  24. 12 Dec, 2022 1 commit
  25. 27 Oct, 2022 2 commits
  26. 05 Oct, 2022 1 commit
  27. 28 Sep, 2022 1 commit
    • Nicolas Hug's avatar
      Remove deprecated APIs for 0.14 (#6258) · 7b8a6db7
      Nicolas Hug authored
      
      
      * Remove Kinetics400 class
      
      * Remove '2007-test' in VOC
      
      * Remove some MobileNet layer classes
      
      * Remove torchvision/models/segmentation/segmentation.py
      
      * Remove some MultiScaleRoIAlign methods
      
      * Remove torchvision/transforms/_functional_video.py
      
      * Remove torchvision/transforms/_transforms_video.py
      
      * Remove resample parameter in transforms
      
      * Remove 'range' parameter
      
      * Remove 'fill_value' parameter in transforms
      
      * Revert to original warning for C++ models - looks like we should still keep them around?
      
      * pre-commit
      
      * Fix docs
      
      * Remove test/test_transforms_video.py
      
      * Some fixes
      
      * Remove more tests
      
      * Revert changes to C++ models
      
      * Add back _transforms_video and change warning message
      
      * Change back the warning message, and will change the warning message on separate PR
      Co-authored-by: default avatarYosuaMichael <yosuamichaelm@gmail.com>
      Co-authored-by: default avatarYosua Michael Maranatha <yosuamichael@fb.com>
      7b8a6db7
  28. 27 Sep, 2022 1 commit
  29. 26 Sep, 2022 1 commit
  30. 09 Sep, 2022 1 commit
  31. 08 Sep, 2022 1 commit
  32. 25 Aug, 2022 1 commit
  33. 18 Aug, 2022 2 commits
    • Ponku's avatar
      Added ETH3D stereo dataset (#6349) · 96620011
      Ponku authored
      * Added ETH3D stereo dataset
      
      * Small doc-reformating
      
      * Removed assertions with no use, changed np conversion
      
      * Added ETH3D stereo dataset
      
      * Removed assertions with no use, changed np conversion
      
      * rebased on main
      
      * Revert "Removed assertions with no use, changed np conversion"
      
      This reverts commit 1478a8c056bbed59b6f4a67f78a5cfac84cc9fda.
      
      * Update to np.bool instead of np.bool_
      
      * lint and mypy nit fix
      
      * test nit
      96620011
    • Abhijit Deo's avatar
      Fix minor typos in Docstrings (#6450) · 80c197ad
      Abhijit Deo authored
      
      
      * Fix typos
      
      * Fix link
      
      * pre-commit
      
      * Update torchvision/datasets/food101.py
      Co-authored-by: default avatarNicolas Hug <contact@nicolas-hug.com>
      Co-authored-by: default avatarNicolas Hug <contact@nicolas-hug.com>
      80c197ad