#Frigate and coral TPU settings

1 messages · Page 1 of 1 (latest)

forest tundra
#

Hi.
Has there been any change in the Frigate and coral TPU settings?
frigate.yml:

detectors:
coral1:
type: edgetpu
device: pci:0
coral2:
type: edgetpu
device: pci:1

Because it gives me the error and does not launch Frigate:

2024-12-25 10:19:25.022360396  [2024-12-25 11:19:25] frigate.detectors.plugins.edgetpu_tfl ERROR   : No EdgeTPU was detected. If you do not have a Coral device yet, you must configure CPU detectors.
2024-12-25 10:19:25.023397485  Process detector:coral1:
2024-12-25 10:19:25.024410941  Traceback (most recent call last):
2024-12-25 10:19:25.024661314    File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 160, in load_delegate
2024-12-25 10:19:25.024663242      delegate = Delegate(library, options)
2024-12-25 10:19:25.024664369    File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 119, in __init__
2024-12-25 10:19:25.024669955      raise ValueError(capture.message)
2024-12-25 10:19:25.024670842  ValueError
graceful mirage
#

Which coral do you have? What hardware is this running on?

dim coyote
forest tundra
#

Hi. Thanks for the reply.

I have been using M.2 Accelerator with Dual Edge TPU on an 8 core PC with 32 GB RAM! for over 1 year and everything worked until the HA upgrade.

In Proxmo I see:

08:00.0 System peripheral: Global Unichip Corp. Coral Edge TPU
09:00.0 System peripheral: Global Unichip Corp. Coral Edge TPU
#

If I understand correctly, there was an upgrade of the Python library in HA and now it doesn't work somehow.

If I remove coral and add CPU, my frigate starts:

detectors:
cpu1:
type: cpu
cpu2:
type: cpu
# coral1:
# type: edgetpu
# device: pci:0
# coral2:
# type: edgetpu
# device: pci:1