1. 31 Oct, 2022 2 commits
    • Bruno Korbar's avatar
      Pyav backend for VideoReader API (#6598) · 2e833520
      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: default avatarBruno Korbar <bkorbar@quansight.com>
      Co-authored-by: default avatarJoao Gomes <jdsgomes@fb.com>
      2e833520
    • Vasilis Vryniotis's avatar
      [prototype] Add support of inplace on `convert_format_bounding_box` (#6858) · 70faba91
      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.
      70faba91
  2. 28 Oct, 2022 3 commits
  3. 27 Oct, 2022 4 commits
  4. 26 Oct, 2022 1 commit
  5. 25 Oct, 2022 3 commits
  6. 24 Oct, 2022 8 commits
  7. 21 Oct, 2022 8 commits
  8. 20 Oct, 2022 1 commit
  9. 19 Oct, 2022 1 commit
  10. 18 Oct, 2022 2 commits
  11. 17 Oct, 2022 2 commits
    • vfdev's avatar
      [proto] Small optimization for gaussian_blur functional op (#6762) · decb1919
      vfdev authored
      * Use softmax in _get_gaussian_kernel1d
      
      * Revert "Use softmax in _get_gaussian_kernel1d"
      
      This reverts commit eb8fba36302d2da9e06e6f40afaaf901b276a771.
      
      * Code update
      
      * Relaxed tolerance in consistency tests for GaussianBlur and ElasticTransform
      
      * Code review updates
      
      * Update test_prototype_transforms_consistency.py
      decb1919
    • vfdev's avatar
      [proto] Reduce number of calls of __torch_function__ (#6681) · 149edda4
      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: default avatarPhilip Meier <github.pmeier@posteo.de>
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      149edda4
  12. 15 Oct, 2022 1 commit
  13. 14 Oct, 2022 4 commits