-
Notifications
You must be signed in to change notification settings - Fork 32
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
Frames RK3588 #28
Comments
set export SPDLOG_LEVEL=debug, and upload your all the log. |
@kaylorchen |
What is your model version? the inference time takes 130ms. 130ms/ 4 threads = 33ms, max fps: 30. |
i use your model https://github.com/kaylorchen/rk3588-yolo-demo/blob/master/src/yolov8/model/yolov8n.rknn |
I think you should use single threaded mode and test your inference speed. may be some hardware issues or your cpu/npu frequency is too low. 130ms inference time for yolov8n model is too long. |
Did you use version 1.6.0? |
yes, 1.6.0 |
with one thread model M (2.3.0) |
with one thread model yolov8n.rknn (1.6.0) Could you advise what else to check? Could it be due to the lack of a cooler? Or because the system is running on a USB flash drive? |
This result seems to be correct. I think it is a heat dissipation problem. |
maybe ... USB |
usb camera? logitech c270 |
thanks for your code |
The c270 doesn't have 30fps in low light. I also have a c270 so I know the camera doesn't have enough fps. |
What affordable options with good FPS would you recommend? |
I am running your code, built everything according to the instructions, but I can’t get an FPS higher than 23.
Could the operating system be the issue?
The text was updated successfully, but these errors were encountered: