Skip to content

MMSegmentation v0.17.0 Release

Compare
Choose a tag to compare
@Junjun2016 Junjun2016 released this 01 Sep 14:55
· 351 commits to master since this release
1224480

Highlights

  • Support SegFormer
  • Support DPT
  • Support Dark Zurich and Nighttime Driving datasets
  • Support progressive evaluation

New Features

  • Support SegFormer (#599)
  • Support DPT (#605)
  • Support Dark Zurich and Nighttime Driving datasets (#815)
  • Support progressive evaluation (#709)

Improvements

  • Add multiscale_output interface and unittests for HRNet (#830)
  • Support inherit cityscapes dataset (#750)
  • Fix some typos in README.md (#824)
  • Delete convert function and add instruction to ViT/Swin README.md (#791)
  • Add vit/swin/mit convert weight scripts (#783)
  • Add copyright files (#796)

Bug Fixes

  • Fix invalid checkpoint link in inference_demo.ipynb (#814)
  • Ensure that items in dataset have the same order across multi machine (#780)
  • Fix the log error (#766)