1. 25 Dec, 2018 2 commits
  2. 21 Dec, 2018 1 commit
  3. 13 Dec, 2018 1 commit
  4. 06 Dec, 2018 1 commit
    • Benjamin Pinaya's avatar
      VOCSegmentation, VOCDetection, linting passing, examples. (#663) · e489abc6
      Benjamin Pinaya authored
      
      
      * VOC Dataset, linted, flak8 passing, samples on gist.
      
      * Double backtick on values.
      
      * Apply suggestions from code review
      
      Add suggestions from @ellisbrown, using dict of dicts instead of array index.
      Co-Authored-By: default avatarbpinaya <bpg_92@hotmail.com>
      
      * Fixed errors with the new comments.
      
      * Added documentation on RST
      
      * Removed getBB, added parse_voc_xml, variable naming change.
      
      * Removed unused variable, removed VOC_CLASSES, two new gists for test.
      e489abc6
  5. 04 Dec, 2018 2 commits
  6. 30 Oct, 2018 1 commit
  7. 26 Oct, 2018 1 commit
    • Leon Sixt's avatar
      Fix FashionMNIST loading MNIST (#640) · 36215690
      Leon Sixt authored
      Before this would lead FashionMNIST to contain mnist data:
      
      ```
      MNIST(root, download=True)
      FashionMNIST(root, download=True)
      ```
      
      As MNIST and FashionMNIST are the same classes, the processed
      outputs actual ended up to be the same files. This commit now
      stores them at different files and also stores the class name when
      saving them. I also added md5 sums.
      36215690
  8. 25 Oct, 2018 1 commit
  9. 21 Sep, 2018 1 commit
  10. 17 Sep, 2018 2 commits
  11. 11 Sep, 2018 2 commits
  12. 16 Aug, 2018 1 commit
  13. 27 Jul, 2018 1 commit
  14. 25 Jun, 2018 1 commit
  15. 06 Jun, 2018 2 commits
  16. 18 May, 2018 2 commits
  17. 17 May, 2018 3 commits
  18. 11 May, 2018 1 commit
    • Maruth Goyal's avatar
      Progress Bar for download_url (#497) · 47214f05
      Maruth Goyal authored
      * Added Progress Bar to the dataset downloading utility
      
      * Updated progressbar to update by blcoks
      
      * Added progressbar2 to the requirements
      
      * fixed style issues
      
      * Shifted from progressbar to tqdm
      47214f05
  19. 04 Apr, 2018 2 commits
  20. 23 Mar, 2018 1 commit
  21. 21 Mar, 2018 1 commit
    • Jason Park's avatar
      Update LSUN Dataset class (#452) · 73a29e02
      Jason Park authored
      * Fix uninitialized instance variables
      
      * Maintain consistency with other dataset classes
      
      * Fix double assignment
      
      * Fix initialization of self.classes
      73a29e02
  22. 20 Mar, 2018 2 commits
  23. 10 Mar, 2018 1 commit
    • Frédérik Paradis's avatar
      Adding a DatasetFolder class. (#444) · fa377c47
      Frédérik Paradis authored
      * Adding tests to ImageFolder
      
      * Adding DatasetFolder class
      
      * Fix tests for pytest and code for lint checker
      
      * Adding mock to requirements for ImageFolder tests
      
      * Remove mocks from requirements
      fa377c47
  24. 09 Mar, 2018 2 commits
  25. 26 Feb, 2018 1 commit
  26. 30 Jan, 2018 1 commit
  27. 28 Jan, 2018 1 commit
    • Sanyam Kapoor's avatar
      Omniglot Dataset (#323) · dac9efae
      Sanyam Kapoor authored
      * Add basic Omniglot dataset loader
      
      * Remove unused import
      
      * Add Omniglot random pair to sample pair of characters
      
      * Precompute random set of pairs, deterministic after object instantiation
      
      * Export OmniglotRandomPair via the datasets module interfact
      
      * Fix naming convention, use sum instead of reduce
      
      * Fix downloading to not download everything, fix Python2 syntax
      
      * Fix end line lint
      
      * Add random_seed, syntax fixes
      
      * Remove randomized pair, take up as a separate generic wrapper
      
      * Fix master conflict
      dac9efae
  28. 04 Jan, 2018 1 commit
  29. 06 Dec, 2017 1 commit
    • Alykhan Tejani's avatar
      Fix PIL img close warning (#357) · 6c2ac026
      Alykhan Tejani authored
      * add scale and ratio params to RandomResizedCrop.get_params
      
      * don't use Image as a context manager to avoid exceptions on close
      
      * flake8
      6c2ac026