Skip to content

MMSegmentation v1.0.0rc4 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@xiexinch xiexinch released this 30 Jan 10:22
· 65 commits to 1.x since this release

v1.0.0rc4(30/01/2023)

Highlights

  • Support ISNet (ICCV'2021) in projects (#2400)
  • Support HSSN (CVPR'2022) in projects (#2444)

Features

  • Add Gaussian Noise and Blur for biomedical data (#2373)
  • Add BioMedicalRandomGamma (#2406)
  • Add BioMedical3DPad (#2383)
  • Add BioMedical3DRandomFlip (#2404)
  • Add gt_edge_map field to SegDataSample (#2466)
  • Support synapse dataset (#2432, #2465)
  • Support Mapillary Vistas Dataset in projects (#2484)
  • Switch order of reduce_zero_label and applying label_map (#2517)

Documentation

  • Add ZN Customized_runtime Doc (#2502)
  • Add EN datasets.md (#2464)
  • Fix minor typo in migration package.md (#2518)

Bug fix

  • Fix incorrect img_shape value assignment in RandomCrop (#2469)
  • Fix inference api and support setting palette to SegLocalVisualizer (#2475)
  • Unfinished label conversion from -1 to 255 (#2516)

New Contributors