Skip to content

Set different conf-thre for different tags #63

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

Open
l0ngjx opened this issue Sep 19, 2022 · 0 comments
Open

Set different conf-thre for different tags #63

l0ngjx opened this issue Sep 19, 2022 · 0 comments

Comments

@l0ngjx
Copy link

l0ngjx commented Sep 19, 2022

If I want to set different conf-thre for different tags, what should I do?
如果我想要给不同标签设置不同conf-thre,我应该怎么做呢?
auto conf_mask = detections.select(2, 4).ge(conf_thres).unsqueeze(2);
or cv::dnn::NMSBoxes(offset_box_vec, score_vec, conf_thres, iou_thres, nms_indices);?

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