Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 653 Bytes

objects.mdx

File metadata and controls

25 lines (18 loc) · 653 Bytes
id title sidebar_label
objects
Default available objects
Available objects

import labels from "../../../labelmap.txt";

By default, Frigate includes the following object models from the Google Coral test data.

    {labels.split("\n").map((label) => (
  • {label.replace(/^\d+\s+/, "")}
  • ))}

Custom Models

Models for both CPU and EdgeTPU (Coral) are bundled in the image. You can use your own models with volume mounts:

  • CPU Model: /cpu_model.tflite
  • EdgeTPU Model: /edgetpu_model.tflite
  • Labels: /labelmap.txt

You also need to update the model width/height in the config if they differ from the defaults.