Namespace AiDotNet.ComputerVision.Segmentation.InstanceSegmentation
Classes
- InstanceMask<T>
Represents a single instance with bounding box and segmentation mask.
- InstanceSegmentationOptions<T>
Options for instance segmentation models.
- InstanceSegmentationResult<T>
Result of instance segmentation.
- InstanceSegmenterBase<T>
Base class for instance segmentation models.
- MaskHead<T>
Mask prediction head for instance segmentation.
- MaskRCNN<T>
Mask R-CNN for instance segmentation.
- PrototypeMaskHead<T>
Prototype-based mask head for YOLO and SOLOv2.
- SOLOv2<T>
SOLOv2 (Segmenting Objects by Locations v2) for instance segmentation.
- YOLOSeg<T>
YOLOv8-Seg for instance segmentation.
Enums
- InstanceSegmentationArchitecture
Instance segmentation architectures.