Skip to content

DeDoDe doesn't produce absolute confidence? #31

@nnop

Description

@nnop

Hi, thanks for the great work.

I found that DeDoDe calculates the Softmax confidence over the entire image and the max resulting confidence is very low, e.g. 0.00095387973 in my test.

keypoint_p = keypoint_logits.reshape(B, K*H*W).softmax(dim=-1).reshape(B, K, H*W).sum(dim=1)

So how can I set an absolute confidence threshold (for example: 0.1) to filter out non salient area?

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