Type Alias: RawInstanceSegmentationIO
type RawInstanceSegmentationIO: RawTaskIO<"INSTANCE_SEGMENTATION", {
detections: RawInstanceSegmentation[];
referenceImageIndex: number;
}>;
type RawInstanceSegmentationIO: RawTaskIO<"INSTANCE_SEGMENTATION", {
detections: RawInstanceSegmentation[];
referenceImageIndex: number;
}>;