1. 16 Mar, 2020 1 commit
  2. 12 Mar, 2020 1 commit
  3. 04 Mar, 2020 1 commit
  4. 10 Feb, 2020 1 commit
    • Akshay Kulkarni's avatar
      fixed typo in docs (#1851) · 6995a798
      Akshay Kulkarni authored
      input to parameter mode can be 'fine' or 'coarse'. The code internally converts the mode = 'fine' input to 'gtFine' (same for coarse input and gtCoarse), but the docs mention that input to mode should be 'gtFine' or 'gtCoarse' inconsistently.
      6995a798
  5. 29 Jan, 2020 1 commit
  6. 28 Jan, 2020 1 commit
  7. 27 Jan, 2020 1 commit
  8. 14 Jan, 2020 1 commit
  9. 16 Dec, 2019 1 commit
    • Oana Florescu's avatar
      VideoClips windows fixes (#1661) · 757ecfb0
      Oana Florescu authored
      * remove windows skips from video_utils tests, now that they pass
      
      * replace lambda in videoclips in order to be pickled on windows and update tests
      757ecfb0
  10. 10 Dec, 2019 2 commits
  11. 05 Dec, 2019 1 commit
  12. 04 Dec, 2019 1 commit
  13. 18 Nov, 2019 1 commit
  14. 13 Nov, 2019 1 commit
  15. 07 Nov, 2019 1 commit
  16. 31 Oct, 2019 1 commit
  17. 29 Oct, 2019 1 commit
  18. 24 Oct, 2019 1 commit
    • Max Lübbering's avatar
      Implemented integrity check (md5 hash) after dataset download (#1456) · 5eee0117
      Max Lübbering authored
      * Removed unnecessary class variables.
      
      * The integrity of dataset files is now being checked right after the download finished. Thus making sure that a corrupt file is not being extracted. In case of corruption we throw a RuntimeError.
      
      * Added missing md5 hashes to MNIST, FashionMNIST, KMNIST, EMNIST and QMNIST datasets.
      
      * Removed printing of error message when integrity check failed.
      Reformulated error message.
      
      * Reformatted code to be lint conform.
      
      * Fixed formatting in utils.py
      5eee0117
  19. 22 Oct, 2019 1 commit
  20. 21 Oct, 2019 1 commit
    • Philip Meier's avatar
      Remove download for ImageNet (#1457) · f46f2c15
      Philip Meier authored
      * remove download process
      
      * address comments
      
      * fix logic error
      
      * bug fixes
      
      * removed unused import
      
      * add docstrings
      
      * flake8
      
      * remove download BC
      
      * fix test
      
      * removed unused code
      
      * flake 8
      
      * add MD5 verification before extraction
      
      * add mock to test
      
      * * unify _verify_archive() method and function
      * remove force flag for parse_*_archive functions
      * cleanup
      
      * flake8
      f46f2c15
  21. 08 Oct, 2019 1 commit
  22. 07 Oct, 2019 3 commits
  23. 04 Oct, 2019 1 commit
  24. 03 Oct, 2019 1 commit
  25. 26 Sep, 2019 1 commit
    • Francisco Massa's avatar
      Fix nightly builds (#1374) · cae0eeee
      Francisco Massa authored
      * Fix nightly builds
      
      * Fix lint
      
      * Disable video_reader tests on Travis
      
      * Disable one more test that segfaults on Travis
      
      * Fix typo in expression
      cae0eeee
  26. 24 Sep, 2019 3 commits
    • ekosman's avatar
      Video clips workers (#1369) · 09823951
      ekosman authored
      * Expose num_workers in VideoClips
      
      * add documentation for num_workers in VideoClips
      
      * add documentation for num_workers in VideoClips
      
      * add documentation for num_workers in VideoClips
      09823951
    • Zhicheng Yan's avatar
      add _backend argument to __init__() of class VideoClips (#1363) · 78743740
      Zhicheng Yan authored
      * add _backend argument to __init__() of class VideoClips
      
      * minor fix
      
      * minor fix
      
      * Make backend private in VideoClips
      
      * Fix lint
      78743740
    • Ardalan's avatar
      add tar.xz archive handler (#1361) · a15ff20f
      Ardalan authored
      * add tar.xz archive handler
      
      * update unittest for tar.xz archive
      
      * remove .tar.xz unittest
      
      * add separate .tar.xz unittest
      
      * update PY2 compatibility
      a15ff20f
  27. 23 Sep, 2019 2 commits
  28. 20 Sep, 2019 1 commit
  29. 16 Sep, 2019 1 commit
  30. 09 Sep, 2019 1 commit
  31. 06 Sep, 2019 1 commit
  32. 02 Sep, 2019 1 commit
  33. 28 Aug, 2019 1 commit
  34. 07 Aug, 2019 1 commit