Skip to content

[Detector Support]: Frigate+ 2024.3 detection oddity #15520

Closed Answered by csreynolds
csreynolds asked this question in Detector Support
Discussion options

You must be logged in to vote

Ah this is a case of carrying my config from 0.12 through everything until now.

I had simply pasted the coral detectors in place where the old tensorrt section was when I got them and the indent lived on.

I moved the 'model:' section above the detectors and there have been no licence_plate cats in the last 10min.

Thanks for the extra set of eyes Nick! Sorry about the bother.

Working config snippet:

model:
  path: plus://[PLUS_MODEL_ID]

detectors:
  coral_pci0:
    type: edgetpu
    device: pci:0
  coral_pci1:
    type: edgetpu
    device: pci:1
  coral_pci2:
    type: edgetpu
    device: pci:2
  coral_pci3:
    type: edgetpu
    device: pci:3
#    model:
#      path: /edgetpu_model.tflit…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

NickM-27
Dec 15, 2024
Collaborator Sponsor

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by csreynolds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment