solved - Frigate with Docker and Coral TPU

  • Hello, I have installed Docker and also frigate. Its working fine with detector cpu, but now I got also an USB Coral TPU.

    The TPU is found in the host as:

    Code
    root@DXP2800-A136:~# lsusb
    Bus 004 Device 015: ID 18d1:9302 Google Inc.

    So i added the device in the docker compose as followed:

    Code
    devices:
    - /dev/bus/usb//004/015 # Passes the USB Coral

    and the config.yaml

    YAML
    detectors:
    coral:
    type: edgetpu
    device: usb

    It seems to work, but I still get the following error messages:

    Code
    2025-02-22 15:00:06.277717349 [2025-02-22 15:00:03] detector.coral INFO : Starting detection process: 422
    2025-02-22 15:00:06.277886619 [2025-02-22 15:00:03] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
    2025-02-22 15:00:06.278527292 [2025-02-22 15:00:06] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
    2025-02-22 15:00:06.278670378 [2025-02-22 15:00:06] frigate.detectors.plugins.edgetpu_tfl ERROR : No EdgeTPU was detected. If you do not have a Coral device yet, you must configure CPU detectors.

    Anyone here who already is using an DXP2800 with docker and frigate/Coral USB TPU?

    Any idea what I can do to solve the problem?

    Best regards, Stefan

  • This threads contains 5 more posts that have been hidden for guests.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!