1. 25 Aug, 2022 1 commit
  2. 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
  3. 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
  4. 15 Aug, 2022 1 commit
  5. 03 Aug, 2022 1 commit
  6. 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
  7. 31 Jul, 2022 1 commit
  8. 22 Jul, 2022 1 commit
  9. 14 Jul, 2022 1 commit
  10. 16 Jun, 2022 1 commit
  11. 09 Jun, 2022 1 commit
  12. 23 May, 2022 2 commits
  13. 20 May, 2022 3 commits
  14. 03 May, 2022 1 commit
  15. 21 Apr, 2022 1 commit
  16. 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
  17. 12 Apr, 2022 1 commit
  18. 11 Apr, 2022 1 commit
  19. 07 Apr, 2022 1 commit
  20. 04 Apr, 2022 1 commit
  21. 01 Apr, 2022 1 commit
  22. 22 Mar, 2022 1 commit
  23. 15 Mar, 2022 1 commit
  24. 04 Mar, 2022 1 commit
  25. 15 Feb, 2022 1 commit
  26. 09 Feb, 2022 1 commit
  27. 08 Feb, 2022 2 commits
  28. 04 Feb, 2022 1 commit
  29. 31 Jan, 2022 1 commit
  30. 28 Jan, 2022 1 commit
  31. 26 Jan, 2022 1 commit
  32. 20 Jan, 2022 2 commits
    • Philip Meier's avatar
      allow single extension as str in make_dataset (#5229) · 6512146e
      Philip Meier authored
      * allow single extension as str in make_dataset
      
      * remove test class
      
      * remove regex
      
      * revert collection to tuple
      
      * cleanup
      6512146e
    • Nicolas Hug's avatar
      Cleanups for FLAVA datasets (#5164) · e047623a
      Nicolas Hug authored
      * Change default of download for Food101 and DTD
      
      * Set download default to False and put it at the end
      
      * Keep stuff private
      
      * GTSRB: train -> split. Also use pathlib
      
      * mypy
      
      * Remove split and partition for SUN397
      
      * mypy
      
      * mypy
      
      * move download param for SST2
      
      * Use make_dataset in SST2
      
      * Use a base URL for GTSRB
      
      * Let's make this code more complictaed than it needs to be because why not
      e047623a