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

Tensorrt_yolo issue in autoware universe #918

Closed
xmfcx opened this issue May 17, 2022 · 3 comments
Closed

Tensorrt_yolo issue in autoware universe #918

xmfcx opened this issue May 17, 2022 · 3 comments
Assignees
Labels
priority:high High urgency and importance.

Comments

@xmfcx
Copy link
Contributor

xmfcx commented May 17, 2022

Discussed in https://github.com/orgs/autowarefoundation/discussions/229

Originally posted by amtommy April 26, 2022
Hello!
I tried to run the tensorrt_yolo, but I got the incorrect detection results. (see figure)
How to fix it?

Thank you!

@xmfcx xmfcx transferred this issue from autowarefoundation/autoware_core_universe_prototype May 17, 2022
@BonoloAWF BonoloAWF added the priority:high High urgency and importance. label May 18, 2022
@kaancolak
Copy link
Contributor

@amtommy I tested YoloV3, YoloV4, and YoloV5l with the bag file provided by you. It looks like working well without any change current codebase.

Could you share your steps for reproducing your detection results?

I shared result videos:

YOLO V5L:
Img alt text

YOLO V4:
Img alt text

YOLO V3:
Img alt text

@amtommy
Copy link

amtommy commented May 23, 2022

@kaancolak Thanks for your verification.
I compare my code with the current codebase.
I find the problem is the module uses the default anchor size[link], so I got the incorrect result.
Now I use the correct anchor size [link], and I get the same result as yours.
The problem is solved, thanks for your help.

@mitsudome-r
Copy link
Member

Thanks @kaancolak and @amtommy !
I will close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:high High urgency and importance.
Projects
No open projects
Status: Done
Development

No branches or pull requests

5 participants