object detection#
We consider the object detection AI problem to encompass models to infer bounding boxes, labels (from a predefined label set), and scores for objects in an image.
primitives#
Role alias for model/dataset input in the object-detection protocol family. |
|
Role alias for model/dataset target in the object-detection protocol family. |
|
Role alias for datum-level metadata in object-detection protocol signatures. |
|
Semantic alias for a single image datum. |
|
An object-detection target protocol. |
|
Semantic alias for per-datum metadata in object-detection tasks. |
components#
|
An augmentation protocol for the object detection AI problem. |
|
A dataloader protocol for the object detection AI problem providing batch-level data access. |
|
A dataset protocol for object detection AI problem providing datum-level data access. |
|
A specialization of Dataset protocol (i.e., a subprotocol) that specifies additional accessor methods for getting input, target, and metadata individually. |
|
A metric protocol for the object detection AI problem. |
|
A model protocol for the object detection AI problem. |