- 14 Feb, 2023 1 commit
-
-
Nicolas Hug authored
-
- 07 Feb, 2023 1 commit
-
-
Philip Meier authored
-
- 02 Feb, 2023 1 commit
-
-
Philip Meier authored
-
- 12 Jan, 2023 1 commit
-
-
Philip Meier authored
* fix MNIST byte flipping * add test * move to utils * remove lazy import
-
- 11 Jan, 2023 1 commit
-
-
Philip Meier authored
* fix typos throughout the code base * fix grammar * revert formatting changes to gallery * revert 'an uXX' * remove 'number of the best'
-
- 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>
-
- 21 Dec, 2022 2 commits
-
-
deepsghimire authored
-
F-G Fernandez authored
* style: Added missing typing annotations in datasets/_stereo_matching * style: Specified typing * style: Specified type annotations further * style: Specified typing of __getitem__ * style: Fixed linting Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 12 Dec, 2022 1 commit
-
-
F-G Fernandez authored
* style: Added typing annotations to datasets/_optical_flow * style: Reverted back to str typing Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 27 Oct, 2022 2 commits
-
-
F-G Fernandez authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
F-G Fernandez authored
* style: Fixed typing of dataset __getitem__ * style: Fixed last missing typing Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 05 Oct, 2022 1 commit
-
-
YosuaMichael authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.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>
-
- 27 Sep, 2022 1 commit
-
-
Ambuj Pawar authored
Co-authored-by:Ambuj Pawar <your_email@abc.example>
-
- 26 Sep, 2022 1 commit
-
-
Philip Meier authored
-
- 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>
-
- 25 Aug, 2022 1 commit
-
-
vfdev authored
-
- 18 Aug, 2022 2 commits
-
-
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
-
Abhijit Deo authored
* Fix typos * Fix link * pre-commit * Update torchvision/datasets/food101.py Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com>
-
- 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
-
- 15 Aug, 2022 1 commit
-
-
Shantanu authored
* Use --no-implicit-optional for type checking This is needed for PEP 484 compliant type checking (as of 2018). mypy will change its defaults soon. See https://github.com/python/mypy/issues/9091 * forcing CI rerun Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 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
-
- 31 Jul, 2022 1 commit
-
-
Sergii Dymchenko authored
-
- 22 Jul, 2022 1 commit
-
-
Philip Meier authored
* upgrade usort to * Also update black * Actually use 1.0.2 * Apply pre-commit Co-authored-by:Nicolas Hug <contact@nicolas-hug.com>
-
- 14 Jul, 2022 1 commit
-
-
Ponku authored
* Moved pfm file reading into dataset utils * Made _read_pfm private. Fixed doc format issues.
-
- 16 Jun, 2022 1 commit
-
-
Nicolas Hug authored
-
- 09 Jun, 2022 1 commit
-
-
Nicolas Hug authored
* Revert "Indicate Celeba download parameter is deprecated and will be removed (#6059)" This reverts commit 49496c4f. * Revert "Deactivate CelebA download (#6052)" This reverts commit ac56f52e.
-
- 23 May, 2022 2 commits
-
-
Nicolas Hug authored
* Indicate download parameter is deprecated and will be removed * change default to None and raise warning if user isnt using default * aonfajoajgfnjaognojag
-
Nicolas Hug authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 20 May, 2022 3 commits
-
-
Bruno Korbar authored
* Dataset creation now supports "new" version of Kinetics dataset * remove unnecessary warning for now * provide kinetics option * new reading somehow doesn't need BHWC to BCHW transform * Addressing minor comments * Adding kinetics deprication warning for the old Kinetics400 class * lint error * Update torchvision/datasets/kinetics.py Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> * Updating README * Remove BHWC to BCHW * Put warning back * formatting Co-authored-by:
Bruno Korbar <bkorbar@quansight.com> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com>
-
Philip Meier authored
* improve error handling for GDrive downloads * perform HTML check regardless of MD5 check
-
Nicolas Hug authored
* Deactivate CelebA download * flake8 * Do proto version * Update torchvision/prototype/datasets/utils/_resource.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * address review Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
- 03 May, 2022 1 commit
-
-
Daniel Angelov authored
-
- 21 Apr, 2022 1 commit
-
-
Philip Meier authored
-
- 14 Apr, 2022 1 commit
-
-
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:Nicolas Hug <contact@nicolas-hug.com>
-
- 12 Apr, 2022 1 commit
-
-
Philip Meier authored
-