I succeed to use onnx-tensorrt to accelerate my yolov3 model on 1080Ti according to this:
[url]https://github.com/onnx/onnx-tensorrt[/url]
and I would like to implement this on jetson TX2,but I find that maybe I need python API of TensorRT,so when can jetson TX2 support it?
And if you have experience on using onnx-tensorrt on TX2,please share your suggestion with me.
Thank you!!!