Hi
I have recently trained a yolov7 tiny model. I have converted it to onnx format. I have then used trtexec to check and convert it to trt. So now I have both onnx and trt file.
Is there anyway to convert it to .engine file so that I can use it with the demo code here jetson-inference/detectnet-example-2.md at master · dusty-nv/jetson-inference · GitHub
Thanks