Created
April 22, 2019 01:09
-
-
Save Tony607/d3db8e0614a477380ce8227a7b7474e5 to your computer and use it in GitHub Desktop.
How to run TensorFlow Object Detection model on Jetson Nano | DLology
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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