thomashopkins32 / HuBMAP

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

Investigate issue with mAP metric #38

Closed thomashopkins32 closed 1 year ago

thomashopkins32 commented 1 year ago

The np.logical_and step seems to take a very long time. We should debug this to find out why.

thomashopkins32 commented 1 year ago

It turns out early on in the training, a large number of regions are predicted which slows down the metric computation by a significant factor.