object_detector

object detector

create Create a ObjectDetector model.
ObjectDetector A trained model using C++ implementation that is ready to use for classification or export to CoreML.

utilities

util.draw_bounding_boxes Visualizes bounding boxes (ground truth or predictions) by returning annotated copies of the images.
util.stack_annotations Converts object detection annotations (ground truth or predictions) to stacked format (an SFrame where each row is one object instance).
util.unstack_annotations Converts object detection annotations (ground truth or predictions) to unstacked format (an SArray where each element is a list of object instances).