Skip to content

Instantly share code, notes, and snippets.

@Tony607
Created April 22, 2019 01:09
Show Gist options
  • Save Tony607/d3db8e0614a477380ce8227a7b7474e5 to your computer and use it in GitHub Desktop.
Save Tony607/d3db8e0614a477380ce8227a7b7474e5 to your computer and use it in GitHub Desktop.
How to run TensorFlow Object Detection model on Jetson Nano | DLology
with open('./data/trt_graph.pb', 'wb') as f:
f.write(trt_graph.SerializeToString())
# Download the tensorRT graph .pb file from colab to your local machine.
from google.colab import files
files.download('./data/trt_graph.pb')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment