- 28 Jun, 2023 1 commit
-
-
Philip Meier authored
-
- 14 Jun, 2023 1 commit
-
-
Nicolas Hug authored
Co-authored-by:vfdev-5 <vfdev.5@gmail.com>
-
- 13 Jun, 2023 1 commit
-
-
Nicolas Hug authored
-
- 22 May, 2023 1 commit
-
-
Nicolas Hug authored
-
- 16 May, 2023 1 commit
-
-
vfdev authored
Co-authored-by:Nicolas Hug <nh.nicolas.hug@gmail.com>
-
- 09 May, 2023 1 commit
-
-
Philip Meier authored
-
- 16 Feb, 2023 4 commits
-
-
Philip Meier authored
-
Nicolas Hug authored
-
Nicolas Hug 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 6 commits
-
-
Philip Meier authored
-
vfdev authored
Co-authored-by:Nicolas Hug <contact@nicolas-hug.com>
-
Philip Meier authored
-
Philip Meier authored
-
Philip Meier authored
-
Philip Meier authored
-
- 14 Feb, 2023 2 commits
-
-
Philip Meier authored
Co-authored-by:vfdev-5 <vfdev.5@gmail.com>
-
Nicolas Hug 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>
-
vfdev authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 16 Jan, 2023 1 commit
-
-
Philip Meier authored
-
- 06 Dec, 2022 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
-
- 29 Nov, 2022 1 commit
-
-
Philip Meier authored
* introduce type failures in dispatchers * add type checks to all dispatchers * add missing else * add test * fix convert_color_space
-
- 28 Nov, 2022 1 commit
-
-
Vasilis Vryniotis authored
* Remove `_FT` usages from functional * Update error messages
-
- 14 Nov, 2022 2 commits
-
-
Vasilis Vryniotis authored
* Clean up `_get_inverse_affine_matrix` and `_compute_affine_output_size` * Optimize `_apply_grid_transform` * Cleanup `_assert_grid_transform_inputs` * Fix bugs on `_pad_with_scalar_fill` & `crop_mask` and port `crop_image_tensor` * Call directly `_pad_with_scalar_fill` * Fix linter * Clean up `center_crop_image_tensor` * Fix comments. * Fixing rounding issues. * Bumping tolerance for rotate which is unrelated to this PR. * Fix tolerance threshold for RandomPerspective. * Clean up `_affine_grid` and `affine_image_tensor` * Clean up `rotate_image_tensor` * Fixing linter * Address code-review comments.
-
Vasilis Vryniotis authored
-
- 10 Nov, 2022 1 commit
-
-
Vasilis Vryniotis authored
* Port elastic and minor cleanups * Update torchvision/prototype/transforms/functional/_geometry.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
- 07 Nov, 2022 2 commits
-
-
Philip Meier authored
-
Philip Meier authored
* add a signature consistency tests for v1 vs. v2 dispatchers * temporarily increase test verbosity * Revert "temporarily increase test verbosity" This reverts commit 468c73f727af8dde8a2a3cc3063fd64923c50f63. * fix test to allow annotation deviations * fill <-> center for rotate * ignore annotation changes for center / translate in rotate / affine
-
- 04 Nov, 2022 4 commits
-
-
Philip Meier authored
-
vfdev authored
* [proto] small optim for perspective op on images, reverted concat trick on bboxes * revert unrelated changes * PR review updates * PR review change
-
Vasilis Vryniotis authored
* Restore BC on perspective * Fixes linter * Fixing tests. * Apply code-review changes. * Pleasing mypy. * Revert named parameters.
-
vfdev authored
* [proto] Small optims for elastic op on bboxes * More inplace ops according to the review * Create grid on device directly. This should be faster * PR Review update. Apply ceil on float input
-
- 03 Nov, 2022 5 commits
-
-
Philip Meier authored
* remove unnecessary changes from pad_image_tensor * cleanup * fix fill=None workaround * address review comments * remove more xfails
-
Vasilis Vryniotis authored
* Bbox resize optimization * Other (untested) optimizations on `_affine_bounding_box_xyxy` and `elastic_bounding_box`. * fix conflict * Reverting changes on elastic * revert one more change * Further improvement
-
vfdev authored
* [proto] Speed-up crop on bboxes and tests * Fix linter * Update _geometry.py * Fixed device issue * Revert changes in test/prototype_transforms_kernel_infos.py * Fixed failing correctness tests * [proto] Optimized functional pad op for bboxes + tests * Renamed copy-pasted variable name * [proto] Small optims for perspective bboxes op
-
vfdev authored
* [proto] Speed-up crop on bboxes and tests * Fix linter * Update _geometry.py * Fixed device issue * Revert changes in test/prototype_transforms_kernel_infos.py * Fixed failing correctness tests * [proto] Optimized functional pad op for bboxes + tests * Renamed copy-pasted variable name * Code update * Fixes according to the review
-
Vasilis Vryniotis authored
* Ported `resize` * Align with previous behaviour * Update torchvision/prototype/transforms/functional/_geometry.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Moving input verification on top of method. Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
- 02 Nov, 2022 1 commit
-
-
vfdev authored
* [proto] Speed-up crop on bboxes and tests * Fix linter * Update _geometry.py * Fixed device issue * Revert changes in test/prototype_transforms_kernel_infos.py * Fixed failing correctness tests
-