Custom_MaskRCNN icon indicating copy to clipboard operation
Custom_MaskRCNN copied to clipboard

Detection scores is always >0.9 even for wrong detections

Open vkramdev opened this issue 4 years ago • 1 comments

Hi Soumya,

This is not related to usage maskrcnn from your repo.

I am using matterport implementation of maskrcnn and train my custom data. While detection the scores for each instance in images is always greater than 0.9 even when the detection is incorrect. Say the instance is ball and is being detected as knife but the detection score is 0.97. Can you help me with the pausible reasons or where should i look into.

I have tried looking into the model.py and util and config.

vkramdev avatar Dec 05 '20 09:12 vkramdev

Hi Vikram,

The parent repository of this model is from Matterport. You may look into it as I believe that it may contain a similar type of issue.

soumyaiitkgp avatar Dec 05 '20 11:12 soumyaiitkgp