1. 19 Dec, 2022 2 commits
  2. 13 Dec, 2022 1 commit
  3. 12 Dec, 2022 3 commits
  4. 09 Dec, 2022 1 commit
    • vfdev's avatar
      [proto][ci] Try add GPU ci for prototype transforms (#6919) · 677fc939
      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: default avatarPhilip Meier <github.pmeier@posteo.de>
      677fc939
  5. 08 Dec, 2022 2 commits
  6. 07 Dec, 2022 2 commits
  7. 06 Dec, 2022 2 commits
  8. 05 Dec, 2022 3 commits
  9. 02 Dec, 2022 1 commit
  10. 01 Dec, 2022 2 commits
  11. 30 Nov, 2022 5 commits
  12. 29 Nov, 2022 2 commits
  13. 28 Nov, 2022 6 commits
  14. 25 Nov, 2022 1 commit
  15. 24 Nov, 2022 1 commit
  16. 21 Nov, 2022 2 commits
    • Omkar Salpekar's avatar
      [Nova] Disable Linux Wheels Builds from CircleCI (#6954) · 4a310f26
      Omkar Salpekar authored
      * [Nova] Disable Linux Wheels Builds from CircleCI
      
      * remove old comment
      4a310f26
    • Joao Gomes's avatar
      [FBcode->GH] Cherrypick bkorbar pyavapi (#6963) · c00b9531
      Joao Gomes authored
      
      
      * [fbsync] Bkorbar/pyavapi (#6943)
      
      Summary:
      * 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
      
      Reviewed By: YosuaMichael
      
      Differential Revision: D41376278
      
      fbshipit-source-id: 1575f63a524227e69187990d88973fc50f705217
      Co-authored-by: default avatarBruno Korbar <bkorbar@quansight.com>
      Co-authored-by: default avatarJoao Gomes <jdsgomes@fb.com>
      
      * cherrypick chages made during fbsync
      Co-authored-by: default avatarJoao Gomes <jdsgomes@meta.com>
      Co-authored-by: default avatarBruno Korbar <bkorbar@quansight.com>
      c00b9531
  17. 18 Nov, 2022 1 commit
  18. 17 Nov, 2022 2 commits
    • Bruno Korbar's avatar
      Bkorbar/pyavapi (#6943) · d710f3d1
      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: default avatarBruno Korbar <bkorbar@quansight.com>
      Co-authored-by: default avatarJoao Gomes <jdsgomes@fb.com>
      d710f3d1
    • Aditya Oke's avatar
      Add Video SwinTransformer (#6521) · b1054cbb
      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: default avatarYosua Michael Maranatha <yosuamichael@fb.com>
      b1054cbb
  19. 16 Nov, 2022 1 commit