Uses of Class
org.anchoranalysis.inference.concurrency.CreateModelFailedException
Packages that use CreateModelFailedException
Package
Description
Instance-segmentation of a
Stack.Specifying how many CPUs and GPUs can be allocated for some purpose.
Segmenting a
Stack using the ONNX Runtime to produce
an ObjectCollection.Segmentation of a
Stack using OpenCV.-
Uses of CreateModelFailedException in org.anchoranalysis.image.inference.bean.segment.instance
Methods in org.anchoranalysis.image.inference.bean.segment.instance that throw CreateModelFailedExceptionModifier and TypeMethodDescriptionabstract ConcurrentModelPool<T> SegmentStackIntoObjectsPooled.createModelPool(ConcurrencyPlan plan, Logger logger) Creates the model pool (to be used by multiple threads).SuppressNonMaximum.createModelPool(ConcurrencyPlan plan, Logger logger) -
Uses of CreateModelFailedException in org.anchoranalysis.inference.concurrency
Methods in org.anchoranalysis.inference.concurrency that throw CreateModelFailedExceptionConstructors in org.anchoranalysis.inference.concurrency that throw CreateModelFailedExceptionModifierConstructorDescriptionConcurrentModelPool(ConcurrencyPlan plan, CreateModelForPool<T> createModel, Logger logger) Creates with a particular plan and function to create models. -
Uses of CreateModelFailedException in org.anchoranalysis.plugin.onnx.bean.object.segment.stack
Methods in org.anchoranalysis.plugin.onnx.bean.object.segment.stack that throw CreateModelFailedExceptionModifier and TypeMethodDescriptionSegmentObjectsFromONNXModel.createModelPool(ConcurrencyPlan plan, Logger logger) -
Uses of CreateModelFailedException in org.anchoranalysis.plugin.opencv.bean.object.segment.stack
Methods in org.anchoranalysis.plugin.opencv.bean.object.segment.stack that throw CreateModelFailedExceptionModifier and TypeMethodDescriptionSegmentObjectsFromTensorFlowModel.createModelPool(ConcurrencyPlan plan, Logger logger)