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

when i make tracking, the fps is only 17-18 #19

Open
zhenyingfang opened this issue Nov 1, 2017 · 6 comments
Open

when i make tracking, the fps is only 17-18 #19

zhenyingfang opened this issue Nov 1, 2017 · 6 comments

Comments

@zhenyingfang
Copy link

zhenyingfang commented Nov 1, 2017

use gpu:k40 and tensorflow 1.1.0

@jvlmdr
Copy link
Collaborator

jvlmdr commented Nov 1, 2017

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.

@zhenyingfang
Copy link
Author

in siamese.py line:38: image_file = tf.read_file(filename), Maybe it takes a lot of time?

@jvlmdr
Copy link
Collaborator

jvlmdr commented Nov 2, 2017

Yes, maybe.

You can profile TensorFlow code using the method described in this answer: https://stackoverflow.com/a/37774470/1136018

@zhenyingfang
Copy link
Author

do you test this tensorflow code, my fps is still 17

@mingchuan123
Copy link

Hi guys, have you get a final result on the fps of the trackers on K40?

@fzqneo
Copy link

fzqneo commented Jul 2, 2018

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
FPS w/o visualization = 25

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

4 participants