- 15 Nov, 2022 2 commits
-
-
shunsuke yokokawa authored
-
Philip Meier authored
-
- 14 Nov, 2022 3 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.
-
YosuaMichael authored
Set pytorch vision decoder probesize for getting stream info based on the value from decode setting (#6900) (#6950) Summary: Pull Request resolved: https://github.com/pytorch/vision/pull/6900 1. Pass along the value of probesize from decode setting. 2. allow pytorch vision decoder to set the probesize for getting stream info Reviewed By: jdsgomes Differential Revision: D40967782 fbshipit-source-id: 642ae3b67c50b1fdafc20f9814a52fdf5db527d7 Co-authored-by:
Chen Liu <cliu7@meta.com>
-
Vasilis Vryniotis authored
-
- 11 Nov, 2022 3 commits
-
-
toni057 authored
* Adding FLOPs and size to model metadata * Adding weight size to quantization models * Small refactor of rich metadata * Removing unused code * Fixing wrong entries * Adding .DS_Store to gitignore * Renaming _flops to _ops * Adding number of operations to quantization models * Reflecting _flops change to _ops * Renamed ops and weight size in individual model doc pages * Linter fixes * Rounding ops to first decimal * Rounding num ops and sizes to 3 decimals * Change naming of columns. * Update tables Co-authored-by:
Toni Blaslov <tblaslov@fb.com> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Philip Meier authored
* remove prototype datasets from CI * move encoded features to prototype datasets namespace * remove decoding transforms * [REVERT ME] reinstate prototype datasets CI * Revert "[REVERT ME] reinstate prototype datasets CI" This reverts commit 215fb185cf6be5be7adf0388116c77acc9a5d3f3.
-
Philip Meier authored
* fix prototype transforms tests with set agg_method * use individual tolerances * refactor PIL reference test * increase tolerance for elastic_mask * fix autocontrast tolerances * increase tolerance for RandomAutocontrast
-
- 10 Nov, 2022 4 commits
-
-
Vasilis Vryniotis authored
* Performance optimization on adjust_hue_image_tensor * handle ints * Inplace logical ops * Remove unnecessary casting. * Fix linter.
-
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>
-
Vasilis Vryniotis authored
-
Vasilis Vryniotis authored
-
- 09 Nov, 2022 3 commits
-
-
Vasilis Vryniotis authored
* Performance optimization for autocontrast * Fixing tests
-
Vasilis Vryniotis authored
* Avoid double casting on adjust_contrast * Handle properly ints.
-
Vasilis Vryniotis authored
-
- 08 Nov, 2022 1 commit
-
-
Vasilis Vryniotis authored
* Speed up `adjust_sharpness_image_tensor` * Add a comment
-
- 07 Nov, 2022 6 commits
-
-
Omkar Salpekar authored
* [Nova] Caller for Conda M1 builds * rename job
-
Philip Meier authored
-
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
-
Philip Meier authored
* add support for fine-grained tolerance settings * fix test_cuda_vs_cpu
-
Philip Meier authored
* add test for dispatcher kernel signature consistency * add dispatcher feature signature consistency test * fix error message Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 04 Nov, 2022 11 commits
-
-
Omkar Salpekar authored
-
Philip Meier authored
-
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
-
Philip Meier authored
* fix ONNX tests * fix error trigger * remove relaxing condition * remove tolerate_small_differences
-
Philip Meier authored
* add KernelInfo's for {five, ten}_crop_video * add video kernels to dispatcher tests -
Nicolas Hug authored
This reverts commit 2e833520.
-
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
-
Philip Meier authored
* replace tensor division with scalar division and tensor multiplication * fix consistency test tolerances
-
vfdev authored
-
- 03 Nov, 2022 7 commits
-
-
Philip Meier authored
* fix prototype kernels * fix stable kernels * fix tests * make test more robust * improve invert for signed integers * improve invert * fix posterize * Revert "assume that integer images are [0, 255] in equalize (#6859)" This reverts commit 436ff9a5 . * fix solarize in AA * fix resize * Revert "fix resize" This reverts commit 5f33f4aa73e098237650b794157ec9335d964152. * add comment to float max value Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
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
-
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
-
Philip Meier authored
-
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
-