1. 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
  2. 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
  3. 08 Sep, 2021 1 commit
  4. 01 Sep, 2021 1 commit
  5. 27 Aug, 2021 1 commit
  6. 26 Aug, 2021 1 commit
  7. 13 Aug, 2021 1 commit
  8. 09 Aug, 2021 1 commit
  9. 29 Jul, 2021 1 commit
  10. 20 Jul, 2021 1 commit
  11. 16 Jul, 2021 2 commits
  12. 15 Jul, 2021 1 commit
  13. 01 Jul, 2021 1 commit
  14. 24 Jun, 2021 1 commit
  15. 23 Jun, 2021 2 commits
  16. 22 Jun, 2021 1 commit
  17. 21 Jun, 2021 1 commit
  18. 10 Jun, 2021 1 commit
  19. 09 Jun, 2021 2 commits
  20. 04 Jun, 2021 1 commit
  21. 01 Jun, 2021 1 commit
  22. 20 May, 2021 1 commit
  23. 13 May, 2021 1 commit
  24. 28 Apr, 2021 1 commit
  25. 27 Apr, 2021 1 commit
  26. 26 Apr, 2021 1 commit
  27. 23 Apr, 2021 2 commits
  28. 18 Apr, 2021 1 commit
  29. 16 Apr, 2021 1 commit
  30. 12 Apr, 2021 1 commit
  31. 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
  32. 08 Apr, 2021 1 commit
  33. 07 Apr, 2021 2 commits
  34. 30 Mar, 2021 1 commit
  35. 24 Mar, 2021 1 commit