Hi,
I have currenlty installed Tensorflow r0.9 on Jetson TX1. After some hacks, I was able to make it work.
Version r0.9 was the one suggested to work in other posts.
Now, I want to add an implementation of Facenet on Tensorflow for face detection and recognition.
However, the open source implementation of Facenet requires 0.11 version of Tensorflow.
Updating to 0.11 could cause me problems on TX1. In general I realize that Tensorflow is not very stable on Jetson TX1.
So I was thinking of the following alternative.
Install Tensorflow on another machine , not Jetson, and run retraining there. Take the produced graph and put it on Jetson TX1 and “tell” it to run with TensorRT.
You think this is possible? If so, has anybody any suggestion on how to connect TensorRT with Tensorflow graph?
Any suggestions are welcome!
Thanks