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

Running YOLO with Depth-PRO #77

Open
BadriPratti opened this issue Dec 15, 2024 · 1 comment
Open

Running YOLO with Depth-PRO #77

BadriPratti opened this issue Dec 15, 2024 · 1 comment

Comments

@BadriPratti
Copy link

BadriPratti commented Dec 15, 2024

Hey everyone,

I’m running YOLO with Depth Pro on a Jetson AGX Orin using a webcam, but it’s super laggy—about 1 frame every 10 seconds.

I’ve tried lowering the resolution, skipping frames, and ensuring GPU usage, but it’s still far from real-time. Should I use TensorRT, model quantization, or anything else specific to Jetson to speed it up?

@I3aer
Copy link

I3aer commented Jan 7, 2025

TensorRT can be your answer. Also, find tools that trim the model with some minor changes on accuracy. Drop the precision to fp16. Don't expect much from Orin for this model since it is huge.

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