MMSegmentation v0.15.0 Release
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