Object detection with ssd300

Hi, I trained an object detection model on PC with Tensorflow, and it works well, but when i put the model on TX2, it can not detect anything, could you help me to solve it?

Sorry, i use keras with tensorflow as backend

Hi,

Could you share the following information with us?

Including:

  1. TensorFlow version
  2. How do you install TensorFlow? Build from source or public pip wheel?
  3. JetPack version?
  4. Is there any error log from TensorFlow?

Thanks.

Thank you for your reply !

  1. Tensorflow 1.3, keras 2.1.3
  2. I build Tensorflow from public pip wheel.
  3. JetPack 3.1
  4. No error

Thank you for your reply !

  1. Tensorflow 1.3, keras 2.1.3
  2. I build Tensorflow from public pip wheel.
  3. JetPack 3.1
  4. No error

What should I pay attention to when using tensorflow and keras between PC and TX2 ?

Hi,

Please check the CUDA version of the installed TensorFlow wheel.
By the way, do you use the identical source to test TensorFlow of PC and Jetson?

Thanks.