.. customcarditem::
   :header: Mean-Average-Precision (mAP)
   :image: _static/fetched-s3-assets/object_detection.svg
   :tags: Detection

.. include:: ../links.rst

############################
Mean-Average-Precision (mAP)
############################

Module Interface
________________

.. autoclass:: torchmetrics.detection.mean_ap.MeanAveragePrecision
    :exclude-members: update, compute

Functional Interface
____________________

.. autofunction:: torchmetrics.functional.detection.mean_average_precision