1. 10 Jun, 2021 1 commit
  2. 27 Apr, 2021 1 commit
  3. 26 Apr, 2021 2 commits
  4. 23 Apr, 2021 2 commits
  5. 22 Apr, 2021 1 commit
  6. 20 Apr, 2021 1 commit
  7. 12 Apr, 2021 2 commits
  8. 09 Apr, 2021 1 commit
    • Prabhat Roy's avatar
      Added KITTI dataset (#3640) · 7da9afee
      Prabhat Roy authored
      
      
      * Added KITTI dataset
      
      * Addressed review comments
      
      * Changed type of target to List[Dict] and corrected the data types of the returned values.
      
      * Updated unit test to rely on ImageDatasetTestCase
      
      * Added kitti to dataset documentation
      
      * Cleaned up test and some minor changes
      
      * Made data_url a string instead of a list
      
      * Removed unnecessary try and print
      Co-authored-by: default avatarFrancisco Massa <fvsmassa@gmail.com>
      7da9afee
  9. 30 Mar, 2021 2 commits
  10. 25 Mar, 2021 1 commit
  11. 24 Mar, 2021 2 commits
    • Philip Meier's avatar
      add tests for MNIST and variants (#3423) · aa365993
      Philip Meier authored
      * add tests for MNIST and variants
      
      * remove old tests and fakedata generation
      
      * fix default config detection for if dataset has variable keywords
      
      * use split="mnist" as default for EMNIST
      
      * fix QMNIST tests
      
      * lint
      
      * fix special kwargs detection
      
      * Revert "use split="mnist" as default for EMNIST"
      
      This reverts commit 62c9b23597f4a391cad409cbd93edac1b3474acf.
      
      * fix tests
      
      * fix QMNIST test case name
      
      * remove dead code from test
      
      * Revert "remove old tests and fakedata generation"
      
      This reverts commit a285b97c4827566a5bc06c288f5bba8d614a4f7a.
      
      * remove old tests
      
      * readd removed import
      aa365993
    • Philip Meier's avatar
      Improve error handling in make_dataset (#3496) · 0818c682
      Philip Meier authored
      * factor out find_classes
      
      * use find_classes in video datasets
      
      * adapt old tests
      0818c682
  12. 22 Mar, 2021 1 commit
  13. 20 Mar, 2021 1 commit
  14. 19 Mar, 2021 1 commit
  15. 16 Mar, 2021 1 commit
    • Philip Meier's avatar
      Remove caching from MNIST and variants (#3420) · bb2805a6
      Philip Meier authored
      * remove caching from (Fashion|K)?MNIST
      
      * remove unnecessary lazy import
      
      * remove false check of binaries against the md5 of archives
      
      * remove caching from EMNIST
      
      * remove caching from QMNIST
      
      * lint
      
      * fix EMNIST
      
      * streamline QMNIST download
      bb2805a6
  16. 15 Mar, 2021 1 commit
  17. 12 Mar, 2021 1 commit
  18. 11 Mar, 2021 1 commit
  19. 10 Mar, 2021 1 commit
  20. 03 Mar, 2021 1 commit
  21. 02 Mar, 2021 1 commit
    • Philip Meier's avatar
      Add tests for the PhotoTour dataset (#3486) · f637c63b
      Philip Meier authored
      * add tests for PhotoTour dataset
      
      * fix grayscale image generation
      
      * fix test_feature_types for a examples of a single feature
      
      * make image size variable instead of hard coding it
      
      * make dataset length variable instead of hard coding it
      
      * replace numpy with torch
      
      * fix typo
      f637c63b
  22. 01 Mar, 2021 10 commits
  23. 25 Feb, 2021 1 commit
    • Philip Meier's avatar
      Properly fix dataset test that passes by accident (#3434) · 13c4470a
      Philip Meier authored
      * make UsageError an Exception rather than RuntimeError
      
      * separate fake data injection and dataset args handling
      
      * adapt tests for Coco
      
      * fix Coco implementation
      
      * add documentation
      
      * fix VideoDatasetTestCase
      
      * adapt UCF101 tests
      
      * cleanup
      
      * allow FileNotFoundError for test without fake data
      
      * Revert "fix Coco implementation"
      
      This reverts commit e2b693881654b3e2462a73e6d22bb01c1b738f8a.
      
      * lint
      
      * fix UCF101 tests
      13c4470a
  24. 23 Feb, 2021 1 commit
  25. 22 Feb, 2021 2 commits