## 🚀 Feature Add support for keypoints inside [torchmetrics map](https://torchmetrics.readthedocs.io/en/stable/detection/mean_average_precision.html#). ### Additional context Should be fairly simple to do that using the [iou_type](https://github.com/Lightning-AI/metrics/blob/master/src/torchmetrics/detection/mean_ap.py#L314) flag, since [torchmetrics map](https://torchmetrics.readthedocs.io/en/stable/detection/mean_average_precision.html#) is built upon [pycocotools](https://github.com/cocodataset/cocoapi/blob/master/PythonAPI/pycocotools/cocoeval.py#L110).
🚀 Feature
Add support for keypoints inside torchmetrics map.
Additional context
Should be fairly simple to do that using the iou_type flag, since torchmetrics map is built upon pycocotools.