- 27 Jul, 2021 1 commit
-
-
Edward Z. Yang authored
Signed-off-by:Edward Z. Yang <ezyang@fb.com>
-
- 26 Jul, 2021 1 commit
-
-
Nicolas Hug authored
-
- 25 Jul, 2021 1 commit
-
-
Prabhat Roy authored
-
- 22 Jul, 2021 2 commits
-
-
Gary Miguel authored
-
Philip Meier authored
* mock out redirect behavior for testing * revert unrelated change * simplify * move tests out of internet tests * replace urls with dummys * improve checking of mock calls
-
- 16 Jul, 2021 1 commit
-
-
Gary Miguel authored
-
- 14 Jul, 2021 1 commit
-
-
Philip Meier authored
Co-authored-by:Nicolas Hug <nicolashug@fb.com>
-
- 12 Jul, 2021 3 commits
-
-
Nicolas Hug authored
-
Nicolas Hug authored
Co-authored-by:Meghan Lele <meghanl@fb.com>
-
Nicolas Hug authored
-
- 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>
-
- 28 Jun, 2021 2 commits
-
-
Vasilis Vryniotis authored
* Add check for fx compatibility on segmentation models. * Add fx check on video models.
-
Nicolas Hug authored
-
- 25 Jun, 2021 2 commits
-
-
Nicolas Hug authored
-
Anirudh authored
-
- 23 Jun, 2021 3 commits
-
-
Adam J. Stewart authored
-
Sepehr Sameni authored
-
Adam J. Stewart authored
-
- 21 Jun, 2021 1 commit
-
-
Francisco Massa authored
* Add test to check that classification models are FX-compatible * Replace torch.equal with torch.allclose * remove skipling Co-authored-by:Nicolas Hug <nicolashug@fb.com>
-
- 17 Jun, 2021 1 commit
-
-
Nicolas Hug authored
-
- 16 Jun, 2021 2 commits
-
-
Nicolas Hug authored
-
Nicolas Hug authored
-
- 15 Jun, 2021 2 commits
-
-
Anirudh authored
-
Prabhat Roy authored
* Fixed missing audio with video_reader backend * Added unit test
-
- 14 Jun, 2021 2 commits
-
-
Nicolas Hug authored
-
Nicolas Hug authored
-
- 11 Jun, 2021 6 commits
-
-
Prabhat Roy authored
-
Vasilis Vryniotis authored
* Adding a test for grayscale images. * Doing the ops in torch, adding more checks.
-
Zhiqiang Wang authored
-
Vivek Kumar authored
-
DevPranjal authored
-
Zhiqiang Wang authored
-
- 10 Jun, 2021 7 commits
-
-
Vivek Kumar authored
-
tanvimoharir authored
-
Nicolas Hug authored
-
Anirudh authored
-
Anirudh authored
-
Anirudh authored
-
Bruno Korbar authored
* Initial commit * pmeiers comments Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * pmeiers changes Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * pmeiers comments Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * replace pandas with system library to avoid crashes * Lint * Lint * fixing unittest * Minor comments removal * pmeier comments Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * remove asserts * address pmeier formatting changes * address pmeier changes Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * pmeier changes Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * rename n_classes to num_classes * formatting changes * doc change to add ".mp4" to backported class * formatting to correct line length * adding **kwargs to Kinetics400 class * remove urlib request and download the file directly * annotations and files can be already downloaded * test fix * add download tests for Kinetics * users now dont need to provide full path within the root for new Kinetics dataset * linter * Update test/test_datasets_download.py * Update torchvision/datasets/kinetics.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * revert whitespace (3680#discussion_r626382842) * addressing annotation_path parameter which is unnecessary * Update torchvision/datasets/kinetics.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Update torchvision/datasets/kinetics.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * kwargs update Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * expose num_download_workers as public * swap os.isfile with check_integrity * nit on private things * special case if there are no default arguments * revert changes to kinetics400 test case for BC * add split_folder changes and support for legacy format * pmeiers suggestions Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * pmeiers suggestions - root comment * pmeiers comments - annotation attribute remmoved * pmeiers suggestion Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * pmeiers suggestion Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * pmeiers suggestion Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * pmeiers suggestion Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Update torchvision/datasets/kinetics.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Update torchvision/datasets/kinetics.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Update torchvision/datasets/kinetics.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Update torchvision/datasets/kinetics.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Update torchvision/datasets/kinetics.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Update torchvision/datasets/kinetics.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * minor debugging * nit picks * only include public kwargs into defaults * add _use_legacy_structure in favour of **kwargs * add type hints for Kinetics400 * flake8 * flake8 * flake8 * rename to make thigs clearer * permuting the output Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Francisco Massa <fvsmassa@gmail.com>
-
- 09 Jun, 2021 1 commit
-
-
Rajat Jaiswal authored
-