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

Extremely Low FPS (1 FPS) When Running YOLO on Intel NUC 7 i5 with Darknet ROS #431

Open
Lucas191105-Nanda opened this issue Feb 7, 2025 · 1 comment
Labels

Comments

@Lucas191105-Nanda
Copy link

Lucas191105-Nanda commented Feb 7, 2025

Hello, I hope you are doing well. First of all, thank you for maintaining this project and providing such a great tool for the community. I have been using YOLO with Darknet ROS and successfully integrated it into my system. However, I am facing a significant performance issue when deploying it on my robot, and I would really appreciate any guidance or suggestions to resolve this problem.

I have successfully integrated YOLO with Darknet ROS and can run it without any issues. However, when I deploy it on my robot, which uses an Intel NUC 7 with an i5 processor, I experience extremely low FPS (around 1 FPS).

I have already tried various configuration optimizations, but none of them seem to improve the performance.

I expect to get at least 20 fps when i run the yolo

System (please complete the following information):

  • OS: Ubuntu 20.04
  • ROS version: ROS Noetic
  • GPU when relevant: Intel HD Graphics 620
@Lucas191105-Nanda Lucas191105-Nanda changed the title Extremely low fps Extremely Low FPS (1 FPS) When Running YOLO on Intel NUC 7 i5 with Darknet ROS Feb 7, 2025
@1508189250
Copy link

I also measured 1ftp around, I took a look at the time mainly in this function:float* prediction = network_predict(net_, X);I feel like I need cuda to speed it up

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

No branches or pull requests

2 participants