Skip to content

MMSegmentation v1.0.0rc3 Released

Pre-release
Pre-release
Compare
Choose a tag to compare
@MeowZheng MeowZheng released this 31 Dec 11:29
· 91 commits to 1.x since this release

What's new

Highlights

  • Support test time augmentation (#2184)
  • Add 'Projects/' folder and the first example project (#2412)

Features

  • Add Biomedical 3D array random crop transform (#2378)

Documentation

  • Add Chinese version of config tutorial (#2371)
  • Add Chinese version of train & test tutorial (#2355)
  • Add Chinese version of overview ((#2397)))
  • Add Chinese version of get_started (#2417)
  • Add datasets in Chinese (#2387)
  • Add dataflow document (#2403)
  • Add pspnet model structure graph (#2437)
  • Update some content of engine Chinese documentation (#2341)
  • Update TTA to migration documentation (#2335)

Bug fix

  • Remove dependency mmdet when do not use MaskFormerHead and MMDET_Mask2FormerHead (#2448)

Enhancement

  • Add torch1.13 checking in CI (#2402)
  • Fix pytorch version for merge stage test (#2449)

New Contributors