-
Notifications
You must be signed in to change notification settings - Fork 54
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
speed on GPU #17
Comments
When I tested my trained 'ssd_mobilenet_v2_egohands' on NVIDIA Jetson TX2, its inference speed was about 28.7ms per image. Reference: https://jkjung-avt.github.io/tf-trt-on-nano/ I guess your tensorflow is running in CPU mode. Please check and make sure you are using GPU version of tensorflow. |
I use this
Is it the reason for speed slow? |
The log looks OK to me. Sorry, I don't have an idea about why the 'ssd_mobilenet_v2_egohands' model runs slowly on your platform for now... |
HI, thanks for awesom work, I tested in image by ssd_mobilenet_v2_egohands model in 1080ti GPU, but the speed is slow, about 700ms for each image averagely.
Are there some thing wrong with me, Could you please tell me the idea speed ? how to improve it ? thanks in advance.
The text was updated successfully, but these errors were encountered: