- 30 Aug, 2023 1 commit
-
-
Nicolas Hug authored
-
- 24 Aug, 2023 1 commit
-
-
Philip Meier authored
-
- 06 Apr, 2023 1 commit
-
-
Philip Meier authored
-
- 23 Mar, 2023 1 commit
-
-
Shu authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 17 Feb, 2023 2 commits
-
-
Philip Meier authored
-
vfdev authored
Co-authored-by:Nicolas Hug <contact@nicolas-hug.com>
-
- 10 Feb, 2023 2 commits
-
-
Philip Meier authored
-
Philip Meier authored
-
- 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>
-
- 20 Sep, 2022 1 commit
-
-
Ambuj Pawar authored
* ADD: init_weights config for googlenet * Fix: Inception and googlenet warnings * Fix: warning in test_datasets.py * Fix: Formatting error with ufmt * Fix: Failing tests in quantized_classification_model * Update test/test_models.py to make googlenet in 1 line Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Refactor: Change inception quantisation class initialization to use args/kwargs * Resolve mypy issue * Move *args before inception_blocks * Move args keywords before other arguments Co-authored-by:
Ambuj Pawar <your_email@abc.example> Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.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
-
- 20 Jan, 2022 2 commits
-
-
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
-
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 4 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
-
Philip Meier authored
-
Philip Meier authored
* add prototype dataset * add old-style dataset * appease mypy * simplify prototype scenes * Update torchvision/datasets/clevr.py Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com>
-
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
-
- 09 Nov, 2021 2 commits
-
-
Nicolas Hug authored
-
Nicolas Hug authored
-
- 08 Nov, 2021 1 commit
-
-
Nicolas Hug authored
-
- 05 Nov, 2021 1 commit
-
-
Nicolas Hug authored
-