Skip to content

MMSegmentation v0.19.0 Release

Compare
Choose a tag to compare
@Junjun2016 Junjun2016 released this 02 Nov 21:31
· 304 commits to master since this release
5049651

Highlights

  • Support TIMMBackbone wrapper (#998)
  • Support custom hook (#428)
  • Add codespell pre-commit hook (#920)
  • Add FastFCN benchmark on ADE20K (#972)

New Features

  • Support TIMMBackbone wrapper (#998)
  • Support custom hook (#428)
  • Add FastFCN benchmark on ADE20K (#972)
  • Add codespell pre-commit hook and fix typos (#920)

Improvements

  • Make inputs & channels smaller in unittests (#1004)
  • Change self.loss_decode back to dict in Single Loss situation (#1002)

Bug Fixes

  • Fix typo in usage example (#1003)
  • Add contiguous after permutation in ViT (#992)
  • Fix the invalid link (#985)
  • Fix bug in CI with python 3.9 (#994)
  • Fix bug when loading class name form file in custom dataset (#923)

Contributors