"vscode:/vscode.git/clone" did not exist on "2a8477de5ca73d1b492e7ee5205bfcb1d7497c97"
  1. 22 Apr, 2021 1 commit
  2. 20 Apr, 2021 1 commit
  3. 12 Apr, 2021 2 commits
  4. 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
  5. 30 Mar, 2021 2 commits
  6. 25 Mar, 2021 1 commit
  7. 24 Mar, 2021 2 commits
    • Philip Meier's avatar
      add tests for MNIST and variants (#3423) · aa365993
      Philip Meier authored
      * add tests for MNIST and variants
      
      * remove old tests and fakedata generation
      
      * fix default config detection for if dataset has variable keywords
      
      * use split="mnist" as default for EMNIST
      
      * fix QMNIST tests
      
      * lint
      
      * fix special kwargs detection
      
      * Revert "use split="mnist" as default for EMNIST"
      
      This reverts commit 62c9b23597f4a391cad409cbd93edac1b3474acf.
      
      * fix tests
      
      * fix QMNIST test case name
      
      * remove dead code from test
      
      * Revert "remove old tests and fakedata generation"
      
      This reverts commit a285b97c4827566a5bc06c288f5bba8d614a4f7a.
      
      * remove old tests
      
      * readd removed import
      aa365993
    • Philip Meier's avatar
      Improve error handling in make_dataset (#3496) · 0818c682
      Philip Meier authored
      * factor out find_classes
      
      * use find_classes in video datasets
      
      * adapt old tests
      0818c682
  8. 22 Mar, 2021 1 commit
  9. 20 Mar, 2021 1 commit
  10. 19 Mar, 2021 1 commit
  11. 16 Mar, 2021 1 commit
    • Philip Meier's avatar
      Remove caching from MNIST and variants (#3420) · bb2805a6
      Philip Meier authored
      * remove caching from (Fashion|K)?MNIST
      
      * remove unnecessary lazy import
      
      * remove false check of binaries against the md5 of archives
      
      * remove caching from EMNIST
      
      * remove caching from QMNIST
      
      * lint
      
      * fix EMNIST
      
      * streamline QMNIST download
      bb2805a6
  12. 15 Mar, 2021 1 commit
  13. 12 Mar, 2021 1 commit
  14. 11 Mar, 2021 1 commit
  15. 10 Mar, 2021 1 commit
  16. 03 Mar, 2021 1 commit
  17. 02 Mar, 2021 1 commit
    • Philip Meier's avatar
      Add tests for the PhotoTour dataset (#3486) · f637c63b
      Philip Meier authored
      * add tests for PhotoTour dataset
      
      * fix grayscale image generation
      
      * fix test_feature_types for a examples of a single feature
      
      * make image size variable instead of hard coding it
      
      * make dataset length variable instead of hard coding it
      
      * replace numpy with torch
      
      * fix typo
      f637c63b
  18. 01 Mar, 2021 10 commits
  19. 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
  20. 23 Feb, 2021 1 commit
  21. 22 Feb, 2021 4 commits
  22. 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
  23. 04 Feb, 2021 1 commit
  24. 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
  25. 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