Skip to content

Threshold setting or control for Detection score in Object detection[DNN and MMOD]. #930

@harshkn

Description

@harshkn

Hello, I have trained an object detector based on DNN MMOD loss layer in DLIB to detect "A" in an image. For high res images, I can detect "A" in an image. But in case of low resolution images, I am not able to detect. In order to understand why, I tried to visualise the detector output scores and I get the below result.

screen shot 2017-11-08 at 2 51 18 pm

I can see that I get good score for some pyramid scale(bottom left in the pyramid), but the output of the detector does not return any rectangles. I am guessing, there is a threshold that is set and the score is not above the threshold. So my question is, is my guess right, if yes, do I need to look into loss.h file or any other file ? (please let me know) and if not, how do I go about getting the mmod_rect as result on "A".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions