-
Notifications
You must be signed in to change notification settings - Fork 46
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
how about the speed of the ssd16(FP16 version) running on TX1 #14
Comments
It didn't accelerate much when I tried last year. It also causes some problems(slow down) when doing the post-processing part(Non-maximum Suppression). |
@chengyangfu |
There seem to be two ways of calculating FPS. 1.via the 'time' model of caffe with batch_size = 1:
2.get the time interval and estimate the FPS.
The total time spent on evaluating 4952 test images is about 67 seconds, and thus FPS = 4952 / 67 = 74. Which method should be used to calculate FPS? Is there any other way? |
how about the speed of the ssd16(FP16 version) running on TX1 ?
The text was updated successfully, but these errors were encountered: