1. 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
  2. 27 Sep, 2022 1 commit
  3. 26 Sep, 2022 1 commit
  4. 09 Sep, 2022 1 commit
  5. 08 Sep, 2022 1 commit
  6. 25 Aug, 2022 1 commit
  7. 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
  8. 17 Aug, 2022 3 commits
    • Ponku's avatar
      Add FallingThings dataset (#6346) · 162267ca
      Ponku authored
      
      
      * Added Falling Things datasets
      
      * Renamed split to variant
      
      * Update torchvision/datasets/_stereo_matching.py
      
      Changed constant formatting
      Co-authored-by: default avatarNicolas Hug <contact@nicolas-hug.com>
      Co-authored-by: default avatarNicolas Hug <contact@nicolas-hug.com>
      162267ca
    • Ponku's avatar
      Added InStereo2k dataset (#6347) · 8120c594
      Ponku authored
      * added SceneFLow variant datasets
      
      * Changed split name to variant name
      
      * removed trailing commented code line
      
      * Added InStereo2k dataset
      
      * Added Sintel Stereo dataset
      
      * small refactor in tests
      
      * Fixed doc formatting.
      
      * candidate fix for FileNotFound on windows test
      
      * Adressing comments
      
      * Added Sintel Stereo dataset
      
      * small refactor in tests
      
      * Fixed doc formatting.
      
      * candidate fix for FileNotFound on windows test
      
      * Adressing comments
      
      * rebased on main
      
      * lint fix
      
      * Added InStereo2k dataset
      8120c594
    • Ponku's avatar
      Add Sintel Stereo dataset (#6348) · db718021
      Ponku authored
      * added SceneFLow variant datasets
      
      * Changed split name to variant name
      
      * removed trailing commented code line
      
      * Added Sintel Stereo dataset
      
      * small refactor in tests
      
      * Fixed doc formatting.
      
      * candidate fix for FileNotFound on windows test
      
      * Adressing comments
      
      * Added Sintel Stereo dataset
      
      * small refactor in tests
      
      * Fixed doc formatting.
      
      * candidate fix for FileNotFound on windows test
      
      * Adressing comments
      
      * rebased on main
      
      * lint fix
      db718021
  9. 15 Aug, 2022 1 commit
  10. 03 Aug, 2022 1 commit
  11. 02 Aug, 2022 1 commit
    • Ponku's avatar
      Splitting Stereo Dataset PR(#6269) (#6311) · 6bea4ef5
      Ponku authored
      * Broken down PR(#6269). Added an additional dataset
      
      * Removed some types. Store None instead of "". Merged test util functions.
      
      * minor mypy fixes. minor doc fixes
      
      * reformated docstring
      
      * Added additional line-skips
      6bea4ef5
  12. 31 Jul, 2022 1 commit
  13. 22 Jul, 2022 1 commit
  14. 14 Jul, 2022 1 commit
  15. 16 Jun, 2022 1 commit
  16. 09 Jun, 2022 1 commit
  17. 23 May, 2022 2 commits
  18. 20 May, 2022 3 commits
  19. 03 May, 2022 1 commit
  20. 21 Apr, 2022 1 commit
  21. 14 Apr, 2022 1 commit
    • Nikita's avatar
      Fix FGVCAircraft dataset documentation (#5814) · 10bb5b18
      Nikita authored
      
      
      There is a mistake in FGVCAircraft dataset documentation. If you load dataset and sum up 'trainval' and 'test' splits, there are not 10 200, but 10 000 images. Also mistake is in the number of classes: if we choose `annotation_level` to be `variant`, then unique number of classes is going to be not 102, but 100, and with `manufacturer` level it is not 41, but 30.
      Co-authored-by: default avatarNicolas Hug <contact@nicolas-hug.com>
      10bb5b18
  22. 12 Apr, 2022 1 commit
  23. 11 Apr, 2022 1 commit
  24. 07 Apr, 2022 1 commit
  25. 04 Apr, 2022 1 commit
  26. 01 Apr, 2022 1 commit
  27. 22 Mar, 2022 1 commit
  28. 15 Mar, 2022 1 commit
  29. 04 Mar, 2022 1 commit
  30. 15 Feb, 2022 1 commit
  31. 09 Feb, 2022 1 commit
  32. 08 Feb, 2022 2 commits
  33. 04 Feb, 2022 1 commit