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

[cherry-pick 2.4] Fix paddle.vision.ops.nms: return unexpected order and duplicate results with sp… #46193

Conversation

RichardWooSJTU
Copy link
Contributor

@RichardWooSJTU RichardWooSJTU commented Sep 19, 2022

PR types

Bug fixes

PR changes

APIs

Describe

修复paddle.vision.ops.nms的两个Bug:

  1. 在仅传入boxes, iou_threshold, scores参数的情况,返回不符合预期
  2. 在不传入category_idxs, categories参数的情况,返回会有重复值
    相关issue: paddle.vision.ops.nms()函数返回值描述错误 #43069

…ecific inputs (PaddlePaddle#46148)

* fix return order error and duplicate results with specific inputs
@paddle-bot
Copy link

paddle-bot bot commented Sep 19, 2022

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@paddle-bot
Copy link

paddle-bot bot commented Sep 19, 2022

✅ This PR's description meets the template requirements!
Please wait for other CI results.

@RichardWooSJTU RichardWooSJTU changed the title [vision.ops.nms] Fix return order error and duplicate results with sp… [cherry-pick 2.4] Fix paddle.vision.ops.nms: return unexpected order and duplicate results with sp… Sep 19, 2022
@qingqing01 qingqing01 merged commit be84cac into PaddlePaddle:release/2.4 Sep 19, 2022
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

Successfully merging this pull request may close these issues.

2 participants