Skip to content

MMSegmentation v0.29.0 Release

Compare
Choose a tag to compare
@xiexinch xiexinch released this 10 Oct 06:13
356215b

Changelog

v0.29.0 (10/10/2022)

New Features

  • Support PoolFormer (CVPR'2022) (#1537)

Enhancement

  • Improve structure and readability for FCNHead (#2142)
  • Support IterableDataset in distributed training (#2151)
  • Upgrade .dev scripts (#2020)
  • Upgrade pre-commit hooks (#2155)

Bug Fixes

  • Fix mmseg.api.inference inference_segmentor (#1849)
  • fix bug about label_map in evaluation part (#2075)
  • Add missing dependencies to torchserve docker file (#2133)
  • Fix ddp unittest (#2060)

Contributors