"vscode:/vscode.git/clone" did not exist on "984656926a4dc80ebb0e65158f5b86c3d5cec4aa"
- 13 Dec, 2022 1 commit
-
-
Sergii Dymchenko authored
-
- 12 Dec, 2022 1 commit
-
-
Vasilis Vryniotis authored
-
- 09 Dec, 2022 1 commit
-
-
vfdev authored
* Try add GPU ci for prototype transforms * Update prototype-transforms-tests-linux-gpu.yml * Update prototype-transforms-tests-linux-gpu.yml * Update prototype-transforms-tests-linux-gpu.yml * Update prototype-transforms-tests-linux-gpu.yml * Update prototype-transforms-tests-linux-gpu.yml * add small tolerance for adjust_contrast on CUDA * [skip-ci] update Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 08 Dec, 2022 1 commit
-
-
Andrey Talman authored
* Add cuda resnet50 test * Fix path * Tune vision smoke test
-
- 07 Dec, 2022 2 commits
-
-
Andrey Talman authored
* Add more advanced smoke test * add torch import * remove dependency on torch * Add missing vars * More code and ufmt Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Philip Meier authored
* improve download tests * move SBU to xfailed * add SSL version output to CI
-
- 06 Dec, 2022 1 commit
-
-
Philip Meier authored
-
- 05 Dec, 2022 2 commits
-
-
Philip Meier authored
* fix prototype dataset imagenet mock data * [REVERT ME] temporarily add prototype datasets test to CI * Revert "[REVERT ME] temporarily add prototype datasets test to CI" This reverts commit 7cafb5f01487c7625bcffd88e76832349b3e5055.
-
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
-
- 01 Dec, 2022 1 commit
-
-
toni057 authored
* Adding _ops and _weight_size metadata checks to tests * Fixing wrong ops value * Changing test_schema_meta_validation to instantiate the model only once * moving instantiating quantized models inside get_ops * Small refactor of test_schema_meta_validation logic * Reverting to previous ops value * Simplifying unquantized models logic in test_schema_meta_validation * Update test/test_extended_models.py Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
Toni Blaslov <tblaslov@fb.com> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 30 Nov, 2022 3 commits
-
-
Philip Meier authored
-
Philip Meier authored
* expose some prototype transforms utils * rename _isinstance
-
Omkar Salpekar authored
* Fix extensions in wheels build * pass pre-script from caller * add pre-script to run relocate on wheel * install auditwheel for relocate * reorder numpy install * use jpeg80 for py3.9 and py3.10 mac builds * revert back to jpeg9 * printing the found jpeg libs during build time and reintro circle for comparison * more debug logs, remove extra linux builds * typo fix * brew uninstall conflicting jpeg libraries on mac machines * fix path for unittests * ufmt
-
- 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 2 commits
-
-
Philip Meier authored
* minor cleanup of the prototype transforms tests * refactor ImagePair * pretty format enum
-
Philip Meier authored
* use non-random images for interpolation kernels for testing * use real image rather than artificial * cleanup
-
- 24 Nov, 2022 1 commit
-
-
Aidyn-A authored
* update tests * revert replacing expect * test_detection_model freeze_rng_state * update tests
-
- 17 Nov, 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 * gallery change in a hope that docs won't break * check video decoder inside io * adding missing lib loading code * remove unused input Co-authored-by:
Bruno Korbar <bkorbar@quansight.com> Co-authored-by:
Joao Gomes <jdsgomes@fb.com>
-
Aditya Oke authored
* Just start adding mere copy paste * Replace d with t and D with T * Align swin transformer video to image a bit * Rename d -> t * align with 2d impl * align with 2d impl * Add helpful comments and config for 3d * add docs * Add docs * Add configurations * Add docs * Fix bugs * Fix wrong edit * Fix wrong edit * Fix bugs * Fix bugs * Fix as per fx suggestions * Update torchvision/models/video/swin_transformer.py * Fix as per fx suggestions * Fix expect files and code * Update the expect files * Modify video swin * Add min size and min temporal size, num params * Add flops and size * Fix types * Fix url recipe Co-authored-by:Yosua Michael Maranatha <yosuamichael@fb.com>
-
- 14 Nov, 2022 1 commit
-
-
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.
-
- 11 Nov, 2022 2 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
* 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
-
- 09 Nov, 2022 1 commit
-
-
Vasilis Vryniotis authored
* Performance optimization for autocontrast * Fixing tests
-
- 07 Nov, 2022 4 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
-
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 6 commits
-
-
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.
-
Philip Meier authored
* replace tensor division with scalar division and tensor multiplication * fix consistency test tolerances
-
vfdev authored
-
- 03 Nov, 2022 5 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
-
vfdev authored
-
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
-
- 02 Nov, 2022 2 commits
-
-
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
-
Philip Meier authored
* make weights deepcopyable * add test * test enum member instead of whole enum
-