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.
There is something really weird happening to the execution times when using the official weights. If I use the
frozen_graph.pbof this repo I get around 120 fps in my Laptop (A predator helios 300). BUT If I use the officialfrozen_grahpthat 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
modelsPd: This pull request fixes the URL for the download of the mobilenet's weights.