"src/torio/utils/ffmpeg_utils.py" did not exist on "98b3ac17d6289fe6309014ddaaab78cbe1f15fea"
- 24 Aug, 2023 1 commit
-
-
Philip Meier authored
-
- 02 Aug, 2023 1 commit
-
-
Philip Meier authored
Co-authored-by:Nicolas Hug <contact@nicolas-hug.com>
-
- 31 Jul, 2023 1 commit
-
-
Philip Meier authored
-
- 06 Apr, 2023 1 commit
-
-
Philip Meier authored
-
- 17 Feb, 2023 2 commits
-
-
Philip Meier authored
-
vfdev authored
Co-authored-by:Nicolas Hug <contact@nicolas-hug.com>
-
- 16 Feb, 2023 1 commit
-
-
Philip Meier authored
Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
vfdev-5 <vfdev.5@gmail.com>
-
- 14 Feb, 2023 1 commit
-
-
Philip Meier authored
Co-authored-by:Nicolas Hug <contact@nicolas-hug.com>
-
- 10 Feb, 2023 1 commit
-
-
Philip Meier authored
-
- 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'
-
- 13 Dec, 2022 1 commit
-
-
Sergii Dymchenko authored
-
- 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
-
- 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>
-
- 24 Jan, 2022 1 commit
-
-
Nicolas Hug authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 20 Jan, 2022 1 commit
-
-
Philip Meier authored
* refactor prototype dataset tests to use public API for loading * add explanation * use loop alternative
-
- 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>
-
- 07 Jan, 2022 1 commit
-
-
Philip Meier authored
* refactor prototype datasets tests * skip tests with insufficient third party dependencies
-
- 30 Nov, 2021 1 commit
-
-
Philip Meier authored
* improve COCO prototype * test 2017 annotations * add option to include captions * fix categories and add tests * cleanup * add correct image size to bounding boxes * fix annotation collation * appease mypy * add benchmark * always use image as reference * another refactor * add support for segmentations * add support for segmentations * fix CI dependencies
-
- 05 Nov, 2021 3 commits
-
-
Nicolas Hug authored
Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
Nicolas Hug authored
-
Nicolas Hug authored
-
- 04 Nov, 2021 2 commits
-
-
Nicolas Hug authored
-
Philip Meier authored
* add tests for builtin prototype datasets * fix caltech101 * fix emnist * fix mnist and variants * add iopath as test requirement * fix MNIST warning * fix qmnist data generation * fix cifar data generation * add tests for imagenet * cleanup
-
- 28 Oct, 2021 1 commit
-
-
Jirka Borovec authored
Co-authored-by:Nicolas Hug <nicolashug@fb.com>
-
- 04 Oct, 2021 1 commit
-
-
Philip Meier authored
* add ufmt as code formatter * cleanup * quote ufmt requirement * split imports into more groups * regenerate circleci config * fix CI * clarify local testing utils section * use ufmt pre-commit hook * split relative imports into local category * Revert "split relative imports into local category" This reverts commit f2e224cde2008c56c9347c1f69746d39065cdd51. * pin black and usort dependencies * fix local test utils detection * fix ufmt rev * add reference utils to local category * fix usort config * remove custom categories sorting * Run pre-commit without fixing flake8 * got a double import in merge Co-authored-by:Nicolas Hug <nicolashug@fb.com>
-
- 28 Jul, 2021 1 commit
-
-
Yiwen Song authored
* Port test_datasets.py to use pytest * A better replacement of self.assertSequenceEqual * Migrate from equality check to identity check
-
- 10 Jun, 2021 1 commit
-
-
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>
-
- 26 Apr, 2021 1 commit
-
-
Prabhat Roy authored
-
- 23 Apr, 2021 1 commit
-
-
Prabhat Roy authored
-
- 12 Apr, 2021 1 commit
-
-
Caroline Chen authored
* Remove pandas dependecy for CelebA dataset * address PR comments * Apply suggestions from code review Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
- 30 Mar, 2021 1 commit
-
-
Nicolas Hug authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 22 Mar, 2021 1 commit
-
-
Philip Meier authored
-
- 16 Mar, 2021 1 commit
-
-
Philip Meier authored
-
- 15 Mar, 2021 1 commit
-
-
Nicolas Hug authored
* New test for widerface * linting * create all 3 folders irrespective of split * Create different number of images for each split Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
- 11 Mar, 2021 1 commit
-
-
Nicolas Hug authored
-
- 02 Mar, 2021 2 commits
-
-
Philip Meier authored
* add tests for PhotoTour dataset * fix grayscale image generation * fix test_feature_types for a examples of a single feature * make image size variable instead of hard coding it * make dataset length variable instead of hard coding it * replace numpy with torch * fix typo
-
Philip Meier authored
-
- 01 Mar, 2021 1 commit
-
-
Philip Meier authored
Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
- 25 Feb, 2021 2 commits
-
-
Philip Meier authored
* always use default config as base * fix test_all_configs decorator * lint * add a utility function to create a random string * move output check of inject_fake_data to dedicated method * always disable download and extract functionality
-
Philip Meier authored
-