Contents

ObjectDetectionAnnotation

An object detection annotation.

Declaration

struct ObjectDetectionAnnotation<Label> where Label : Comparable, Label : Decodable, Label : Encodable, Label : Hashable

Overview

The annotation consists of a list of bounding boxes and object labels for each image.

Topics

Getting the properties

Encoding and decoding

Default Implementations

See Also

Object detection components