I am currently working on a TensorFlow python algorithm of object detection.
My algorithm is compatible only with TensorFlow -1.0 version.
It takes 17 seconds to detect objects in one frame which makes my algorithm very slow.
From the below link -
It implies that TensorRT 3 helps in increasing the speed of TensorFlow algorithms.
I have JetPack 3.0 version that supports TensorRT 2.1 installed on my Jetson TX2 board.
Can I upgrade TensorRT 2.1 to TensorRT3 without installing JetPack 3.2?
I think I need UFF 0.2 for my tensorflow model, and I believe that package only includes UFF 0.1
For context: I’ve trained a model in TF and transferred it to UFF using the TensorRT 3 python API on a compatible machine. When running the uff model on a TX1 with TensorRT 3.0 RC (UFF 0.1) the output is incorrect. The UFF model works properly with the TensorRT 3 python API on the machine that generated the UFF. Please advise.