object detection#
We consider the object detection AI problem to encompass training models to infer bounding boxes, labels (from a predefined label set), and scores for objects in an image.
components#
An augmentation protocol for the object detection AI problem. |
|
An object-detection target protocol. |
|
|
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. |