TensorRT Applications

After you finish installing the TensorRT packages, the /usr/src/tensorrt folder is created on the development host.

For more information about:

Building TensorRT Sample Applications

On the development host, run the following commands:
$ cd /usr/src/tensorrt/samples
$ make TARGET=aarch64

Running TensorRT Sample Applications

To run a TensorRT sample application,
  1. Copy the sample files of your choice to the target.
  2. From the target, run the sample application.
For example,
$ cd ~/
$ rcp -r <username>@<host ip address>:/usr/src/tensorrt/bin/ .
$ ./bin/sample_googlenet