Skip to content

MMSegmentation v1.0.0rc5 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@xiexinch xiexinch released this 01 Feb 13:53
· 58 commits to 1.x since this release

v1.0.0rc5(02/01/2023)

Bug fix

  • Fix MaskFormer and Mask2Former when install mmdet from source (#2532)
  • Support new fileio interface in MMCV>=2.0.0rc4 (#2543)
  • Fix ERFNet URL in dev-1.x branch (#2537)
  • Fix misleading List[Tensor] types (#2546)
  • Rename typing.py to typing_utils.py (#2548)

New Contributors