[Detector Support]: RKNN NPU Not Using All Cores #14845
Unanswered
Mer-idium
asked this question in
Detector Support
Replies: 1 comment
-
Same here with num_cores: 0 looks like only core0 is used. Earlier a bitmask for the cores was used like core_mask: 0b111 it looks like that is outdated. However when using 0 it should automatically configure according to documentation. It looks 0 means 1 core now.... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the problem you are having
During detection only the first core of the RKN NPU is being used. I have used "sudo cat /sys/kernel/debug/rknpu/load" to obtain this reading and only Core 0 is used, I have tested the output of the command over a period of time on separate occasions with the same result. Interference speeds are higher than described in the docs for the yolonas_m model (https://docs.frigate.video/configuration/object_detectors/#rockchip-platform) and it would be good to have this quicker.
Version
0.14.1-f4f3cfa
Frigate config file
docker-compose file or Docker CLI command
Relevant Frigate log output
Install method
Docker Compose
Object Detector
RKNN
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions