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

fix trt multiclass_nms3 #45166

Merged
merged 3 commits into from
Sep 14, 2022
Merged

fix trt multiclass_nms3 #45166

merged 3 commits into from
Sep 14, 2022

Conversation

zhangjun
Copy link
Contributor

@zhangjun zhangjun commented Aug 15, 2022

PR types

Others

PR changes

Others

Describe

  • fix multiclass_nms3 for static shape
    yolov3_mobilenet_v3_large_270e_coco, bs=1, T4

    before after
    43.0865 15.193
  • dynamic shape support

    • dynamic
      bbox: [batch_size, num_boxes, num_classes, 4] or [batch_size, num_boxes, 1, 4]
      score: [batch_size, num_boxes, num_classes] or [batch_size, num_boxes, num_classes, 1]
    before after
    48.906 15.3634

@paddle-bot
Copy link

paddle-bot bot commented Aug 15, 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.

Copy link
Contributor

@wangxinxin08 wangxinxin08 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

@cyj1986 cyj1986 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

判空的部分请再确认一下

paddle/fluid/inference/tensorrt/op_teller.cc Show resolved Hide resolved
@paddle-bot-old paddle-bot-old bot added the contributor External developers label Sep 13, 2022
@jiweibo jiweibo merged commit f85f2e8 into PaddlePaddle:develop Sep 14, 2022
zhangjun added a commit to zhangjun/Paddle that referenced this pull request Sep 14, 2022
qingqing01 pushed a commit that referenced this pull request Sep 15, 2022
* Support dynamic shape in multiclass_nms3 Plugin for Paddle-TensorRT.
@paddle-bot-old paddle-bot-old bot removed the contributor External developers label Sep 15, 2022
@zhangjun zhangjun deleted the yolov3 branch January 30, 2023 06:25
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.

5 participants