1. 28 Oct, 2021 1 commit
  2. 19 Oct, 2021 1 commit
    • Vasilis Vryniotis's avatar
      Refactor Segmentation models (#4646) · a1d6b314
      Vasilis Vryniotis authored
      * Move FCN methods to itsown package.
      
      * Fix lint.
      
      * Move LRASPP methods to their own package.
      
      * Move DeepLabV3 methods to their own package.
      
      * Adding deprecation warning for torchvision.models.segmentation.segmentation.
      
      * Refactoring deeplab.
      
      * Setting aux default to false.
      
      * Fixing imports.
      
      * Passing backbones instead of backbone names to builders.
      
      * Fixing mypy
      
      * Addressing review comments.
      
      * Correcting typing.
      
      * Restoring special handling for references.
      a1d6b314
  3. 07 Oct, 2021 1 commit
  4. 04 Oct, 2021 1 commit
    • Philip Meier's avatar
      Add ufmt (usort + black) as code formatter (#4384) · 5f0edb97
      Philip Meier authored
      
      
      * add ufmt as code formatter
      
      * cleanup
      
      * quote ufmt requirement
      
      * split imports into more groups
      
      * regenerate circleci config
      
      * fix CI
      
      * clarify local testing utils section
      
      * use ufmt pre-commit hook
      
      * split relative imports into local category
      
      * Revert "split relative imports into local category"
      
      This reverts commit f2e224cde2008c56c9347c1f69746d39065cdd51.
      
      * pin black and usort dependencies
      
      * fix local test utils detection
      
      * fix ufmt rev
      
      * add reference utils to local category
      
      * fix usort config
      
      * remove custom categories sorting
      
      * Run pre-commit without fixing flake8
      
      * got a double import in merge
      Co-authored-by: default avatarNicolas Hug <nicolashug@fb.com>
      5f0edb97
  5. 23 Aug, 2021 1 commit
    • F-G Fernandez's avatar
      Added typing annotations to models/segmentation (#4227) · 185be3a9
      F-G Fernandez authored
      * style: Added typing annotations to segmentation/_utils
      
      * style: Added typing annotations to segmentation/segmentation
      
      * style: Added typing annotations to remaining segmentation models
      
      * style: Fixed typing of DeepLab
      
      * style: Fixed typing
      
      * fix: Fixed typing annotations & default values
      
      * Fixing python_type_check
      185be3a9
  6. 17 Aug, 2021 1 commit
  7. 22 Jun, 2021 1 commit
  8. 13 May, 2021 1 commit
  9. 29 Jan, 2021 2 commits
  10. 27 Jan, 2021 1 commit
    • Vasilis Vryniotis's avatar
      Add MobileNetV3 architecture for Segmentation (#3276) · e2db2edd
      Vasilis Vryniotis authored
      * Making _segm_resnet() generic and reusable.
      
      * Adding fcn and deeplabv3 directly on mobilenetv3 backbone.
      
      * Adding tests for segmentation models.
      
      * Rename is_strided with _is_cn.
      
      * Add dilation support on MobileNetV3 for Segmentation.
      
      * Add Lite R-ASPP with MobileNetV3 backbone.
      
      * Add pretrained model weights.
      
      * Removing model fcn_mobilenet_v3_large.
      
      * Adding docs and imports.
      
      * Fixing typo and readme.
      e2db2edd
  11. 22 Dec, 2020 1 commit
  12. 12 Oct, 2020 1 commit
  13. 04 May, 2020 1 commit
    • Arash Javanmard's avatar
      Making ASPP-Layer in DeepLab more generic (#2174) · bd27e942
      Arash Javanmard authored
      At the moment in the ASPP-Layer the number of output channels are predefined as a constant,
      which is good for DeepLab but not necessairly in other projects, where another out-channel Nr. is required.
      
      Also the number of "atrous rates" is fixed to three, which also could be sometimes more or less depending on the notwork-arch.
      Again these fixed values may make sense in DeepLab-Model but not necessarily in other type of models.
      
      This pull-req. contains the needed changes to make ASPP-Layer generic.
      bd27e942
  14. 10 Apr, 2020 1 commit
  15. 15 Nov, 2019 1 commit
  16. 20 Sep, 2019 1 commit
  17. 11 Jun, 2019 1 commit
  18. 21 May, 2019 1 commit
  19. 19 May, 2019 1 commit