You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 thefrom_tensors
, without any API change, as the former uses Detections, and these have amask
attribute already.This goes probably hand in hand with #238.
Use case
No response
Additional
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: