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

Inference speed #5

Open
wsl1014 opened this issue Sep 6, 2019 · 2 comments
Open

Inference speed #5

wsl1014 opened this issue Sep 6, 2019 · 2 comments

Comments

@wsl1014
Copy link

wsl1014 commented Sep 6, 2019

I want to know the speed of your detection... I ran the test_both_side_detection.py on the PowerEdge-R730, the fps is about 4...
Looking forward to your reply, thanks!

@wsl1014 wsl1014 changed the title inference speed Inference speed Sep 6, 2019
@ghost
Copy link

ghost commented Sep 15, 2019

@wsl1014 , can you pls tell me how @ghimiredhikura has used anchor sizes to get good accuracy. Kindly help

@ghimiredhikura
Copy link
Owner

Hi, @wsl1014,

Yes in the current source code 4 fps that you are getting is correct. Actually this is end to end speed, bev creation, run through yolove and post-processing. BEV generation function is implemented in cpu and most of the time is consumed at this part. If you can replace this function with GPU implementation you will get real time. Check out #1 issue.

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