"src/vscode:/vscode.git/clone" did not exist on "e589bdb956c9be33fc73e1d4614d8d1c1ad95544"
  1. 09 Sep, 2022 3 commits
  2. 08 Sep, 2022 3 commits
  3. 07 Sep, 2022 1 commit
    • Philip Meier's avatar
      fix padding for degenerate segmentation masks (#6542) · 84dcf695
      Philip Meier authored
      * fix padding for degenerate segmentation masks
      
      * extend test data degeneration to degenerate inputs
      
      * add even more degenerate shapes
      
      * simplify kernel
      
      * [SKIP CI] only GHA
      
      * add more degenerate segmentation masks
      
      * fix segmentation mask generation
      
      * xfail some tests
      
      * Revert "simplify kernel"
      
      This reverts commit 18c5e4fc59de86fdfd304bf0c0a988b410b81fd9.
      
      * fix resize for degenerate inputs
      
      * [SKIP CI] CircleCI
      
      * fix RandomIoUCrop test
      
      * [SKIP CI] CircleCI
      
      * cleanup
      
      * [SKIP CI] CircleCI
      
      * add perf TODO comments
      
      * [SKIP CI] CircleCI
      84dcf695
  4. 06 Sep, 2022 1 commit
  5. 05 Sep, 2022 1 commit
  6. 04 Sep, 2022 1 commit
  7. 01 Sep, 2022 1 commit
  8. 31 Aug, 2022 5 commits
  9. 30 Aug, 2022 4 commits
  10. 26 Aug, 2022 6 commits
  11. 25 Aug, 2022 5 commits
  12. 24 Aug, 2022 2 commits
  13. 23 Aug, 2022 3 commits
  14. 22 Aug, 2022 2 commits
  15. 19 Aug, 2022 2 commits
    • vfdev's avatar
      [proto] Fixed to_image_tensor and to_image_pil (#6454) · a409c3fe
      vfdev authored
      * [proto] Fixed to_image_tensor and to_image_pil
      
      * Fixed failing test
      a409c3fe
    • Sophia Zhi's avatar
      Add the S3D architecture to TorchVision (#6412) · 6de7021e
      Sophia Zhi authored
      
      
      * S3D initial commit
      
      * add model builder code and docstrings
      
      * change classifier submodule, populate weights enum
      
      * fix change of block args from List[List[int]] to ints
      
      * add VideoClassification to transforms
      
      * edit weights url for testing, add s3d to models.video init
      
      * norm_layer changes
      
      * norm_layer and args fix
      
      * Overwrite default dropout
      
      * Remove docs from internal submodules.
      
      * Fix tests
      
      * Adding documentation.
      
      * Link doc from main models.rst
      
      * Fix min_temporal_size
      
      * Adding crop/resize parameters in references script
      
      * Release weights.
      
      * Refactor dropout.
      
      * Adding the weights table in the doc
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      Co-authored-by: default avatarVasilis Vryniotis <vvryniotis@fb.com>
      6de7021e