thomashopkins32 / HuBMAP

Hacking the Human Vasculature (Kaggle Competition)
Apache License 2.0
0 stars 0 forks source link

Mean average precision (mAP) implementation #12

Closed thomashopkins32 closed 1 year ago

thomashopkins32 commented 1 year ago

Custom method to compute the mean average precision (mAP) between predicted segmentation masks and their ground truth.

I could have used the COCO evaluation but wanted to implement it myself first.

Closes #3