Skip to content
Discussion options

You must be logged in to vote

That is incorrect. Frigate 0.16 implements face recognition. Without a native face-detecting model (either something custom or a model like Frigate+), faces are not tracked and saved as a standard object within Frigate's object tracking system.

Since you're not running a model that detects face natively, face detection will run via CV2 using a lightweight DNN model that runs on the CPU. Any faces detected through this secondary pipeline are only sent off to the recognition system.

As the docs indicate, you should upload at least one face to start to see detected faces in the Train tab.

The official documentation covers all of this in detail. https://docs.frigate.video/configuration/face_r…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@numbatboy
Comment options

@hawkeye217
Comment options

@numbatboy
Comment options

@hawkeye217
Comment options

Answer selected by numbatboy
@numbatboy
Comment options

@hawkeye217
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment