Class ZooObjectDetectionPredictor

java.lang.Object
org.apache.camel.component.djl.model.AbstractPredictor
org.apache.camel.component.djl.model.cv.AbstractCvZooPredictor<ai.djl.modality.cv.output.DetectedObjects>
org.apache.camel.component.djl.model.cv.ZooObjectDetectionPredictor

public class ZooObjectDetectionPredictor extends AbstractCvZooPredictor<ai.djl.modality.cv.output.DetectedObjects>
  • Constructor Details

    • ZooObjectDetectionPredictor

      public ZooObjectDetectionPredictor(DJLEndpoint endpoint) throws ai.djl.repository.zoo.ModelNotFoundException, ai.djl.MalformedModelException, IOException
      Throws:
      ai.djl.repository.zoo.ModelNotFoundException
      ai.djl.MalformedModelException
      IOException