[Detector Support]: Slow Coral Performance on Dell R720XD/Proxmox/UbuntuVM/Docker #15157
Unanswered
kranked
asked this question in
Detector Support
Replies: 2 comments 1 reply
-
Though Proxmox is not an officially supported installation method, many Proxmox users have had better luck installing Frigate as an LXC using the tteck script. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Noticing a similar issue with Proxmox. Did you ever find a solution? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
Hi, received my Coral yesterday and unsure if I've set it up wrong or just going through a Dell R720XD USB2 --> proxmox --> ubuntu VM/docker to Frigate is causing slow performance. Detector inference is sitting around 125ms and Detector CPU Usage around 100%. I passed the Coral through to the VM and installed the google drivers after adding the repo. In my docker config I have:
devices:
- /dev/bus/usb:/dev/bus/usb # Passes the USB Coral, needs to be modified for other versions
-
And in my Frigate config I have:
detectors:
coral:
type: edgetpu
device: usb
That is all relating to detection apart from 'detect' role for each camera.
Have I missed anything?
Version
0.14.1-f4f3cfa
Frigate config file
docker-compose file or Docker CLI command
Relevant Frigate log output
Coral is very slow, 123ms. Log states TPU is detected so I don't think there's a config problem.
Install method
Proxmox via Docker
Object Detector
Coral
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
This is a VM on a Dell R720XD hypervisor, it has 8 CPU's assigned and 32GB of RAM. I have the Coral attached to a USB slot and have passed through the USB slot to the Frigate VM, which is Ubuntu with Docker/Portainer installed. There is no GPU yet so no hardware accel for encoding so I purchased a Coral this week to speed up inference and it seems to be struggling, if indeed it's using it at all.
I installed the standard drivers for the Coral, not the overclocked one.
Beta Was this translation helpful? Give feedback.
All reactions