I created an onnx file from a pth file and a trt file according to the README of “TensorRT-For-YOLO-Series”.
I executed the command written in the README:
python trt.py -e yolox_s.trt -i src/1.jpg -o yolox-1.jpg --end2end
1.jpg is an image with a person in it.
yolox-1.jpg is the image with the inference result.
However, yolox-1.jpg is the same as 1.jpg, and it seems that nothing was detected.
Where could the problem be?
Do you mean any error when converting the engine into TensorRT?
If not, please check with the library owner to see if any extra processes are required to run the app on Jetson.