zhixuhao / unet

unet for image segmentation
MIT License
4.56k stars 2k forks source link

How to compute the mean average precision using the ground truth and predicted binary masks? #215

Open sivaramakrishnan-rajaraman opened 3 years ago

sivaramakrishnan-rajaraman commented 3 years ago

Is there a way to compute the mean average precision with the ground truth and predicted binary masks? Do we have a python code to do this, apart from measuring IOU and mean IOU? Thanks in advance.