Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCORE_THRESH_TEST = 0.05 doesn't work #78

Open
haderalim opened this issue Dec 8, 2020 · 1 comment
Open

SCORE_THRESH_TEST = 0.05 doesn't work #78

haderalim opened this issue Dec 8, 2020 · 1 comment

Comments

@haderalim
Copy link

In 'centermask/modeling/fcos/fcos_outputs/'

self.pre_nms_thresh = cfg.SCORE_THRESH_TEST

candidate_inds = box_cls > self.pre_nms_thresh
pre_nms_top_n = candidate_inds.reshape(N, -1).sum(1)

self.pre_nms_thresh = 0.05 is the default value and this make the value of pre_nms_top_n = tensor([0, 0]. So, it doesn't work well. How can I fix this problem?

@haderalim
Copy link
Author

@youngwanLEE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant