- 04 Jan, 2023 1 commit
-
-
Akira Noda authored
* add moving mnist dataset Signed-off-by:
tsugumi-sys <tidemark0105@gmail.com> * remove unused modules Signed-off-by:
tsugumi-sys <tidemark0105@gmail.com> * modify docstring Signed-off-by:
tsugumi-sys <tidemark0105@gmail.com> * modify docstring and docs Signed-off-by:
tsugumi-sys <tidemark0105@gmail.com> * add split and split ratio kwargs Signed-off-by:
tsugumi-sys <tidemark0105@gmail.com> * fix checking split argument Signed-off-by:
tsugumi-sys <tidemark0105@gmail.com> * remove unused package * delete lines Signed-off-by:
tsugumi-sys <tidemark0105@gmail.com> * fix filename property Signed-off-by:
tsugumi-sys <tidemark0105@gmail.com> * fix reviews Signed-off-by:
tsugumi-sys <tidemark0105@gmail.com> * modify docstrings Signed-off-by:
tsugumi-sys <tidemark0105@gmail.com> * add split tests and etc Signed-off-by:
tsugumi-sys <tidemark0105@gmail.com> * fix tests Signed-off-by:
tsugumi-sys <tidemark0105@gmail.com> Signed-off-by:
tsugumi-sys <tidemark0105@gmail.com>
-
- 28 Sep, 2022 1 commit
-
-
Nicolas Hug authored
* Remove Kinetics400 class * Remove '2007-test' in VOC * Remove some MobileNet layer classes * Remove torchvision/models/segmentation/segmentation.py * Remove some MultiScaleRoIAlign methods * Remove torchvision/transforms/_functional_video.py * Remove torchvision/transforms/_transforms_video.py * Remove resample parameter in transforms * Remove 'range' parameter * Remove 'fill_value' parameter in transforms * Revert to original warning for C++ models - looks like we should still keep them around? * pre-commit * Fix docs * Remove test/test_transforms_video.py * Some fixes * Remove more tests * Revert changes to C++ models * Add back _transforms_video and change warning message * Change back the warning message, and will change the warning message on separate PR Co-authored-by:
YosuaMichael <yosuamichaelm@gmail.com> Co-authored-by:
Yosua Michael Maranatha <yosuamichael@fb.com>
-
- 09 Sep, 2022 1 commit
-
-
Ponku authored
* Added Middlebury2014 dataset * adressed nits * mypy fix
-
- 08 Sep, 2022 1 commit
-
-
Ponku authored
Co-authored-by:Joao Gomes <jdsgomes@fb.com>
-
- 18 Aug, 2022 1 commit
-
-
Ponku authored
* Added ETH3D stereo dataset * Small doc-reformating * Removed assertions with no use, changed np conversion * Added ETH3D stereo dataset * Removed assertions with no use, changed np conversion * rebased on main * Revert "Removed assertions with no use, changed np conversion" This reverts commit 1478a8c056bbed59b6f4a67f78a5cfac84cc9fda. * Update to np.bool instead of np.bool_ * lint and mypy nit fix * test nit
-
- 17 Aug, 2022 3 commits
-
-
Ponku authored
* Added Falling Things datasets * Renamed split to variant * Update torchvision/datasets/_stereo_matching.py Changed constant formatting Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com>
-
Ponku authored
* added SceneFLow variant datasets * Changed split name to variant name * removed trailing commented code line * Added InStereo2k dataset * Added Sintel Stereo dataset * small refactor in tests * Fixed doc formatting. * candidate fix for FileNotFound on windows test * Adressing comments * Added Sintel Stereo dataset * small refactor in tests * Fixed doc formatting. * candidate fix for FileNotFound on windows test * Adressing comments * rebased on main * lint fix * Added InStereo2k dataset
-
Ponku authored
* added SceneFLow variant datasets * Changed split name to variant name * removed trailing commented code line * Added Sintel Stereo dataset * small refactor in tests * Fixed doc formatting. * candidate fix for FileNotFound on windows test * Adressing comments * Added Sintel Stereo dataset * small refactor in tests * Fixed doc formatting. * candidate fix for FileNotFound on windows test * Adressing comments * rebased on main * lint fix
-
- 03 Aug, 2022 1 commit
-
-
Ponku authored
* added SceneFLow variant datasets * Changed split name to variant name * removed trailing commented code line
-
- 02 Aug, 2022 1 commit
-
-
Ponku authored
* Broken down PR(#6269). Added an additional dataset * Removed some types. Store None instead of "". Merged test util functions. * minor mypy fixes. minor doc fixes * reformated docstring * Added additional line-skips
-
- 08 Feb, 2022 1 commit
-
-
Philip Meier authored
* properly deprecate legacy implementation * cleanup * use warning over deprecation directive * remove patch version * fix link in Kinetics docstring * Some more * fix affine functional tests Co-authored-by:Nicolas Hug <nicolashug@fb.com>
-
- 03 Feb, 2022 1 commit
-
-
Nicolas Hug authored
-
- 20 Jan, 2022 1 commit
-
-
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:Nicolas Hug <contact@nicolas-hug.com>
-
- 18 Jan, 2022 2 commits
-
-
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:Nicolas Hug <nicolashug@fb.com>
-
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:Philip Meier <github.pmeier@posteo.de>
-
- 17 Jan, 2022 1 commit
-
-
Nicolas Hug authored
* Add support for PCAM dataset * mypy * Apply suggestions from code review Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Remove classes and class_to_idx attributes * Use _decompress Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
- 14 Jan, 2022 1 commit
-
-
Yiwen Song authored
* add fvgc_aircraft dataset * add docstring & remove useless import * resolve lint issue * address comments * adding more annotation level * nit * address comments * Apply suggestions from code review * unify format * remove useless line Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 12 Jan, 2022 1 commit
-
-
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:
Philip 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:
Philip Meier <github.pmeier@posteo.de> * Using a loop makes this more concise without reducing readability Co-authored-by:
Philip 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:
Philip Meier <github.pmeier@posteo.de> * isdir -> is_dir Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Nicolas Hug <nicolashug@fb.com>
-
- 10 Jan, 2022 1 commit
-
-
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:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Nicolas Hug <nicolashug@fb.com>
-
- 07 Jan, 2022 1 commit
-
-
Saswat Das authored
* dataset class added * fix code format * fixed requested changes * fixed issues in sun397 * Update torchvision/datasets/sun397.py Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
- 06 Jan, 2022 2 commits
-
-
Philip Meier authored
* add prototype dataset for oxford-iiit-pet * add old-style dataset * add tests * fix mypy * fix test * remove properties and use pathlib * target_type to target_types * move target annotation * add docstring * fix test
-
Sumukh Aithal authored
* Added GTSRB dataset * Added unittest for GTSRB dataset * Apply suggestions from code review * More changes from code review * readd accidental removed line Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 05 Jan, 2022 2 commits
-
-
Philip Meier authored
* add prototype dataset * add old style dataset * Apply suggestions from code review Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> * refactor integrity check Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com>
-
Philip Meier authored
* add DTD as prototype dataset * add old style dataset * add test for old dataset * fix tests for windows * add dataset to docs * remove properties and use pathlib * Apply suggestions from code review Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> * fold -> partition Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com>
-
- 22 Dec, 2021 1 commit
-
-
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 Food101 Dataset Addresses #5108. cc @pmeier @NicolasHug * Remove unecessary Path contructor calls * Remove unecessary Path contructor callsi and fix types * Fix tests * Address PR comments from @pmeier * Fix bug in tests and in food101 dataset * Fix bug in tests and in food101 dataset * Update torchvision/datasets/food101.py Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 12 Nov, 2021 1 commit
-
-
Nicolas Hug authored
-
- 05 Nov, 2021 2 commits
-
-
Nicolas Hug authored
-
Nicolas Hug authored
-
- 04 Nov, 2021 1 commit
-
-
Nicolas Hug authored
-
- 01 Nov, 2021 1 commit
-
-
Nicolas Hug authored
-
- 14 Sep, 2021 1 commit
-
-
Muhammed Abdullah authored
* Added LFW Dataset * Added dataset to list in __init__.py * Updated lfw.py * Created a common superclass for people and pairs type datatsets * corrected the .download() method * Added docstrings and updated datasets.rst * Wrote tests for LFWPeople and LFWPairs * Resolved mypy error: Need type annotation for "data" * Updated inject_fake_data method for LFWPeople * Updated tests for LFW * Updated LFW tests and minor changes in lfw.py * Updated LFW * Added functionality for 10-fold validation view * Optimized the code so to replace repeated lines by method in super class * Updated LFWPeople to get classes from all lfw-names.txt rather than just the classes fron trainset * Updated lfw.py and tests * Updated inject_fake_data method to create 10fold fake data * Minor changes in docstring and extra_repr * resolved py lint errors * Added checksums for annotation files * Minor changes in test * Updated docstrings, defaults and minor changes in test * Removed 'os.path.exists' check Co-authored-by:
ABD-01 <myac931@gmai.com> Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Francisco Massa <fvsmassa@gmail.com>
-
- 01 Jul, 2021 1 commit
-
-
dgenzel2 authored
* Add iNaturalist dataset * Add download support * address comments Co-authored-by:
dgenzel <dgenzel@fb.com> Co-authored-by:
Francisco Massa <fvsmassa@gmail.com>
-
- 04 Jun, 2021 1 commit
-
-
Aditya Oke authored
* fix * add docs for VisionDataset * add getitem * add deprecated note to transform * Update torchvision/datasets/vision.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * fix docs * Update torchvision/datasets/vision.py * flake8 Co-authored-by:
Nicolas Hug <nicolashug@fb.com> Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 28 Apr, 2021 1 commit
-
-
Nicolas Hug authored
-
- 09 Apr, 2021 1 commit
-
-
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:Francisco Massa <fvsmassa@gmail.com>
-
- 12 Mar, 2021 1 commit
-
-
Aditya Oke authored
* add missing docs * tries fixing docs * fixes docs * fixes ..code Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 26 Jan, 2021 1 commit
-
-
Nicolas Hug authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 04 Jan, 2021 1 commit
-
-
Hamid Zare authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 25 Aug, 2020 2 commits
-
-
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
-
Marijan Smetko authored
-