mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 13:34:13 +03:00
901 B
901 B
| id | title |
|---|---|
| objects | Available Objects |
import labels from "../../../labelmap.txt";
Frigate includes the object labels listed below from the Google Coral test data.
Please note:
caris listed twice becausetruckhas been renamed tocarby default. These object types are frequently confused.personis the only tracked object by default. See the full configuration reference for an example of expanding the list of tracked objects.
-
{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 config if they differ from the defaults.