- 23 Aug, 2023 1 commit
-
-
Nicolas Hug authored
Co-authored-by:
vfdev <vfdev.5@gmail.com> Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
- 22 Aug, 2023 2 commits
-
-
Nicolas Hug authored
-
Nicolas Hug authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 17 Aug, 2023 1 commit
-
-
Nicolas Hug authored
-
- 16 Aug, 2023 1 commit
-
-
Nicolas Hug authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 14 Aug, 2023 1 commit
-
-
Nicolas Hug authored
-
- 10 Aug, 2023 1 commit
-
-
Philip Meier authored
-
- 09 Aug, 2023 1 commit
-
-
Philip Meier authored
-
- 08 Aug, 2023 1 commit
-
-
Nicolas Hug authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 01 Aug, 2023 1 commit
-
-
Philip Meier authored
-
- 31 Jul, 2023 1 commit
-
-
Nicolas Hug authored
-
- 28 Jul, 2023 2 commits
-
-
Nicolas Hug authored
-
Philip Meier authored
Co-authored-by:
Nicolas Hug <nicolashug@meta.com> Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com>
-
- 27 Jul, 2023 1 commit
-
-
Nicolas Hug authored
Co-authored-by:
vfdev <vfdev.5@gmail.com> Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
- 08 May, 2023 1 commit
-
-
Philip Meier authored
-
- 23 Mar, 2023 1 commit
-
-
Philip Meier authored
-
- 24 Feb, 2023 4 commits
-
-
Nicolas Hug authored
-
Nicolas Hug authored
Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
vfdev <vfdev.5@gmail.com>
-
Nicolas Hug authored
Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
vfdev <vfdev.5@gmail.com>
-
mpearce25 authored
Co-authored-by:Nicolas Hug <contact@nicolas-hug.com>
-
- 23 Feb, 2023 1 commit
-
-
Nicolas Hug authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 21 Feb, 2023 1 commit
-
-
Nicolas Hug authored
Co-authored-by:
vfdev <vfdev.5@gmail.com> Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
- 16 Feb, 2023 3 commits
-
-
Nicolas Hug authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
Philip Meier authored
-
Philip Meier authored
Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
vfdev-5 <vfdev.5@gmail.com>
-
- 15 Feb, 2023 1 commit
-
-
Nicolas Hug authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 14 Feb, 2023 1 commit
-
-
Nicolas Hug authored
-
- 13 Feb, 2023 1 commit
-
-
vfdev authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 08 Feb, 2023 1 commit
-
-
Philip Meier authored
-
- 31 Jan, 2023 1 commit
-
-
Philip Meier authored
-
- 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
-
- 31 Oct, 2022 1 commit
-
-
Vasilis Vryniotis authored
* Add support of inplace on `convert_format_bounding_box` * Move `as_subclass` calls to `F` invocations * Fix bug. * Fix _cxcywh_to_xyxy. * Fixing _xyxy_to_cxcywh. * Adding comments.
-
- 21 Oct, 2022 1 commit
-
-
Vasilis Vryniotis authored
* Add PermuteDimensions and TransposeDimensions transforms * Strip Subclass info. * Apply changes from code review.
-
- 15 Oct, 2022 1 commit
-
-
Philip Meier authored
-
- 14 Oct, 2022 2 commits
-
-
Vasilis Vryniotis authored
* Fix `ToDtype` to avoid errors when a type is not defined. * Nit `(features.is_simple_tensor, features._Feature)` to `(Tensor,)` * Fixing linter * Adding comment. * Switch back to indexing. Python's default dict seems to have a nasty behaviour.
-
Philip Meier authored
-
- 13 Oct, 2022 2 commits
-
-
Philip Meier authored
* introduce _check method for type checks on prototype transforms * cleanup * Update torchvision/prototype/transforms/_geometry.py Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * introduce _check on new transforms * _check -> _check_inputs * always check inputs in _RandomApplyTransform Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Philip Meier authored
* expand ToDtype to support multiple conversions at once * simplify
-
- 12 Oct, 2022 1 commit
-
-
Vasilis Vryniotis authored
* Removing unnecessary methods/classes. * Unions instead of ImageOrVideo types * Fixing JIT issue.
-