I am working on a Real time Object detection algorithm using Tensorflow with GPU support v1.0.1 on Jetson TX2.
After using the below commands:
$ sudo nvpmodel -m 0
$ sudo ./jetson_clocks.sh
The algorithm is taking 0.8 to 0.9 seconds to detect one frame.
Thanks for your response.
I am concentrating on increasing the fps of my current working algorithm as it is fine tuned for automotive on-road object detection.
It take 17 seconds per frame while placed on the CPU whereas 0.8 seconds/frame when run on the GPU.
The code is written in python. I have tensorRT v3.0 installed on Jetson TX2. How do I use UFF format to make it compatible with tensorRT?