- 08 May, 2023 1 commit
-
-
Philip Meier authored
-
- 23 Mar, 2023 2 commits
-
-
Philip Meier authored
-
Philip Meier authored
-
- 27 Feb, 2023 2 commits
-
-
Philip Meier authored
-
Philip Meier authored
-
- 24 Feb, 2023 3 commits
-
-
vfdev authored
Co-authored-by:Nicolas Hug <contact@nicolas-hug.com>
-
vfdev authored
-
mpearce25 authored
Co-authored-by:Nicolas Hug <contact@nicolas-hug.com>
-
- 23 Feb, 2023 2 commits
-
-
Nicolas Hug authored
Co-authored-by:vfdev <vfdev.5@gmail.com>
-
Nicolas Hug authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 21 Feb, 2023 1 commit
-
-
Nicolas Hug authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 17 Feb, 2023 2 commits
-
-
Philip Meier authored
-
Philip Meier authored
-
- 16 Feb, 2023 2 commits
-
-
Nicolas Hug authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
Philip Meier authored
Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
vfdev-5 <vfdev.5@gmail.com>
-
- 15 Feb, 2023 2 commits
-
-
Nicolas Hug authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
Philip Meier authored
-
- 14 Feb, 2023 2 commits
-
-
Philip Meier authored
Co-authored-by:vfdev-5 <vfdev.5@gmail.com>
-
Philip Meier authored
-
- 13 Feb, 2023 2 commits
-
-
Nicolas Hug authored
Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
vfdev <vfdev.5@gmail.com>
-
Nicolas Hug authored
-
- 08 Feb, 2023 1 commit
-
-
Philip Meier authored
-
- 24 Jan, 2023 1 commit
-
-
Nicolas Hug authored
-
- 20 Jan, 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'
-
- 05 Dec, 2022 1 commit
-
-
Philip Meier authored
* rename features._Feature to datapoints.Datapoint * _Datapoint to Datapoint * move is_simple_tensor to transforms.utils * fix CI * move Datapoint out of public namespace
-
- 30 Nov, 2022 1 commit
-
-
Philip Meier authored
* expose some prototype transforms utils * rename _isinstance
-
- 04 Nov, 2022 1 commit
-
-
Vasilis Vryniotis authored
* Restore BC on perspective * Fixes linter * Fixing tests. * Apply code-review changes. * Pleasing mypy. * Revert named parameters.
-
- 27 Oct, 2022 1 commit
-
-
Vasilis Vryniotis authored
* Change random generator for ColorJitter. * Move `_convert_fill_arg` from runtime to constructor. * Remove unnecessary TypeVars. * Remove unnecessary casts * Update comments. * Minor code-quality changes on Geometical Transforms. * Fixing linter and other minor fixes. * Change mitigation for mypy.` * Fixing the tests. * Fixing the tests. * Fix linter * Restore dict copy. * Handling of defaultdicts * restore int idiom * Update todo
-
- 24 Oct, 2022 1 commit
-
-
Vasilis Vryniotis authored
* Adding temporal sampling kernel and dispatcher. * Adding the UniformTemporalSubsample class. * Add it on init * Adding tests. * Addressing comments. * Reverting proposal as it led to different results. * add more tests for uniform_temporal_subsample * cleanup * fix logic * fix logic * make test more strict * lint * Update torchvision/prototype/transforms/functional/_temporal.py * remove pytorchvideo again per request Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 21 Oct, 2022 2 commits
-
-
Philip Meier authored
* add KernelInfo * split dtype and device consistency tests * add proper support for video * fix tests and add DispatcherInfo * add aliases * cleanup * fix typo
-
Vasilis Vryniotis authored
* Add PermuteDimensions and TransposeDimensions transforms * Strip Subclass info. * Apply changes from code review.
-
- 14 Oct, 2022 2 commits
-
-
Vasilis Vryniotis authored
* Extend RandomShortestSize to support Video specific flavour of the augmentation * Adding a test. * Apply changes from code review
-
Philip Meier authored
-
- 13 Oct, 2022 1 commit
-
-
Philip Meier authored
* expand ToDtype to support multiple conversions at once * simplify
-
- 11 Oct, 2022 1 commit
-
-
Vasilis Vryniotis authored
* Change `image_size` to `spatial_size` * Fix linter * Fixing more tests. * Adding get_num_channels_video and get_spatial_size_* kernels for video, masks and bboxes. * Refactor get_spatial_size * Reduce the usage of `query_chw` where possible * Rename `query_chw` to `query_spatial_size` * Adding `get_num_frames` dispatcher and kernel. * Adding jit-scriptability tests
-
- 10 Oct, 2022 1 commit
-
-
Vasilis Vryniotis authored
* Add video support on MixUp and CutMix * Switch back to roll * Fix tests and mypy * Another mypy fix
-
- 07 Oct, 2022 2 commits
-
-
Philip Meier authored
* replace new_like with wrap_like * fix videos * revert casting in favor of ignoring mypy
-
Philip Meier authored
* add video feature * add video kernels * add video testing utils * add one kernel info * fix kernel names in Video feature * use only uint8 for video testing * require at least 4 dims for Video feature * add TODO for image_size -> spatial_size * image -> video in feature constructor * introduce new combined images and video type * add video to transform utils * fix transforms test * fix auto augment * cleanup * address review comments * add remaining video kernel infos * add batch dimension squashing to some kernels * fix tests and kernel infos * add xfails for arbitrary batch sizes on some kernels * fix test setup * fix equalize_image_tensor for multi batch dims * fix adjust_sharpness_image_tensor for multi batch dims * address review comments
-
- 03 Oct, 2022 1 commit
-
-
Philip Meier authored
* refactor RandomCrop * mypy * fix test * use padding directly rather than private attribute * only compute type specific fill if padding is needed * [DRAFT] don't use the diff trick * fix error message Co-authored-by:
vfdev <vfdev.5@gmail.com> * remove height and width diff * reinstate separate diff checking * introduce needs_crop flag Co-authored-by:
vfdev <vfdev.5@gmail.com>
-