[Detector Support]: ONNX detector not using Jetson's GPU #14666
Unanswered
marmbrus
asked this question in
Detector Support
Replies: 1 comment 3 replies
-
Jetson is not supported with Frigate+ as the jetson builds do not have jetson specific onnxruntime installed. There is no active maintainer for the jetson builds so there is no way to really test that it works. You would have to build the onnxruntime wheel and then install it inside of the Frigate container https://onnxruntime.ai/docs/build/eps.html#nvidia-jetson-tx1tx2nanoxavierorin |
Beta Was this translation helpful? Give feedback.
3 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
I'm trying to run Frigate+ models using the new onnx detector on my NVidia Jetson AGX Orin developer kit. While it seems to be working, the CPU is over 1000% and the GPU is at 0%.
I've been able to successfully use the GPU with the tensort detector type.
Version
0.15.0-33825f6
Frigate config file
docker-compose file or Docker CLI command
Relevant Frigate log output
Install method
Docker Compose
Object Detector
Other
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