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

做旋转检测时,multiclass_nms3 没有得到正确的结果 #8936

Open
3 tasks done
zrg0712 opened this issue Apr 17, 2024 · 1 comment
Open
3 tasks done

做旋转检测时,multiclass_nms3 没有得到正确的结果 #8936

zrg0712 opened this issue Apr 17, 2024 · 1 comment
Assignees

Comments

@zrg0712
Copy link

zrg0712 commented Apr 17, 2024

问题确认 Search before asking

  • 我已经查询历史issue,没有发现相似的bug。I have searched the issues and found no similar bug report.

Bug组件 Bug Component

No response

Bug描述 Describe the Bug

做旋转检测,multiclass_nms3 没有得到正确的结果

output, index, nms_rois_num = C_ops.multiclass_nms3(bboxes, scores, rois_num, *attrs)
输入:
bboxes: [2, 21504, 8]
scores: [2, 15, 21504]
输出:
output: [36630, 10]
index: [36630, 1]

得到的图片是没有做nms的结果
image

复现环境 Environment

OS: Windows
PaddlePaddle: 2.6.1
PaddleDetection: release/2.7
Python: 3.8.0
Cuda: 11.2

Bug描述确认 Bug description confirmation

  • 我确认已经提供了Bug复现步骤、代码改动说明、以及环境信息,确认问题是可以复现的。I confirm that the bug replication steps, code change instructions, and environment information have been provided, and the problem can be reproduced.

是否愿意提交PR? Are you willing to submit a PR?

  • 我愿意提交PR!I'd like to help by submitting a PR!
@zhiboniu
Copy link
Collaborator

这个 C_ops.multiclass_nms3是哪里来的呢

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

2 participants