Hi,
Here are the corresponding replies:
-
No special configure is required.
But if you want to use PyTorch, please install it afterward with the packages shared in the below link:
PyTorch for Jetson -
Default PyTorch exporter should be fine.
-
This can be done with trtexec binary directly.
$ /usr/src/tensorrt/bin/trtexec --onnx=[file]
You can find the TensorRT sample on our GitHub.
For example:
Thanks.