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#
|
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. |
utils#
|
Check that an argument is an instance of one or more types. |
|
Check that an argument falls within |
|
Check that |
|
Enable validators to be chained together. |
errors#
Base exception thrown by the MAITE. |
|
A MAITE interface was passed a bad value or type. |
testing#
|
Validate an object's docstring against the NumPy docstring standard [Rf5befd11ff4f-1]. |
|
Scan a Python object, docstring, or file with pyright. |
The schema for the JSON output of a pyright scan |
|
|
A convenience function that returns a list of error messages reported by pyright. |
A pytest fixture that runs a test in a temporary directory as the current working directory. |
|
Uses pyright's type completeness scan to summarize a module's contents. |
|
|
Return all public symbols (functions, classes, etc.) from a module's API. |