1. 08 Sep, 2022 2 commits
  2. 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
  3. 06 Sep, 2022 1 commit
  4. 05 Sep, 2022 1 commit
  5. 04 Sep, 2022 1 commit
  6. 01 Sep, 2022 1 commit
  7. 31 Aug, 2022 5 commits
  8. 30 Aug, 2022 4 commits
  9. 26 Aug, 2022 6 commits
  10. 25 Aug, 2022 5 commits
  11. 24 Aug, 2022 2 commits
  12. 23 Aug, 2022 3 commits
  13. 22 Aug, 2022 2 commits
  14. 19 Aug, 2022 3 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
    • Philip Meier's avatar
      port `FixedSizeCrop` from detection references to prototype transforms (#6417) · 9c3e2bf4
      Philip Meier authored
      * port `FixedSizeCrop` from detection references to prototype transforms
      
      * mypy
      
      * [skip ci] call invalid boxes and corresponding masks and labels
      
      * cherry-pick missing functions from #6401
      
      * fix feature wrapping
      
      * add test
      
      * mypy
      
      * add input type restrictions
      
      * add test for _get_params
      
      * fix input checks
      9c3e2bf4
  15. 18 Aug, 2022 3 commits
    • Ponku's avatar
      Added ETH3D stereo dataset (#6349) · 96620011
      Ponku authored
      * Added ETH3D stereo dataset
      
      * Small doc-reformating
      
      * Removed assertions with no use, changed np conversion
      
      * Added ETH3D stereo dataset
      
      * Removed assertions with no use, changed np conversion
      
      * rebased on main
      
      * Revert "Removed assertions with no use, changed np conversion"
      
      This reverts commit 1478a8c056bbed59b6f4a67f78a5cfac84cc9fda.
      
      * Update to np.bool instead of np.bool_
      
      * lint and mypy nit fix
      
      * test nit
      96620011
    • Philip Meier's avatar
      expand has_any and has_all to also accept check callables (#6447) · 330b6c9b
      Philip Meier authored
      * expand has_any and has_all to also accept check callables
      
      * add test and fix has_all
      
      * add support for simple tensor images to CutMix, MixUp and RandomIoUCrop
      
      * remove TODO
      
      * remove pythonic syntax sugar
      
      * simplify
      
      * use concreate examples in test rather than abstract ones
      
      * simplify further
      330b6c9b
    • vfdev's avatar
      [proto] Ported RandomIoUCrop from detection refs (#6401) · 961d97b2
      vfdev authored
      
      
      * [proto] Ported RandomIoUCrop from detection refs
      
      * Scope acceptable data types
      
      * Added get_params test
      
      * Added test__transform_empty_params
      
      * Added support for OneHotLabel and tests
      
      * Added tests for mask
      
      * Updated error message
      
      * Apply suggestions from code review
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      
      * Added support for OHE masks and tests
      
      * Ignored mypy error
      
      * Fixed forward call on sample
      
      * Added a todo
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      961d97b2