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

Half FPS using tensorflow's official .pb file #23

Open
charlielito opened this issue Jun 10, 2018 · 1 comment
Open

Half FPS using tensorflow's official .pb file #23

charlielito opened this issue Jun 10, 2018 · 1 comment

Comments

@charlielito
Copy link

charlielito commented Jun 10, 2018

There is something really weird happening to the execution times when using the official weights. If I use the frozen_graph.pb of this repo I get around 120 fps in my Laptop (A predator helios 300). BUT If I use the official frozen_grahp that you can download from this link I get only 60 FPS. That was using the split version, but the same behavior occurs not splitting the graph...

What kind of sorcery did you do to your weights? 0:

To reproduce this just download the weights from the link and replace them in the folder models

Pd: This pull request fixes the URL for the download of the mobilenet's weights.

@gustavz
Copy link
Owner

gustavz commented Jun 11, 2018

@charlielito To be honest i dont know the answer.
My weights / my model is based on the ssd_mobilenet_v1 released in November 2017, how newer Versions perfom and why they might be slower is beyond my knowledge.

TF does a lot of changing and often its not for the better, thats all i know after working on this for 7 months :D

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