Reference#
Encyclopedia MAITEanica.
protocols#
An augmentation protocol for the image classification AI task. |
|
A dataloader protocol for the image classification AI task providing batch-level data access. |
|
A dataset protocol for image classification AI task providing datum-level data access. |
|
|
A metric protocol for the image classification AI task. |
|
A model protocol for the image classification AI task. |
An augmentation protocol for the object detection AI task. |
|
An object-detection target protocol. |
|
|
A dataloader protocol for the object detection AI task providing batch-level data access. |
|
A dataset protocol for object detection AI task providing datum-level data access. |
|
A metric protocol for the object detection AI task. |
|
A model protocol for the object detection AI task. |
tasks#
|
Create an |
|
Evaluate a model's performance on data according to some metric with optional augmentation. |
|
Make predictions for a given model & data source with optional augmentation. |
|
Evaluate pre-calculated predictions against target (truth) data for some specified metric. |
interop#
MAITE-compliant Wrapper for TorchMetrics Classification Metrics. |
|
MAITE-compliant Wrapper for Torchmetrics Detection Metrics. |
|
MAITE-wrapped object detection YOLO model. |