Hello, @AastaLLL
I trained yolov3(pytorch) as a custom dataset, and the best.pt file came out.
I converted this to best.onnx by the method provided by the project (https://github.com/ultralytics/yolov3).
I converted best.onnx to best.trt using trtexec.
We don’t know how to infer in jetson NANO using best.trt like this.
Can you give me any advice?
The onnx obtained after training is in the following form.