-
Notifications
You must be signed in to change notification settings - Fork 189
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
when i make tracking, the fps is only 17-18 #19
Comments
Is this with visualization disabled? (#4) We tested the code on M40 and Titan X. I believe K40 is significantly slower than M40. Does this speed include time to load the images? It may be faster to keep them on a RAM disk or SSD than on a spinning hard drive. |
in siamese.py line:38: |
Yes, maybe. You can profile TensorFlow code using the method described in this answer: https://stackoverflow.com/a/37774470/1136018 |
do you test this tensorflow code, my fps is still 17 |
Hi guys, have you get a final result on the fps of the trackers on K40? |
For your reference, I port the program to Python 3 using 2to3.exe and run it on Windows 10 with GTX 1080, TensorFlow 1.8.0. FPS w/ visualization = 4 |
use gpu:k40 and tensorflow 1.1.0
The text was updated successfully, but these errors were encountered: