Custom_MaskRCNN
Custom_MaskRCNN copied to clipboard
Detection scores is always >0.9 even for wrong detections
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.
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.