realtime_object_detection icon indicating copy to clipboard operation
realtime_object_detection copied to clipboard

Jetson Env

Open jiangyuhe123 opened this issue 7 years ago • 3 comments

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

jiangyuhe123 avatar Mar 15 '18 14:03 jiangyuhe123

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

gustavz avatar Mar 19 '18 09:03 gustavz

Hello Gustav! How did you install Tensorflow 1.4 on your Jetson?

Pateman16 avatar Mar 20 '18 16:03 Pateman16

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

gustavz avatar Mar 21 '18 11:03 gustavz