Skip to content

MMSegmentation v0.15.0 Release

Compare
Choose a tag to compare
@xvjiarui xvjiarui released this 04 Jul 08:10
· 398 commits to master since this release
b9da8a1

Highlights

  • Support ViT, SETR, and Swin-Transformer
  • Add Chinese documentation
  • Unified parameter initialization

Bug Fixes

  • Fix typo and links (#608)
  • Fix Dockerfile (#607)
  • Fix ViT init (#609)
  • Fix mmcv version compatible table (#658)
  • Fix model links of DMNet and UNet (#660)

New Features

  • Support loading DeiT weights (#538)
  • Support SETR (#531, #635)
  • Add config and models for ViT backbone with UperHead (#520, #635)
  • Support Swin-Transformer (#511)
  • Add higher accuracy FastSCNN (#606)
  • Add Chinese documentation (#666)

Improvements

  • Unified parameter initialization (#567)
  • Separate CUDA and CPU in github action CI (#602)
  • Support persistent dataloader worker (#646)
  • Update meta file fields (#661, #664)