roboflow / supervision

We write your reusable computer vision tools. 💜
https://supervision.roboflow.com
MIT License
17.13k stars 1.31k forks source link

Instance Segmentation Mean Average Precision #480

Open cgrtrifork opened 8 months ago

cgrtrifork commented 8 months ago

Search before asking

Description

Currently the metrics have a MeanAveragePrecision class that works for object detection. It would be great to have an implementation for mAP for masks of an instance segmentation model.

I'd expect only from_detections static method would be used, instead of the from_tensors, without any API change, as the former uses Detections, and these have a mask attribute already.

This goes probably hand in hand with #238.

Use case

No response

Additional

No response

Are you willing to submit a PR?

github-actions[bot] commented 8 months ago

Hello there, thank you for opening an Issue ! 🙏🏻 The team was notified and they will get back to you asap.

Bhavay-2001 commented 2 weeks ago

Hi @LinasKo, this is the issue I am talking about. Is this available and open to work?

LinasKo commented 2 weeks ago

Hi @Bhavay-2001,

I've had a look, and we have something more urgent. How does #1293 sound? (you may reply there)