Skip to content

MONAI Label 0.8.5

Latest
Compare
Choose a tag to compare
@SachidanandAlle SachidanandAlle released this 18 Oct 15:08
· 4 commits to main since this release
da0247e

Added

  • SAM2 as base model (Inference only) for all Radiology/Pathology/Endoscopy usecases.

    • Updated 3D Slicer plugin to support ROI prompts for SAM2
      1732541491294
  • OHIF V3 3.9+

    • Refactored Plugin to support latest OHIF V3 3.9+ version
    • Auto Segmentation
    • Point Prompts (Deepgrow/DeepEdit/SAM2) models
    • Class Prompts (Subset of classes as part of Auto Segmentation)
      1732541491894
  • CVAT

    • Refactored Plugin to support latest CVAT version
    • SAM2 model via MONAI Label
      unnamed
  • Python 3.12 support

Changed

  • CVAT Plugin - MONAI Label will serve the inference logic and nuclio function will only at as as wrapper.
  • Base Image for docker is ubuntu:22.04 (for saving the space)
  • Documentation Fixes

Removed

  • Python 3.8 support