-
Notifications
You must be signed in to change notification settings - Fork 250
Annotation Paradigms
Alvin Ihsani edited this page Jul 1, 2021
·
12 revisions
MONAI Label currently employs the following annotation algorithms.
- DeepGrow is a click based interactive segmentation model, where the user can guide the segmentation with positive and negative clicks. The positive clicks are intended to guide the segmentation towards the region of interest while the negative clicks are used for neglecting the background.
- DeepEdit is an algorithm that combines the power of two models in one single architecture. It allows the user to perform inference, as a standard segmentation method, and also to interactively segment part of an image using clicks.
- [Automatic Segmentation](Automatic Segmentation)