realtime_object_detection
realtime_object_detection copied to clipboard
Jetson Env
Dear GustavZ,
I want to know the environment that you run on Jetson for this model. Are you using tensorRT and cuDNN? We tried to run tensorflow zoo model on tensorRT, but it seems not supported well.
Thanks for your reply in advance!
Michael
I started with TensorRT, but i did not get along well with it. In my opinion it is not really recommendable.
My jetson has the following setup: OpenCV 3.3.1 CUDA 9 cuDNN 7 Tensorflow 1.4
Hello Gustav! How did you install Tensorflow 1.4 on your Jetson?
I build it from source. There are multiple tutorials if you dont know how to build tensorflow from source on the jetson. This one helped me to understand it better: https://github.com/jetsonhacks/installTensorFlowTX2