- 31 Oct, 2022 2 commits
-
-
Bruno Korbar authored
* Test: add backend parameter * VideoReader object now works on backend * Frame reading now passes * Keyframe seek now passes * Pyav backend now supports metadata * changes in test to reflect GPU decoder change * Linter? * Test GPU output * Addressing Joao's comments * lint * lint * Revert "Test GPU output" This reverts commit f62e955d7dc81bcb23b40d58ea75413b9b62e76d. * lint? * lint * lint * Address issues in build? * hopefully doc fix * Arrgh * arrgh * fix typos * fix input options * remove read from memory option in pyav * skip read from mem test for gpu and pyab be * fix test * remove unused import * Hack to get reading from memory work with pyav * patch audio test Co-authored-by:
Bruno Korbar <bkorbar@quansight.com> Co-authored-by:
Joao Gomes <jdsgomes@fb.com>
-
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.
-
- 28 Oct, 2022 8 commits
-
-
Omkar Salpekar authored
-
Omkar Salpekar authored
* [Nova] Add Linux Wheels Build Workflow * Add smoke tests script
-
Omkar Salpekar authored
* [Nova] Add Caller workflow for Linux Conda Builds * Add smoke tests script
-
Omkar Salpekar authored
* [Nova] More comprehensive Smoke Tests for Torchvision * No need to import everything since nothing is lazily uploaded
-
Philip Meier authored
* fix reference tests for convert_format_bounding_box * add check to prevent empty args_kwargs_fns in the future
-
Philip Meier authored
-
Philip Meier authored
* extend support of posterize to all integer and floating dtypes * remove raise * revert to fixed value range for integer dtypes
-
Philip Meier authored
-
- 27 Oct, 2022 5 commits
-
-
YosuaMichael authored
-
Philip Meier authored
* extend equalize to all integer and floating dtypes * address nits
-
F-G Fernandez authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
F-G Fernandez authored
* style: Fixed typing of dataset __getitem__ * style: Fixed last missing typing Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
Vasilis Vryniotis authored
* Change random generator for ColorJitter. * Move `_convert_fill_arg` from runtime to constructor. * Remove unnecessary TypeVars. * Remove unnecessary casts * Update comments. * Minor code-quality changes on Geometical Transforms. * Fixing linter and other minor fixes. * Change mitigation for mypy.` * Fixing the tests. * Fixing the tests. * Fix linter * Restore dict copy. * Handling of defaultdicts * restore int idiom * Update todo
-
- 26 Oct, 2022 3 commits
-
-
Omkar Salpekar authored
* [Nova] GHA Linux GPU Job * increase timeout since jobs timeout and cancel after 30 mins * bigger instance and longer timeout * use instance with more gpu memory and only run py38 and cu116 on PR CI
-
Vasilis Vryniotis authored
* Moving value estimation of `RandomErasing` from runtime to constructor. * Speed up mixing on MixUp/Cutmix and small optimization on SimpleCopyPaste. * Apply nits.
-
Philip Meier authored
* ignore git warning 'globally' * improve comment
-
- 25 Oct, 2022 3 commits
-
-
Vasilis Vryniotis authored
* Minor improvements on functional. * Restore `_split_alpha`. * Revert "Restore `_split_alpha`." This reverts commit 2286120be6d4af2a3c9b52b605d87611ec70fe06.
-
Vasilis Vryniotis authored
* Clean ups on `features` area * remove unncessary imports
-
Philip Meier authored
* unwrap features in dispatchers * cleanup * align erase / five_crop / ten_crop with other dispatchers
-
- 24 Oct, 2022 9 commits
-
-
Vasilis Vryniotis authored
* Cleaning up the size dimension methods. * Change error messages.
-
Philip Meier authored
-
Philip Meier authored
-
Vasilis Vryniotis authored
* Avoid GPU-CPU sync on Normalize * Further optimizations. * Apply code review changes. * Fixing JIT. * linter fix
-
Philip Meier authored
* improve performance of invert_image_tensor * cleanup * lint * more cleanup * use new invert in solarize
-
Vasilis Vryniotis authored
* Speed improvement for adjust gamma op * Adding comments and optimizations. * fixing typo * Remove unnecessary channel check.
-
vfdev authored
* WIP * Updated rgb2hsv and a bit of hsv2rgb * Fix issue with batch of images * Few improvements * hsv2rgb improvements * PR review * another update * Fix cuda issue with empty images torch.aminmax is failing Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
vfdev authored
* WIP * Updates to speed up autocontrast Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
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 10 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
-
Joao Gomes authored
[FBcode->GH]
-
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
-
Vasilis Vryniotis authored
* Add PermuteDimensions and TransposeDimensions transforms * Strip Subclass info. * Apply changes from code review.
-
Philip Meier authored
* unwrap features before calling the kernels * revert double unwrapping * cleanup * remove debug raise * more cleanup
-
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
-
Philip Meier authored
* perf improvements for equalize Co-authored-by:
lezcano <lezcano-93@hotmail.com> * improve reference tests * add extensive comments and minor fixes to the kernel * improve comments Co-authored-by:
lezcano <lezcano-93@hotmail.com>
-
vfdev authored
* WIP * _blend optim v1 * _blend and color ops optims: v2 * updated a/r tol and configs to make tests pass * Loose a/r tolerance in AA tests * Use custom rgb_to_grayscale * Renamed img -> image * nit code update * PR review * adjust_contrast convert to float32 earlier * Revert "adjust_contrast convert to float32 earlier" This reverts commit a82cf8c739d02acd9868ebee4b8b99d101c3e45e.
-
Joao Gomes authored
* add tensor as optional param * add init from memory * fix bug * fix bug * first working version * apply formatting and add tests * simplify tests * fix tests * fix wrong variable name * add path as optional parameter * add src as optional * address pr comments * Fix warning messages * address pr comments * make tests stricter * Revert "make tests stricter" This reverts commit 6c92e94e8372f381c9496c9f885c2c71b6a4356b.
-