Uses of Class
org.anchoranalysis.image.inference.ImageInferenceContext
Packages that use ImageInferenceContext
-
Uses of ImageInferenceContext in org.anchoranalysis.image.inference.bean.segment.instance
Methods in org.anchoranalysis.image.inference.bean.segment.instance with parameters of type ImageInferenceContextModifier and TypeMethodDescriptionabstract List<LabelledWithConfidence<MultiScaleObject>> DecodeInstanceSegmentation.decode(List<T> inferenceOutput, ImageInferenceContext context) Decodes the output tensors from inference intoObjectMasks with confidence and labels.