The ObjectDetector class helps to run ObjectDetection tasks where the goal is to find bounding boxes and corresponding labels for objects in a image.
The ObjectDetectorOutput class is a simple POJO helper class that is used to simplify the interactions with ObjectDetector predict results.
Implementation of prediction routines.
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.