1. 31 Jul, 2019 2 commits
    • Francisco Massa's avatar
      Rename KineticsVideo to Kinetics400 (#1183) · fe4d17fc
      Francisco Massa authored
      Also add docs
      fe4d17fc
    • Francisco Massa's avatar
      Video reference scripts (#1180) · 5c0b7f31
      Francisco Massa authored
      * Copy classification scripts for video classification
      
      * Initial version of video classification
      
      * add version
      
      * Training of r2plus1d_18 on kinetics work
      
      Gives even slightly better results than expected, with 57.336 top1 clip accuracy. But we count some clips twice in this evaluation
      
      * Cleanups on training script
      
      * Lint
      
      * Minor improvements
      
      * Remove some hacks
      
      * Lint
      5c0b7f31
  2. 26 Jul, 2019 3 commits
  3. 24 Jul, 2019 1 commit
  4. 23 Jul, 2019 1 commit
  5. 22 Jul, 2019 1 commit
  6. 19 Jul, 2019 2 commits
    • Francisco Massa's avatar
      Add VideoClips and Kinetics dataset (#1077) · 5d1372c0
      Francisco Massa authored
      * Add VideoClips and Kinetics dataset
      
      * Lint + add back missing line
      
      * Adds ClipSampler following Bruno comment
      
      * Change name following Bruno's suggestion
      
      * Enable specifying a target framerate
      
      * Fix test_io for new interface
      
      * Add comment mentioning drop_last behavior
      
      * Make compute_clips more robust
      
      * Flake8
      
      * Fix for Python2
      5d1372c0
    • Philip Meier's avatar
      Always pass transform and target_transform to abstract dataset (#1126) · 2b81ad8c
      Philip Meier authored
      * fixed call to the VisionDataset constructor
      
      * change call from keyword arguments to positional
      
      * changed order of arguments
      
      * removed transforms argument once again
      
      * Fixed call to constructor of parent class
      
      * fixed LSUN
      
      * fixed Caltech256
      2b81ad8c
  7. 16 Jul, 2019 1 commit
  8. 15 Jul, 2019 1 commit
  9. 04 Jul, 2019 1 commit
  10. 01 Jul, 2019 1 commit
  11. 29 Jun, 2019 1 commit
  12. 24 Jun, 2019 2 commits
  13. 20 Jun, 2019 1 commit
  14. 13 Jun, 2019 1 commit
  15. 12 Jun, 2019 1 commit
    • Leon Bottou's avatar
      Added support for the QMNIST dataset (#995) · ac2e995a
      Leon Bottou authored
      * Added general reader for sn3 tensors in "pascalvincent" format
      
      * Added class QMNIST into mnist.py
      
      * QMNIST dataset: make some pt files smaller
      
      * Change request from fmassa.
      
      * read_sn3_pascalvincent_tensor: cse
      
      * read_sn3_pascalvincent_tensor: check file size (when strict!=False)
      
      * Fix lint
      
      * More lint
      
      * Add documentation and expose QMNIST to dataset namespace
      ac2e995a
  16. 11 Jun, 2019 2 commits
  17. 03 Jun, 2019 1 commit
    • Philip Meier's avatar
      [WIP] Add test for ImageNet (#976) · 7716aba5
      Philip Meier authored
      * added fake data
      
      * fixed fake data
      
      * renamed extract and download methods and added functionality
      
      * added raw fake data
      
      * refactored imagenet and added test
      
      * flake8
      
      * added fake devkit and mocked download_url
      
      * reversed uncommenting
      
      * added mock to CI
      
      * fixed tests for imagefolder
      
      * flake8
      7716aba5
  18. 29 May, 2019 3 commits
  19. 27 May, 2019 1 commit
    • Francisco Massa's avatar
      Usps dataset (#961) · d4a126b6
      Francisco Massa authored
      * add USPS dataset
      
      * minor fixes
      
      * Improvements to the USPS dataset
      
      Add it to the documentation, expose it to torchvision.datasets
      and inherit from VisionDataset
      d4a126b6
  20. 21 May, 2019 1 commit
  21. 30 Apr, 2019 1 commit
  22. 29 Apr, 2019 1 commit
  23. 26 Apr, 2019 1 commit
  24. 25 Apr, 2019 5 commits
  25. 24 Apr, 2019 1 commit
  26. 18 Apr, 2019 1 commit
  27. 12 Apr, 2019 2 commits