Can Jetson Nano use polygraphy in Tensorrt, and how do I install it

Jetpack version : 4.6.2
cuda version : 10.2.300
cudnn version : 8.2.1.32
Tensorrt: 8.2.1.8

I now have a model in OnnX format that I converted to Engine and I want to test their accuracy differences on Jetson Nano. * Can I use Polygraphy and how do I install it?

Hi,

Yes, but please build it from the source.
You can find the detailed steps below:

Thanks.

Do you mean to clone Tensorrt from Github and transfer it to Jetson Nano for compilation and installation?Whether this will conflict with the original Tensorrt. Thanks.

Hi,

Please run the instructions in the above link.
It will build and install the polygraphy from the source.

The steps only install the polygraphy, it won’t change the TensorRT library.
Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.