- 21 Jun, 2023 1 commit
-
-
Nicolas Hug authored
-
- 13 Jun, 2023 1 commit
-
-
Nicolas Hug authored
-
- 16 May, 2023 1 commit
-
-
vfdev authored
Co-authored-by:Nicolas Hug <nh.nicolas.hug@gmail.com>
-
- 01 Mar, 2023 1 commit
-
-
Philip Meier authored
Co-authored-by:Nicolas Hug <contact@nicolas-hug.com>
-
- 17 Feb, 2023 2 commits
-
-
Philip Meier authored
-
Philip Meier authored
-
- 16 Feb, 2023 1 commit
-
-
Philip Meier authored
Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
vfdev-5 <vfdev.5@gmail.com>
-
- 14 Feb, 2023 1 commit
-
-
Philip Meier authored
Co-authored-by:vfdev-5 <vfdev.5@gmail.com>
-
- 13 Feb, 2023 4 commits
-
-
Philip Meier authored
-
vfdev authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
Philip Meier authored
-
Philip Meier authored
-
- 24 Jan, 2023 1 commit
-
-
Nicolas Hug authored
-
- 23 Jan, 2023 1 commit
-
-
Philip Meier authored
-
- 20 Jan, 2023 3 commits
-
-
Philip Meier authored
-
Philip Meier authored
-
Nicolas Hug authored
-
- 20 Dec, 2022 1 commit
-
-
Philip Meier authored
* improve prototype GPU CI config * consolidate CPU and GPU prototype workflows * [REVERTME] deactivate other CI * syntax * fix name * fix echo mutex * style * fix runner * add jobname * run all prototype tests * fix mutex echo * cleanup * Revert "[REVERTME] deactivate other CI" This reverts commit c931ff2c27bbc2b04324b777ae39a6fc25e50b8a. * remove old workflows * use free GHA runner for CPU tests * Revert "use free GHA runner for CPU tests" This reverts commit a209b31387d9d14bc6446743587db244bccc2106. * [REVERTME] turn warnings into errors * try fix test warnings * fix module import in tests * revert * int -> float * [REVERTME] why do we have to mark as safe?
-
- 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
-
-
Philip Meier authored
* minor cleanup of the prototype transforms tests * refactor ImagePair * pretty format enum
-
- 11 Nov, 2022 1 commit
-
-
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
-
- 07 Nov, 2022 2 commits
-
-
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 1 commit
-
-
Vasilis Vryniotis authored
* Restore BC on perspective * Fixes linter * Fixing tests. * Apply code-review changes. * Pleasing mypy. * Revert named parameters.
-
- 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
-
- 28 Oct, 2022 1 commit
-
-
Philip Meier authored
* fix reference tests for convert_format_bounding_box * add check to prevent empty args_kwargs_fns in the future
-
- 26 Oct, 2022 1 commit
-
-
Philip Meier authored
* ignore git warning 'globally' * improve comment
-
- 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 4 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
-
Philip Meier authored
* remove copy from convert_color_space * remove copy from convert_format_bounding_box * remove .to_* methods from features * remove unnecessary clones * add perf todos * refactor convert_color_space * lint * remove another clone * and another clone * remove a missed copy
-
vfdev authored
* [proto][WIP] Enable GPU tests on prototype * Update prototype-tests.yml * tests on gpu as separate file * Removed matrix setup * Update prototype-tests-gpu.yml * Update prototype-tests-gpu.yml * Added --gpus=all flag * Added xfail for cuda vs cpu tolerance issue * Update prototype-tests-gpu.yml
-
- 20 Oct, 2022 1 commit
-
-
Philip Meier authored
* improve perf on convert_image_dtype and add tests * add reference tests * use bitshifts for int to int * revert bitshifts for int to int upscale * fix warning ignore
-
- 18 Oct, 2022 1 commit
-
-
Philip Meier authored
* fix, ignore, or assert warnings for consistency tests * fix, ignore, or assert warnings for kernel infos * fix to_image_tensor for numpy inputs * make image from numpy contiguous * fix test
-
- 13 Oct, 2022 1 commit
-
-
vfdev authored
* [proto] Performance improvements for equalize op * Added tests
-
- 12 Oct, 2022 1 commit
-
-
Philip Meier authored
* Revert "Add seeds on Kernel Info and reduce randomness for Gaussian Blur (#6741)" This reverts commit 6e72f2fd . * add fixture to fix the RNG seed * re-add changes to gaussian_blur_* sample input shapes Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 11 Oct, 2022 2 commits
-
-
Vasilis Vryniotis authored
* Add seeds on Kernel Info and reduce randomness for Gaussian Blur * Fix linter
-
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
-