- 09 Aug, 2023 1 commit
-
-
Philip Meier authored
-
- 07 Aug, 2023 1 commit
-
-
Nicolas Hug authored
-
- 04 Aug, 2023 1 commit
-
-
Nicolas Hug authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 02 Aug, 2023 1 commit
-
-
Philip Meier authored
Co-authored-by:Nicolas Hug <contact@nicolas-hug.com>
-
- 01 Aug, 2023 1 commit
-
-
Philip Meier authored
-
- 31 Jul, 2023 1 commit
-
-
Nicolas Hug authored
-
- 27 Jun, 2023 1 commit
-
-
Philip Meier authored
-
- 16 Feb, 2023 2 commits
-
-
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 2 commits
-
-
Philip Meier authored
-
Philip Meier authored
-
- 13 Feb, 2023 1 commit
-
-
Nicolas Hug authored
Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
vfdev <vfdev.5@gmail.com>
-
- 10 Feb, 2023 1 commit
-
-
Philip Meier authored
-
- 27 Jan, 2023 2 commits
-
-
Philip Meier authored
-
Nicolas Hug authored
-
- 26 Jan, 2023 1 commit
-
-
Nicolas Hug authored
-
- 16 Jan, 2023 1 commit
-
-
Philip Meier authored
-
- 05 Jan, 2023 1 commit
-
-
Philip Meier authored
[FBcode->GH] https://www.internalfb.com/diff/D41268423 Co-authored-by:
Samantha Andow <samdow@meta.com>
-
- 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
-
- 07 Nov, 2022 1 commit
-
-
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 2 commits
-
-
Philip Meier authored
-
Vasilis Vryniotis authored
* Restore BC on perspective * Fixes linter * Fixing tests. * Apply code-review changes. * Pleasing mypy. * Revert named parameters.
-
- 17 Oct, 2022 1 commit
-
-
vfdev authored
* [proto] Reduce number of calls of __torch_function__ * Use DisableTorchFunction and super * Use self._tensor * Fixes mypy and color space handling * revert Image.new_like * WIP * Perf opt with ref to tensor and properties * Removed requires_grad property * Use _tensor ref * Revert "Use _tensor ref" This reverts commit 38f8e21242830fed46ddf31287edb67c1abd124a. * Update torchvision/prototype/features/_feature.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
- 07 Oct, 2022 1 commit
-
-
Philip Meier authored
* replace new_like with wrap_like * fix videos * revert casting in favor of ignoring mypy
-
- 06 Oct, 2022 1 commit
-
-
Vasilis Vryniotis authored
-
- 30 Sep, 2022 3 commits
-
-
Philip Meier authored
* prevent feature wrapping for inplace ops * cleanup * mypy * refactor __torch_function__ to be more concise * avoid double lookup * fix normalize * refactor normalize * mypy
-
Philip Meier authored
Co-authored-by:vfdev <vfdev.5@gmail.com>
-
Philip Meier authored
* prevent feature wrapping if the feature is not the primary operand * explicitly add feature tests to CI
-
- 28 Sep, 2022 1 commit
-
-
Vasilis Vryniotis authored
* Fix `size` in resize. * Update torchvision/prototype/features/_bounding_box.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Address some of the comments. * Fix `output_size` in center_crop. * Fix `CenterCrop` transform * Fix `size` in five_crop. * Fix `size` in ten_crop. * Fix `kernel_size` and `sigma` in gaussian_blur. * Fix `angle` and `shear` in affine. * Fixing JIT-scriptability issues. * Update TODOs. * Restore fake types for `Union[int, List[int]]` and `Union[int, float, List[float]]` * Fixing tests * Fix linter * revert unnecessary JIT mitigations. * Cherrypick Philip's 6dfc9657ce89fe9e018a11ee25a8e26c7d3d43c6 * Linter fix * Adding center float casting Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
- 23 Sep, 2022 1 commit
-
-
Vasilis Vryniotis authored
* Align and Clean up transform types * Move type definitions to `_utils.py` * fixing error message on tests * Apply code review suggestions Co-authored-by:
vfdev <vfdev.5@gmail.com> * Centralizing types and switching to always getting dicts. * Fixing linter * Refactoring typing definitions. * Remove relative imports. * Reuse type. * Temporarily remove the TorchData tests. * Restore the TorchData tests. Co-authored-by:
vfdev <vfdev.5@gmail.com>
-
- 21 Sep, 2022 1 commit
-
-
vfdev authored
-
- 20 Sep, 2022 1 commit
-
-
Vasilis Vryniotis authored
* Improve existing low kernel test. * Add new midlevel jit-scriptability test (failing). * Remove duplicate aliases from kernel tests. * Fixing colour kernels. * Fixing deprecated kernels. * fix mypy * Silence mypy instead of fixing to avoid performance penalty * Fixing augment kernels. * Fixing augment meta. * Remove is_tracing calls. * Add fake ImageType and DType * Fixing type conversion kernels. * Fixing misc kernels. * partial fix geometry * Remove mutable default from `_pad_with_vector_fill()` + all other unnecessary defaults. * Fix geometry ops * Fixing tests * Removed xfail for jit tests on midlevel ops Co-authored-by:vfdev-5 <vfdev.5@gmail.com>
-
- 26 Aug, 2022 1 commit
-
-
Philip Meier authored
* move simple_tensor to features module * fix test
-
- 24 Aug, 2022 1 commit
-
-
Vasilis Vryniotis authored
* Move imports on constructor. * Turn `_F` to a property. * fix linter * Fix mypy * Make it class-wide attribute. * Add tests based on code review * Making changes from code-reviews. * Remove the new tests. * Clean up. * Adding comments. * Update the comment link.
-
- 23 Aug, 2022 1 commit
-
-
Philip Meier authored
-
- 09 Aug, 2022 1 commit
-
-
vfdev authored
* Added Image.normalize and fixed Normalize._transform * Updated code for normalize, removed Image.normalize
-
- 28 Jul, 2022 1 commit
-
-
vfdev authored
* [proto] Added few transforms tests, part 1 (#6262) * Added supported/unsupported data checks in the tests for cutmix/mixup * Added RandomRotation, RandomAffine transforms tests * Added tests for RandomZoomOut, Pad * Update test_prototype_transforms.py * Added RandomCrop transform and tests (#6271) * [proto] Added GaussianBlur transform and tests (#6273) * Added GaussianBlur transform and tests * Fixing code format * Copied correctness test * [proto] Added random color transforms and tests (#6275) * Added random color transforms and tests * Disable smoke test for RandomSolarize, RandomAdjustSharpness * Added RandomPerspective and tests (#6284) - replaced real image creation by mocks for other tests * Added more functional tests (#6285) * [proto] Added elastic transform and tests (#6295) * WIP [proto] Added functional elastic transform with tests * Added more functional tests * WIP on elastic op * Added elastic transform and tests * Added tests * Added tests for ElasticTransform * Try to format code as in https://github.com/pytorch/vision/pull/5106 * Fixed bug in affine get_params test * Implemented RandomErase on PIL input as fallback to tensors (#6309) Added tests * Added image_size computation for BoundingBox.rotate if expand (#6319) * Added image_size computation for BoundingBox.rotate if expand * Added tests * Added erase_image_pil and eager/jit erase_image_tensor test (#6320) * Updates according to the review Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 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>
-
- 11 Jul, 2022 1 commit
-
-
vfdev authored
* Another attempt to add transforms * Fixed padding type hint * Fixed fill arg for pad and rotate, affine * code formatting and type hints for affine transformation * Fixed flake8 * Updated tests to save and load transforms * Fixed code formatting issue * Fixed jit loading issue * Restored fill default value to None Updated code according to the review * Added tests for rotation, affine and zoom transforms * Put back commented code * Random erase bypass boxes and masks Go back with if-return/elif-return/else-return * Fixed acceptable and non-acceptable types for Cutmix/Mixup * Updated conditions for _BaseMixupCutmix
-
- 06 Jul, 2022 1 commit
-
-
vfdev authored
* Added mid-level ops and feature-based ops * Fixing deadlock in dataloader with circular imports * Added non-scalar fill support workaround for pad * Removed comments * int/float support for fill in pad op * Updated type hints and removed bypass option from mid-level methods * Minor nit fixes
-