1. 05 Nov, 2021 2 commits
  2. 04 Nov, 2021 1 commit
  3. 28 Oct, 2021 1 commit
  4. 04 Oct, 2021 1 commit
    • Philip Meier's avatar
      Add ufmt (usort + black) as code formatter (#4384) · 5f0edb97
      Philip Meier authored
      
      
      * add ufmt as code formatter
      
      * cleanup
      
      * quote ufmt requirement
      
      * split imports into more groups
      
      * regenerate circleci config
      
      * fix CI
      
      * clarify local testing utils section
      
      * use ufmt pre-commit hook
      
      * split relative imports into local category
      
      * Revert "split relative imports into local category"
      
      This reverts commit f2e224cde2008c56c9347c1f69746d39065cdd51.
      
      * pin black and usort dependencies
      
      * fix local test utils detection
      
      * fix ufmt rev
      
      * add reference utils to local category
      
      * fix usort config
      
      * remove custom categories sorting
      
      * Run pre-commit without fixing flake8
      
      * got a double import in merge
      Co-authored-by: default avatarNicolas Hug <nicolashug@fb.com>
      5f0edb97
  5. 14 Sep, 2021 1 commit
    • Muhammed Abdullah's avatar
      Added LFW Dataset (#4255) · d85aa6d3
      Muhammed Abdullah authored
      
      
      * Added LFW Dataset
      
      * Added dataset to list in __init__.py
      
      * Updated lfw.py
      * Created a common superclass for people and pairs type datatsets
      * corrected the .download() method
      
      * Added docstrings and updated datasets.rst
      
      * Wrote tests for LFWPeople and LFWPairs
      
      * Resolved mypy error: Need type annotation for "data"
      
      * Updated inject_fake_data method for LFWPeople
      
      * Updated tests for LFW
      
      * Updated LFW tests and minor changes in lfw.py
      
      * Updated LFW
      * Added functionality for 10-fold validation view
      * Optimized the code so to replace repeated lines by method in super
        class
      * Updated LFWPeople to get classes from all lfw-names.txt rather than
        just the classes fron trainset
      
      * Updated lfw.py and tests
      * Updated inject_fake_data method to create 10fold fake data
      * Minor changes in docstring and extra_repr
      
      * resolved py lint errors
      
      * Added checksums for annotation files
      
      * Minor changes in test
      
      * Updated docstrings, defaults and minor changes in test
      
      * Removed 'os.path.exists' check
      Co-authored-by: default avatarABD-01 <myac931@gmai.com>
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      Co-authored-by: default avatarFrancisco Massa <fvsmassa@gmail.com>
      d85aa6d3
  6. 08 Sep, 2021 1 commit
  7. 06 Aug, 2021 1 commit
  8. 28 Jul, 2021 1 commit
  9. 01 Jul, 2021 1 commit
  10. 10 Jun, 2021 1 commit
  11. 27 Apr, 2021 1 commit
  12. 26 Apr, 2021 2 commits
  13. 23 Apr, 2021 2 commits
  14. 22 Apr, 2021 1 commit
  15. 20 Apr, 2021 1 commit
  16. 12 Apr, 2021 2 commits
  17. 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
  18. 30 Mar, 2021 2 commits
  19. 25 Mar, 2021 1 commit
  20. 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
  21. 22 Mar, 2021 1 commit
  22. 20 Mar, 2021 1 commit
  23. 19 Mar, 2021 1 commit
  24. 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
  25. 15 Mar, 2021 1 commit
  26. 12 Mar, 2021 1 commit
  27. 11 Mar, 2021 1 commit
  28. 10 Mar, 2021 1 commit
  29. 03 Mar, 2021 1 commit
  30. 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
  31. 01 Mar, 2021 4 commits