Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inference boxes not visible on frame #259

Open
Mayuresh999 opened this issue Oct 18, 2024 · 1 comment
Open

Inference boxes not visible on frame #259

Mayuresh999 opened this issue Oct 18, 2024 · 1 comment

Comments

@Mayuresh999
Copy link

hey @triple-Mu can you guide me with running yolov8 inference with tensorrt cpp on jetson?.
I have a Jetson Orin NX 16 GB with following config:
Jetpack - 5.1.4
CUDA - 11.4.315
cuDNN - 8.6.0.166
TensorRT - 8.5.2.2
OpenCV - 4.6.0 with CUDA

I have tried the method in the repo for jetson both using python and c++. The c++ method works without any error log, i can see the frame as well and GPU is is also getting utilized but, the frame has no bboxes plotted. the model I am using is a simple pretrained yolov8s which I have converted to ONNX and then to tensorrt engine on the same device.

@triple-Mu
Copy link
Owner

hey @triple-Mu can you guide me with running yolov8 inference with tensorrt cpp on jetson?. I have a Jetson Orin NX 16 GB with following config: Jetpack - 5.1.4 CUDA - 11.4.315 cuDNN - 8.6.0.166 TensorRT - 8.5.2.2 OpenCV - 4.6.0 with CUDA

I have tried the method in the repo for jetson both using python and c++. The c++ method works without any error log, i can see the frame as well and GPU is is also getting utilized but, the frame has no bboxes plotted. the model I am using is a simple pretrained yolov8s which I have converted to ONNX and then to tensorrt engine on the same device.

Can you give me much detail logs?
Such as build command, convert log, onnx model or pytorch model, test image?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants