Mask_rcnn: How to calculate metrics such a accuracy speficicity and sensitivity

Created on 30 Oct 2018  路  2Comments  路  Source: matterport/Mask_RCNN

Hi,

I've been experimenting with Mask RCNN and I would like to know with other metrics you use to see how good it performs more than just loss.

when classificating with bounding boxes I could somehow calculate speficicity and sensitivity depending on the distance between the predicted bounding box and the real object to locate, but with masks I'm not sure how to do it.

Any advice?

Most helpful comment

That's actually not enough, you may need to look into COCO metircs. But the authors did not provide any code to evaluate on that, despite of the fact they presented the results in the paper using those metrics.

All 2 comments

You check the accuracy (mAP) of your model in the inspect model notebook.
The lower the loss, the higher the accuracy. For me, that is enough to know how good my trained model is during training.

That's actually not enough, you may need to look into COCO metircs. But the authors did not provide any code to evaluate on that, despite of the fact they presented the results in the paper using those metrics.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Jargon4072 picture Jargon4072  路  3Comments

ziyigogogo picture ziyigogogo  路  3Comments

LifeBeyondExpectations picture LifeBeyondExpectations  路  4Comments

msson picture msson  路  4Comments

Mhaiyang picture Mhaiyang  路  4Comments