triple-Mu / YOLOv8-TensorRT

YOLOv8 using TensorRT accelerate !
MIT License
1.35k stars 235 forks source link

No results For YOLOv8 Detection #250

Open bhavina18 opened 1 month ago

bhavina18 commented 1 month ago

Hi! I am currently trying your repo for converting a yolo v8 model (yolov8n.pt) using a Jetson Xavier NX. I have converted the model to engine file and tying the inference but there is no detection although the objects are present in the frame I have pytorch==1.13 and tochvision=0.14.1 compiled with cuda installed in my jetson Also I have installed onnx and onnxsim Can you please provide any help with this.

McVean23 commented 1 week ago

Hi! I am currently trying your repo for converting a yolo v8 model (yolov8n.pt) using a Jetson Xavier NX. I have converted the model to engine file and tying the inference but there is no detection although the objects are present in the frame I have pytorch==1.13 and tochvision=0.14.1 compiled with cuda installed in my jetson Also I have installed onnx and onnxsim Can you please provide any help with this.

me too!Do you have a solution?

triple-Mu commented 5 days ago

Do you try fp32 and fp16 both?

McVean23 commented 5 days ago

I've tried both, but no results are out.