Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instance Segmentation Mean Average Precision #480

Open
1 of 2 tasks
cgrtrifork opened this issue Oct 14, 2023 · 1 comment
Open
1 of 2 tasks

Instance Segmentation Mean Average Precision #480

cgrtrifork opened this issue Oct 14, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@cgrtrifork
Copy link

Search before asking

  • I have searched the Supervision issues and found no similar feature requests.

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?

  • Yes I'd like to help by submitting a PR!
@cgrtrifork cgrtrifork added the enhancement New feature or request label Oct 14, 2023
@github-actions
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant