"vscode:/vscode.git/clone" did not exist on "c75000e8465cf3b1d880d317fd306be5145a2a06"
  1. 16 Jun, 2022 1 commit
  2. 09 Jun, 2022 1 commit
  3. 23 May, 2022 2 commits
  4. 20 May, 2022 3 commits
  5. 03 May, 2022 1 commit
  6. 21 Apr, 2022 1 commit
  7. 14 Apr, 2022 1 commit
    • Nikita's avatar
      Fix FGVCAircraft dataset documentation (#5814) · 10bb5b18
      Nikita authored
      
      
      There is a mistake in FGVCAircraft dataset documentation. If you load dataset and sum up 'trainval' and 'test' splits, there are not 10 200, but 10 000 images. Also mistake is in the number of classes: if we choose `annotation_level` to be `variant`, then unique number of classes is going to be not 102, but 100, and with `manufacturer` level it is not 41, but 30.
      Co-authored-by: default avatarNicolas Hug <contact@nicolas-hug.com>
      10bb5b18
  8. 12 Apr, 2022 1 commit
  9. 11 Apr, 2022 1 commit
  10. 07 Apr, 2022 1 commit
  11. 04 Apr, 2022 1 commit
  12. 01 Apr, 2022 1 commit
  13. 22 Mar, 2022 1 commit
  14. 15 Mar, 2022 1 commit
  15. 04 Mar, 2022 1 commit
  16. 15 Feb, 2022 1 commit
  17. 09 Feb, 2022 1 commit
  18. 08 Feb, 2022 2 commits
  19. 04 Feb, 2022 1 commit
  20. 31 Jan, 2022 1 commit
  21. 28 Jan, 2022 1 commit
  22. 26 Jan, 2022 1 commit
  23. 20 Jan, 2022 3 commits
    • Philip Meier's avatar
      allow single extension as str in make_dataset (#5229) · 6512146e
      Philip Meier authored
      * allow single extension as str in make_dataset
      
      * remove test class
      
      * remove regex
      
      * revert collection to tuple
      
      * cleanup
      6512146e
    • Nicolas Hug's avatar
      Cleanups for FLAVA datasets (#5164) · e047623a
      Nicolas Hug authored
      * Change default of download for Food101 and DTD
      
      * Set download default to False and put it at the end
      
      * Keep stuff private
      
      * GTSRB: train -> split. Also use pathlib
      
      * mypy
      
      * Remove split and partition for SUN397
      
      * mypy
      
      * mypy
      
      * move download param for SST2
      
      * Use make_dataset in SST2
      
      * Use a base URL for GTSRB
      
      * Let's make this code more complictaed than it needs to be because why not
      e047623a
    • Joao Gomes's avatar
      Add support for Rendered sst2 dataset (#5220) · e32b19e1
      Joao Gomes authored
      
      
      * Adding multiweight support for shufflenetv2 prototype models
      
      * Revert "Adding multiweight support for shufflenetv2 prototype models"
      
      This reverts commit 31fadbee7d1a65cd73ae43dfd4ac6e97e7ca7b01.
      
      * Adding multiweight support for shufflenetv2 prototype models
      
      * Revert "Adding multiweight support for shufflenetv2 prototype models"
      
      This reverts commit 4e3d900f796c1e3e667312087e77956ca4a4c017.
      
      * Add RenderedSST2 dataset
      
      * Address PR comments
      
      * Fix bug in dataset verification
      Co-authored-by: default avatarNicolas Hug <contact@nicolas-hug.com>
      e32b19e1
  24. 18 Jan, 2022 2 commits
    • Abhijit Deo's avatar
      Add support for Stanford cars dataset (#5166) · 8ba482a6
      Abhijit Deo authored
      
      
      * [WIP]
      *added stanford_cars
      
      * [WIP]
      added stanfordCars to docs
      
      * [WIP]
      minor edits
      
      * [WIP]
      minor edits
      
      * edited StanfordCars class
      
      * Adding Testcase for stanford cars
      
      * Added Testcase for stanford cars
      
      * Added Testcase for stanford cars
      
      * minor edit
      
      * made changes as per the suggestions
      
      * fixed typo in naming stanford_cars.py
      
      * cars_meta.mat file will be created in test
      
      * Some cleanups
      
      * Sigh
      
      * don't convert to strings
      Co-authored-by: default avatarNicolas Hug <nicolashug@fb.com>
      8ba482a6
    • F-G Fernandez's avatar
      Adds support for EuroSAT dataset (#5114) · 57a77c45
      F-G Fernandez authored
      
      
      * feat: Added EuroSAT dataset
      
      * test: Added unittest
      
      * docs: Improved comments
      
      * docs: Updated the documentation
      
      * docs: Removed unnecessary comments
      
      * fix: Fixed class implementation
      
      * test: Fixed unittest
      
      * fix: Fixed magic method len
      
      * test: Fixed unittest
      
      * refactor: Refactored EuroSAT
      
      * refactor: Applied modifications
      
      * Apply suggestions from code review
      
      * refactor: Applied request changes
      
      * refactor: Made var explicit
      
      * fix: Fixed attribute initialization order
      
      * refactor: Removed name mapping
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      57a77c45
  25. 17 Jan, 2022 1 commit
  26. 14 Jan, 2022 1 commit
  27. 12 Jan, 2022 1 commit
    • Zhiqiang Wang's avatar
      Add Flowers102 dataset (#5177) · a8f2dedb
      Zhiqiang Wang authored
      
      
      * Add Flowers102 datasets
      
      * Fix initialization of images and labels
      
      * Fix _check_exists in Flowers102
      
      * Add Flowers102 to datasets and docs
      
      * Add Flowers102TestCase to unittest
      
      * Fixing Python type statically
      
      * Shuffle the fake labels
      
      * Update test/test_datasets.py
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      
      * Apply the suggestions by pmeier
      
      * Use check_integrity to check file existence
      
      * Save the labels to base_folder
      
      * Minor fixes
      
      * Using a loop makes this more concise without reducing readability
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      
      * Using a loop makes this more concise without reducing readability
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      
      * Remove self.labels and self.label_to_index attributes
      
      * minor simplification
      
      * Check the exitence of image folder
      
      * Revert the check
      
      * Check the existence of image folder
      
      * valid -> val
      
      * keep some stuff private
      
      * minor doc arrangements
      
      * remove default FEATURE_TYPES
      
      * Simplify the datasets existence
      
      * check if the image folder exists
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      
      * isdir -> is_dir
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      Co-authored-by: default avatarNicolas Hug <nicolashug@fb.com>
      a8f2dedb
  28. 10 Jan, 2022 1 commit
    • puhuk's avatar
      Add Country dataset (#5138) · ffd0d237
      puhuk authored
      
      
      * Add Country211 dataset
      
      To addresses issue #5108.
      
      * Add Country211 dataset
      
      To addresses issue #5108.
      
      * Update country211.py
      
      * Update country211.py
      
      * Code review reflected
      
      Reflect code review
      
      * Update test_datasets.py
      
      * Update with review
      
      Update with review
      
      * inherit from ImageFolder
      
      * Update test/test_datasets.py
      
      * Docstring + minor test update
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      Co-authored-by: default avatarNicolas Hug <nicolashug@fb.com>
      ffd0d237
  29. 07 Jan, 2022 1 commit
  30. 06 Jan, 2022 4 commits