- 31 Jul, 2019 2 commits
-
-
Francisco Massa authored
Also add docs
-
Francisco Massa authored
* Copy classification scripts for video classification * Initial version of video classification * add version * Training of r2plus1d_18 on kinetics work Gives even slightly better results than expected, with 57.336 top1 clip accuracy. But we count some clips twice in this evaluation * Cleanups on training script * Lint * Minor improvements * Remove some hacks * Lint
-
- 26 Jul, 2019 3 commits
-
-
Philip Meier authored
* fix stl10 * fix lsun
-
Francisco Massa authored
* Miscellaneous fixes and improvements * Guard against videos without video stream * Fix lint * Add test for packed b-frames videos * Fix missing import
-
Philip Meier authored
* introduced function to verify str arguments * flake8 * added FIXME to VOC * Fixed error message * added test for verify_str_arg * cleanup todos * added option for custom error message * fix VOC * fixed Caltech
-
- 24 Jul, 2019 1 commit
-
-
Francisco Massa authored
* Add HMDB51 and UCF101 * Remove debug code
-
- 23 Jul, 2019 1 commit
-
-
Francisco Massa authored
-
- 22 Jul, 2019 1 commit
-
-
Philip Meier authored
-
- 19 Jul, 2019 2 commits
-
-
Francisco Massa authored
* Add VideoClips and Kinetics dataset * Lint + add back missing line * Adds ClipSampler following Bruno comment * Change name following Bruno's suggestion * Enable specifying a target framerate * Fix test_io for new interface * Add comment mentioning drop_last behavior * Make compute_clips more robust * Flake8 * Fix for Python2
-
Philip Meier authored
* fixed call to the VisionDataset constructor * change call from keyword arguments to positional * changed order of arguments * removed transforms argument once again * Fixed call to constructor of parent class * fixed LSUN * fixed Caltech256
-
- 16 Jul, 2019 1 commit
-
-
Zhiqiang Wang authored
* Remove duplicate code * Passed transform and target_transform to the constructor
-
- 15 Jul, 2019 1 commit
-
-
youkaichao authored
The backslash should be escaped. Currently, [it](https://pytorch.org/docs/master/torchvision/datasets.html#usps) looks bad:
-
- 04 Jul, 2019 1 commit
-
-
Ross Taylor authored
* Cityscapes test; semantic segmentation getitem test * Add multiple targets test for Cityscapes * flake8 fix for test_datasets
-
- 01 Jul, 2019 1 commit
-
-
Ross Taylor authored
-
- 29 Jun, 2019 1 commit
-
-
Ross Taylor authored
* Automatic unzip logic * add new line end of file
-
- 24 Jun, 2019 2 commits
-
-
Francisco Massa authored
-
Michael Kösel authored
-
- 20 Jun, 2019 1 commit
-
-
Michael Kösel authored
* Use joint transform in Cityscapes * Add transforms doc
-
- 13 Jun, 2019 1 commit
-
-
Francisco Massa authored
* Raise error during downloading * Fix py2 error and lint
-
- 12 Jun, 2019 1 commit
-
-
Leon Bottou authored
* Added general reader for sn3 tensors in "pascalvincent" format * Added class QMNIST into mnist.py * QMNIST dataset: make some pt files smaller * Change request from fmassa. * read_sn3_pascalvincent_tensor: cse * read_sn3_pascalvincent_tensor: check file size (when strict!=False) * Fix lint * More lint * Add documentation and expose QMNIST to dataset namespace
-
- 11 Jun, 2019 2 commits
-
-
Dougal J. Sutherland authored
* CelebA: track attr names, support split="all", code cleanup * fix typo
-
Tomas Alori authored
Changes made in 7716aba5 broke calls to this method.
-
- 03 Jun, 2019 1 commit
-
-
Philip Meier authored
* added fake data * fixed fake data * renamed extract and download methods and added functionality * added raw fake data * refactored imagenet and added test * flake8 * added fake devkit and mocked download_url * reversed uncommenting * added mock to CI * fixed tests for imagefolder * flake8
-
- 29 May, 2019 3 commits
-
-
Edouard Oyallon authored
* modif of the STL10 loader * missing space
-
Francisco Massa authored
* Fix STL10 repr * Do not inherit from Cifar10 * Make it safer to inherit from VisionDataset
-
Francisco Massa authored
* WIP * WIP: minor improvements * Add tests * Fix typo * Use download_and_extract on caltech, cifar and omniglot * Add a print message during extraction * Remove EMNIST from test
-
- 27 May, 2019 1 commit
-
-
Francisco Massa authored
* add USPS dataset * minor fixes * Improvements to the USPS dataset Add it to the documentation, expose it to torchvision.datasets and inherit from VisionDataset
-
- 21 May, 2019 1 commit
-
-
Francisco Massa authored
-
- 30 Apr, 2019 1 commit
-
-
Philip Meier authored
-
- 29 Apr, 2019 1 commit
-
-
bbowles-personal authored
-
- 26 Apr, 2019 1 commit
-
-
Francisco Massa authored
* [RFC] Add support for joint transformations in VisionDataset * Add joints transforms for VOC and SBD Breaking change in SBD, the xy_transform has been renamed transforms. I think this is fine given that we have not released a version of torchvision that contains it
-
- 25 Apr, 2019 5 commits
-
-
Surgan Jandial authored
-
Philip Meier authored
* fixed check integrity * stylistic changes * flake8
-
Dhananjay authored
* added is_valid_file option * small fixes * fixes * flake8 fixes * some test * flake8 fixes * improvements * modifications on tests * fixes * minor fix
-
Philip Meier authored
-
Francisco Massa authored
-
- 24 Apr, 2019 1 commit
-
-
Francisco Massa authored
-
- 18 Apr, 2019 1 commit
-
-
Philip Meier authored
* Fix wrong doc string * bug fix
-
- 12 Apr, 2019 2 commits
-
-
cormoran authored
* fix inconsistent behavior for ~ expression * remove duplicated code
-
Philip Meier authored
-