Model Convert

I test JetsonNano.
What are the pre-trained models that can be Converted by Jetpack?
Is there anything other than TensorFlow?

Hi,

JetPack contains TensorRT as the deep inference engine.
It supports ONNX, Caffe and UFF format.

In general, most of popular frameworks can convert its model into ONNX format.
Ex. tf2onnx, pytorch2onnx, mxnet2onnx.

Thanks.

Thank you for answer.