For the complete documentation index, see llms.txt. This page is also available as Markdown.

Face Tracker

Face Tracker Score

Specify the overlap score used to match the tracked faces.

Argument: --face-tracker-score

Default: 0.0

Range: 0 to 0.5 at 0.05

Example: --face-tracker-score 0.3

Default Overrides

Modify the facefusion.ini file to override the defaults.

[face_tracker]
face_tracker_score = 0.3

Last updated