"tests/vscode:/vscode.git/clone" did not exist on "ce2f64f9173abb4bcdb5960e5bf814d6a8f4c827"
  1. 27 Jul, 2023 1 commit
  2. 05 Jul, 2023 1 commit
  3. 03 Jul, 2023 1 commit
  4. 30 Jun, 2023 2 commits
  5. 28 Jun, 2023 1 commit
  6. 21 Jun, 2023 2 commits
  7. 08 May, 2023 1 commit
  8. 23 Mar, 2023 2 commits
  9. 27 Feb, 2023 2 commits
  10. 24 Feb, 2023 3 commits
  11. 23 Feb, 2023 2 commits
  12. 21 Feb, 2023 1 commit
  13. 17 Feb, 2023 2 commits
  14. 16 Feb, 2023 2 commits
  15. 15 Feb, 2023 2 commits
  16. 14 Feb, 2023 2 commits
  17. 13 Feb, 2023 2 commits
  18. 08 Feb, 2023 1 commit
  19. 24 Jan, 2023 1 commit
  20. 20 Jan, 2023 1 commit
  21. 11 Jan, 2023 1 commit
  22. 05 Dec, 2022 1 commit
  23. 30 Nov, 2022 1 commit
  24. 04 Nov, 2022 1 commit
  25. 27 Oct, 2022 1 commit
    • Vasilis Vryniotis's avatar
      [prototype] Minor speed and nit optimizations on Transform Classes (#6837) · e1f464bd
      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
      e1f464bd
  26. 24 Oct, 2022 1 commit
    • Vasilis Vryniotis's avatar
      Adding Uniform temporal Subsampling for Video (#6812) · e96860d6
      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: default avatarPhilip Meier <github.pmeier@posteo.de>
      e96860d6
  27. 21 Oct, 2022 2 commits