Skip to content

MMSegmentation v0.21.0 Release

Compare
Choose a tag to compare
@MengzhangLI MengzhangLI released this 29 Jan 10:32
· 227 commits to master since this release
29cfcd1

Highlights

  • Officially Support CPUs training and inference, please use the latest MMCV (1.4.4) to try it out.
  • Support Segmenter: Transformer for Semantic Segmentation (ICCV'2021).
  • Support ISPRS Potsdam and Vaihingen Dataset.
  • Add Mosaic transform and MultiImageMixDataset class in dataset_wrappers.

New Features

  • Support Segmenter: Transformer for Semantic Segmentation (ICCV'2021) (#955)
  • Support ISPRS Potsdam and Vaihingen Dataset (#1097, #1171)
  • Add segformer‘s benchmark on cityscapes (#1155)
  • Add auto resume (#1172)
  • Add Mosaic transform and MultiImageMixDataset class in dataset_wrappers (#1093, #1105)
  • Add log collector (#1175)

Improvements

  • New-style CPU training and inference (#1251)
  • Add UNet benchmark with multiple losses supervision (#1143)

Bug Fixes

  • Fix the model statistics in doc for readthedoc (#1153)
  • Set random seed for palette if not given (#1152)
  • Add COCOStuffDataset in class_names.py (#1222)
  • Fix bug in non-distributed multi-gpu training/testing (#1247)
  • Delete unnecessary lines of STDCHead (#1231)

New Contributors