Skip to main content
Ctrl+K

maite 0.9.2 documentation

  • Tutorials
  • How-To Guides
  • Explanation
  • Reference
  • Changelog
  • GitHub
  • PyPI
  • Anaconda
  • Tutorials
  • How-To Guides
  • Explanation
  • Reference
  • Changelog
  • GitHub
  • PyPI
  • Anaconda

Section Navigation

  • protocols (by AI problem)
  • tasks
  • interop
    • metrics.torchmetrics.TMClassificationMetric
    • metrics.torchmetrics.TMDetectionMetric
    • models.yolo.YoloObjectDetector
  • Reference
  • interop

interop#

The maite.interop subpackage contains wrappers that transform popular artifacts from open-source AI/ML libraries into MAITE components.

interop.metrics.torchmetrics.TMClassificationMetric(metric)

MAITE-compliant Wrapper for TorchMetrics Classification Metrics.

interop.metrics.torchmetrics.TMDetectionMetric(metric)

MAITE-compliant Wrapper for Torchmetrics Detection Metrics.

interop.models.yolo.YoloObjectDetector(...)

MAITE-wrapped object detection YOLO model.

previous

augment_dataloader

next

metrics.torchmetrics.TMClassificationMetric

This Page

  • Show Source

© Copyright 2024 Massachusetts Institute of Technology.

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.