Open bhavina18 opened 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.
me too!Do you have a solution?
Do you try fp32 and fp16 both?
I've tried both, but no results are out.
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.