org.apache.mxnet.infer

javaapi

package javaapi

Visibility
  1. Public
  2. All

Type Members

  1. class ObjectDetector extends AnyRef

    The ObjectDetector class helps to run ObjectDetection tasks where the goal is to find bounding boxes and corresponding labels for objects in a image.

  2. class ObjectDetectorOutput extends AnyRef

    The ObjectDetectorOutput class is a simple POJO helper class that is used to simplify the interactions with ObjectDetector predict results.

    The ObjectDetectorOutput class is a simple POJO helper class that is used to simplify the interactions with ObjectDetector predict results. The class stores the bounding box coordinates, name of preicted class, and the probability.

  3. class Predictor extends AnyRef

    Implementation of prediction routines.

Value Members

  1. object ObjectDetector

Ungrouped