Hi every one. I’m new with jetson xavier nx. I trained a classification model on colab. I have saved my model in .h5 format. How can I use this model on jetson with tensorrt ? Is there any useful video to use? I’m going to run the model on live camera frames.
Dear @manamin1994,
We recommend to use TensorRT model on Jetson for optimal performance. You need to convert your model → ONNX → TRT. Please check using tf2onnx tool to convert TF model to ONNX.
1 Like
thank you.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.