1. 01 Mar, 2021 4 commits
  2. 25 Feb, 2021 1 commit
    • Philip Meier's avatar
      Properly fix dataset test that passes by accident (#3434) · 13c4470a
      Philip Meier authored
      * make UsageError an Exception rather than RuntimeError
      
      * separate fake data injection and dataset args handling
      
      * adapt tests for Coco
      
      * fix Coco implementation
      
      * add documentation
      
      * fix VideoDatasetTestCase
      
      * adapt UCF101 tests
      
      * cleanup
      
      * allow FileNotFoundError for test without fake data
      
      * Revert "fix Coco implementation"
      
      This reverts commit e2b693881654b3e2462a73e6d22bb01c1b738f8a.
      
      * lint
      
      * fix UCF101 tests
      13c4470a
  3. 23 Feb, 2021 1 commit
  4. 22 Feb, 2021 4 commits
  5. 18 Feb, 2021 1 commit
    • Philip Meier's avatar
      [POC] Base class for dataset tests (#3402) · 22c548b0
      Philip Meier authored
      * add base class for datasets tests
      
      * add better type hints
      
      * add documentation to subclasses
      
      * add utility functions to create files / folders of random images and videos
      
      * fix imports
      
      * remove class properties
      
      * fix smoke test
      
      * fix type hints
      
      * fix random size generation
      
      * add Caltech256 as example
      
      * add utility function to create grid of combinations
      
      * add CIFAR100? as example
      
      * lint
      
      * add missing import
      
      * improve documentation
      
      * create 1 frame videos by default
      
      * remove obsolete check
      
      * return path of files created with utility functions
      
      * [test] close PIL file handles before deletion
      
      * fix video folder creation
      
      * generalize file handle closing
      
      * fix lazy imports
      
      * add test for transforms
      
      * fix explanation comment
      
      * lint
      
      * force load opened PIL images
      
      * lint
      
      * copy default config to avoid inplace modification
      
      * enable additional arg forwarding
      22c548b0
  6. 04 Feb, 2021 1 commit
  7. 11 Jan, 2021 1 commit
    • Josh Bradley's avatar
      Add widerface dataset (#2883) · d0063f3d
      Josh Bradley authored
      
      
      * initial commit of widerface dataset
      
      * comment out old code
      
      * improve parsing of annotation files
      
      * code cleanup and fix docstring comments
      
      * speed up check for quota exceeded
      
      * cleanup print statements
      
      * reformat code and remove print statements
      
      * minor code cleanup and reformatting
      
      * add more comments
      
      * reuse variable
      
      * reverse formatting changes
      
      * fix flake8 errors
      
      * add type annotations
      
      * fix mypy errors
      
      * add a base_folder to root directory
      
      * some formatting fixes
      
      * GDrive threshold does not throw 403 error
      
      * testing new download logic
      
      * cleanup logic for download and integrity check
      
      * use a better variable name
      
      * format fix
      
      * reorder list in docstring
      
      * initial widerface unit test - fails on MD5 check
      
      * use list of dictionaries to store dataset
      
      * fix docstring formatting
      
      * remove unnecessary error checking
      
      * fix type checker error
      
      * revert typo fix
      
      * rename var constants, use file context manager, verify str args
      
      * fix flake8 error
      
      * fix checking target_type argument values
      
      * create uncompressed dataset folders
      
      * cleanup unit tests for widerface
      
      * use correct os function
      
      * add more info to docstring
      
      * disable unittests for windows
      
      * fix _check_integrity logic
      
      * update docstring
      
      * remove citation
      
      * remove target_type option
      
      * fix formatting issue
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      
      * remove comment and add more info to docstring
      
      * update type annotations
      
      * restart CI jobs
      Co-authored-by: default avatarJoshua Bradley <jgbrad3@evoforge.org>
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      Co-authored-by: default avatarvfdev <vfdev.5@gmail.com>
      d0063f3d
  8. 04 Jan, 2021 1 commit
    • Vasilis Vryniotis's avatar
      Speed up CI runtime (#3189) · 4d2d8bb0
      Vasilis Vryniotis authored
      * Speedup test_ucf101 (#2623 
      
      * Speedup Cmake builds (#3186)
      
      * Speedup test_autoaugment (#3190)
      
      * Speedup DeformConvTester (#3191)
      
      * Speedup InceptionV3 and GoogleNet on Windows (#3196)
      4d2d8bb0
  9. 14 Sep, 2020 1 commit
  10. 27 Aug, 2020 1 commit
    • Philip Meier's avatar
      Fix Places365 dataset (#2625) · 6f028212
      Philip Meier authored
      * fix images extraction
      
      * remove test split
      
      * fix tests
      
      * be less clever in test data generation
      
      * remove micro optimization
      
      * lint
      6f028212
  11. 25 Aug, 2020 1 commit
    • Philip Meier's avatar
      Places365 dataset (#2610) · fc69c225
      Philip Meier authored
      * initial draft
      
      * [dirty] progress
      
      * remove inheritance from ImageFolder
      
      * add tests
      
      * lint
      
      * fix type hints
      
      * align getitem with other datasets
      
      * remove unused import
      
      * add docstring
      
      * guard existing image folders from overwrite
      
      * add missing entry in docstring
      
      * make fixpath more legible
      
      * add Places365 to docs
      fc69c225
  12. 04 Aug, 2020 1 commit
    • Edgar Andrés Margffoy Tuay's avatar
      PR: Add UCF101 dataset tests (#2548) · 23295fbb
      Edgar Andrés Margffoy Tuay authored
      * Add fake data generator for UCF101
      
      * Minor error correction
      
      * Reduce total number of categories
      
      * Fix naming
      
      * Increase length
      
      * Store in uint8
      
      * Close fds
      
      * Add assertGreater
      
      * Add dimension tests
      
      * Use numel instead of size
      
      * Iterate over folds and splits
      23295fbb
  13. 27 Apr, 2020 1 commit
  14. 14 Apr, 2020 1 commit
  15. 29 Jan, 2020 2 commits
    • João Fernandes's avatar
      Small indentation fix (#1831) · c8345212
      João Fernandes authored
      * Force object annotiation to be an array
      
      * Remove unecessary parentheses
      
      * Change object check
      
      * Remove check for list
      
      * Add test coverage to xml parsing
      
      * Tidy up whitespace
      
      * Fix indentation
      c8345212
    • João Fernandes's avatar
      Force object annotiation to be a list (#1790) · cf78a29b
      João Fernandes authored
      * Force object annotiation to be an array
      
      * Remove unecessary parentheses
      
      * Change object check
      
      * Remove check for list
      
      * Add test coverage to xml parsing
      
      * Tidy up whitespace
      cf78a29b
  16. 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
  17. 09 Sep, 2019 1 commit
    • Francisco Massa's avatar
      Add CircleCI (v2) (#1298) · e4d50039
      Francisco Massa authored
      * [WIP] Add CircleCI for CI
      
      * Make jobs only run on master
      
      * Add initial CI
      
      * [wip] testing if works
      
      * Trying some basic GPU tests
      
      * [WIP] maybe it will work?
      
      * [WIP] One more try
      
      * Pin versions
      
      * Simplify and reuse
      
      * Fix
      
      * [WIP] testing windows
      
      * [WIP] testing windows
      
      * Try windows
      
      * Try Windows
      
      * Try windows
      
      * Try windows
      
      * Try windows
      
      * Try windows
      
      * Try windows
      
      * Try windows
      
      * Windows speedup
      
      * Windows multicores
      
      * Add parallel flags for Windows
      
      * Skip some tests on Windows
      
      * Sync config.yml and config.yml.in
      
      * Regenerate
      
      * Run all tests
      
      * Limit python and cuda version for finding pytorch
      
      * Skip darwin for previous check
      
      * Add description
      
      * Fix logic
      
      * Remove space
      
      * Add CUDA test back
      
      * Add back .travis.yml for now and remove duplicate test
      
      * Add newline
      e4d50039
  18. 06 Aug, 2019 1 commit
  19. 09 Jul, 2019 1 commit
    • Philip Meier's avatar
      Test for SVHN (#1086) · 8e60cf40
      Philip Meier authored
      * cast images to PIL at instantiation instead of runtime
      
      * add test for svhn
      
      * added tests for remaining SVHN splits
      
      * flake8
      
      * rolled back changes to datasets
      8e60cf40
  20. 04 Jul, 2019 1 commit
  21. 15 Jun, 2019 1 commit
    • Philip Meier's avatar
      Add a generic test for the datasets (#1015) · 3c81d474
      Philip Meier authored
      * added a generic test for the datasets
      
      * addressed requested changes
      
      - renamed generic*() to generic_classification*()
      - moved function inside Tester
      - test class_to_idx attribute outside of generic_classification*()
      3c81d474
  22. 13 Jun, 2019 3 commits
  23. 12 Jun, 2019 1 commit
  24. 07 Jun, 2019 1 commit
  25. 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
  26. 29 May, 2019 1 commit
    • Francisco Massa's avatar
      [WIP] Add tests for datasets (#966) · c59f0474
      Francisco Massa authored
      * WIP
      
      * WIP: minor improvements
      
      * Add tests
      
      * Fix typo
      
      * Use download_and_extract on caltech, cifar and omniglot
      
      * Add a print message during extraction
      
      * Remove EMNIST from test
      c59f0474
  27. 30 Oct, 2018 1 commit
  28. 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