Skip to content

MMSegmentation v0.10.0 Release

Compare
Choose a tag to compare
@xvjiarui xvjiarui released this 02 Jan 23:30
· 493 commits to master since this release
9f071ca

Highlights

  • Support MobileNetV3, DMNet, APCNet. Add models of ResNet18V1b, ResNet18V1c, ResNet50V1b, ResNet101V1b.

Bug Fixes

  • Fixed CPU TTA (#276)
  • Fixed CI for pip 20.3 (#307)

New Features

  • Add ResNet18V1b, ResNet18V1c, ResNet50V1b models (#316)
  • Support MobileNetV3 (#268)
  • Add 4 retinal vessel segmentation benchmark (#315)
  • Support DMNet (#313)
  • Support APCNet (#299)

Improvements

  • Refactor Documentation page (#311)
  • Support resize data augmentation according to original image size (#291)