Uses of Class
org.anchoranalysis.image.inference.ImageInferenceContext
Packages that use ImageInferenceContext
Package
Description
Instance-segmentation of a
Stack
.Decodes the outputted tensors from a Mask
R-CNN implementation.
Decodes the outputted tensors from text-segmentation models.
-
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 intoObjectMask
s with confidence and labels. -
Uses of ImageInferenceContext in org.anchoranalysis.plugin.onnx.bean.object.segment.decode.instance.maskrcnn
Methods in org.anchoranalysis.plugin.onnx.bean.object.segment.decode.instance.maskrcnn with parameters of type ImageInferenceContextModifier and TypeMethodDescriptionDecodeMaskRCNN.decode
(List<ai.onnxruntime.OnnxTensor> inferenceOutput, ImageInferenceContext context) -
Uses of ImageInferenceContext in org.anchoranalysis.plugin.onnx.bean.object.segment.decode.instance.text
Methods in org.anchoranalysis.plugin.onnx.bean.object.segment.decode.instance.text with parameters of type ImageInferenceContextModifier and TypeMethodDescriptionDecodeEAST.decode
(List<ai.onnxruntime.OnnxTensor> inferenceOutput, ImageInferenceContext context)